devel/py-jsonschema-spec: Update to 0.1.4
- Convert to USE_PYTHON=pep517 Changes: https://github.com/p1c2u/jsonschema-spec/releases
This commit is contained in:
parent
14695f6106
commit
ea4eb723cc
2 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
PORTNAME= jsonschema-spec
|
PORTNAME= jsonschema-spec
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.1.4
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= jsonschema_spec-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= JSONSchema Spec with object-oriented paths
|
COMMENT= JSONSchema Spec with object-oriented paths
|
||||||
|
@ -11,13 +12,14 @@ WWW= https://github.com/p1c2u/jsonschema-spec
|
||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
|
||||||
${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5.0:devel/py-pathable@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<4.18.0:devel/py-jsonschema@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0<5.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0<5.0.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.7+
|
USES= python:3.7+
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1663672832
|
TIMESTAMP = 1684104418
|
||||||
SHA256 (jsonschema-spec-0.1.2.tar.gz) = 780a22d517cdc857d9714a80d8349c546945063f20853ea32ba7f85bc643ec7d
|
SHA256 (jsonschema_spec-0.1.4.tar.gz) = 824c743197bbe2104fcc6dce114a4082bf7f7efdebf16683510cb0ec6d8d53d0
|
||||||
SIZE (jsonschema-spec-0.1.2.tar.gz) = 10302
|
SIZE (jsonschema_spec-0.1.4.tar.gz) = 10238
|
||||||
|
|
Loading…
Reference in a new issue