mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
devel/py-jsonschema: update to 2.4.0
- USES python
This commit is contained in:
parent
394da0b030
commit
25196f4eb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369272
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jsonschema
|
||||
PORTVERSION= 2.3.0
|
||||
PORTVERSION= 2.4.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -12,8 +12,7 @@ COMMENT= JSON Schema validation for Python
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (jsonschema-2.3.0.tar.gz) = a79dcee3769d7cf749836da840966a83cd2e33e361264e77b74df9490ffe5c89
|
||||
SIZE (jsonschema-2.3.0.tar.gz) = 43115
|
||||
SHA256 (jsonschema-2.4.0.tar.gz) = 1298a2f1b2f4c4a7b921cccd159e4e42f6d7b0fb75c86c0cdecfc71f061833fa
|
||||
SIZE (jsonschema-2.4.0.tar.gz) = 48293
|
||||
|
Loading…
Reference in New Issue
Block a user