git: ea4eb723cc23 - main - devel/py-jsonschema-spec: Update to 0.1.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 04:26:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ea4eb723cc235b9cdb46af78fb63d74563d7371f commit ea4eb723cc235b9cdb46af78fb63d74563d7371f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 04:08:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 04:08:42 +0000 devel/py-jsonschema-spec: Update to 0.1.4 - Convert to USE_PYTHON=pep517 Changes: https://github.com/p1c2u/jsonschema-spec/releases --- devel/py-jsonschema-spec/Makefile | 10 ++++++---- devel/py-jsonschema-spec/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/py-jsonschema-spec/Makefile b/devel/py-jsonschema-spec/Makefile index 203cf607c223..84d15fa43abf 100644 --- a/devel/py-jsonschema-spec/Makefile +++ b/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 @@ -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 diff --git a/devel/py-jsonschema-spec/distinfo b/devel/py-jsonschema-spec/distinfo index 6fbb05ee233a..ec2caeb4e290 100644 --- a/devel/py-jsonschema-spec/distinfo +++ b/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