git: d46e9824c03d - main - devel/py-check-jsonschema: Update to 0.28.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:44:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d46e9824c03d243c9f2a8599e2b2dd8fde55ccbd commit d46e9824c03d243c9f2a8599e2b2dd8fde55ccbd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:39:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:39:38 +0000 devel/py-check-jsonschema: Update to 0.28.1 - Convert to USE_PYTHON=pep517 Changes: https://github.com/python-jsonschema/check-jsonschema/releases --- devel/py-check-jsonschema/Makefile | 8 +++++--- devel/py-check-jsonschema/distinfo | 6 +++--- devel/py-check-jsonschema/files/patch-setup.cfg | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/devel/py-check-jsonschema/Makefile b/devel/py-check-jsonschema/Makefile index 59376b55ae1b..8d7dccb88090 100644 --- a/devel/py-check-jsonschema/Makefile +++ b/devel/py-check-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= check-jsonschema -PORTVERSION= 0.28.0 +PORTVERSION= 0.28.1 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/python-jsonschema/check-jsonschema/releases/download/${PORTVERSION}/ @@ -11,14 +11,16 @@ WWW= https://github.com/python-jsonschema/check-jsonschema LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8<9:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.18.0<5.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}regress>=0.4.0:devel/py-regress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0<3.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.18.5:devel/py-ruamel.yaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.18.6:devel/py-ruamel.yaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-check-jsonschema/distinfo b/devel/py-check-jsonschema/distinfo index f0135dfb23e9..f36f170f3586 100644 --- a/devel/py-check-jsonschema/distinfo +++ b/devel/py-check-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708449138 -SHA256 (check-jsonschema-0.28.0.tar.gz) = defd6c5e944f07416170df33f218ab048c87129163601eec7b191fa076e91ca5 -SIZE (check-jsonschema-0.28.0.tar.gz) = 245274 +TIMESTAMP = 1712084490 +SHA256 (check-jsonschema-0.28.1.tar.gz) = 0dbeb24a5c0cfca366906df835131acfeeeff58ce9d6ec7ec3ff7dd4b989d4a1 +SIZE (check-jsonschema-0.28.1.tar.gz) = 246406 diff --git a/devel/py-check-jsonschema/files/patch-setup.cfg b/devel/py-check-jsonschema/files/patch-setup.cfg index 26d648ed7a0c..96643c45f595 100644 --- a/devel/py-check-jsonschema/files/patch-setup.cfg +++ b/devel/py-check-jsonschema/files/patch-setup.cfg @@ -1,11 +1,11 @@ ---- setup.cfg.orig 2024-02-06 04:43:45 UTC +--- setup.cfg.orig 2024-03-31 23:13:43 UTC +++ setup.cfg @@ -18,7 +18,7 @@ install_requires = install_requires = importlib-resources>=1.4.0;python_version<"3.9" tomli>=2.0;python_version<"3.11" -- ruamel.yaml==0.18.5 -+ ruamel.yaml>=0.18.5 +- ruamel.yaml==0.18.6 ++ ruamel.yaml>=0.18.6 jsonschema>=4.18.0,<5.0 regress>=0.4.0 requests<3.0