Skip to content

Commit

Permalink
devel/py-jsonschema-spec: Update to 0.1.4
Browse files Browse the repository at this point in the history
- Convert to USE_PYTHON=pep517

Changes:	https://github.com/p1c2u/jsonschema-spec/releases
  • Loading branch information
sunpoet committed May 27, 2023
1 parent 14695f6 commit ea4eb72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions devel/py-jsonschema-spec/Makefile
@@ -1,8 +1,9 @@
PORTNAME= jsonschema-spec
PORTVERSION= 0.1.2
PORTVERSION= 0.1.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= jsonschema_spec-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSONSchema Spec with object-oriented paths
Expand All @@ -11,13 +12,14 @@ WWW= https://github.com/p1c2u/jsonschema-spec
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.0.0<5.0.0:devel/py-jsonschema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5.0:devel/py-pathable@${PY_FLAVOR} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${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}typing-extensions>=4.3.0<5.0.0:devel/py-typing-extensions@${PY_FLAVOR}

USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions devel/py-jsonschema-spec/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1663672832
SHA256 (jsonschema-spec-0.1.2.tar.gz) = 780a22d517cdc857d9714a80d8349c546945063f20853ea32ba7f85bc643ec7d
SIZE (jsonschema-spec-0.1.2.tar.gz) = 10302
TIMESTAMP = 1684104418
SHA256 (jsonschema_spec-0.1.4.tar.gz) = 824c743197bbe2104fcc6dce114a4082bf7f7efdebf16683510cb0ec6d8d53d0
SIZE (jsonschema_spec-0.1.4.tar.gz) = 10238

0 comments on commit ea4eb72

Please sign in to comment.