diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile index 734e9f7f199d..2ae6ec0f31a9 100644 --- a/devel/py-jsonschema-path/Makefile +++ b/devel/py-jsonschema-path/Makefile @@ -1,27 +1,31 @@ PORTNAME= jsonschema-path -PORTVERSION= 0.3.4 -PORTREVISION= 1 +PORTVERSION= 0.4.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= jsonschema_path-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSONSchema Spec with object-oriented paths WWW= https://github.com/p1c2u/jsonschema-path LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathable>=0.4.1<0.5:devel/py-pathable@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pathable>=0.5.0<0.6:devel/py-pathable@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}referencing>=0<0.38.0:devel/py-referencing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0<3:www/py-requests@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= REQUESTS +REQUESTS_DESC= Requests support + +REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} + .include diff --git a/devel/py-jsonschema-path/distinfo b/devel/py-jsonschema-path/distinfo index 50f9e1653e8f..3715047532e4 100644 --- a/devel/py-jsonschema-path/distinfo +++ b/devel/py-jsonschema-path/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738088982 -SHA256 (jsonschema_path-0.3.4.tar.gz) = 8365356039f16cc65fddffafda5f58766e34bebab7d6d105616ab52bc4297001 -SIZE (jsonschema_path-0.3.4.tar.gz) = 11159 +TIMESTAMP = 1773966840 +SHA256 (jsonschema_path-0.4.5.tar.gz) = c6cd7d577ae290c7defd4f4029e86fdb248ca1bd41a07557795b3c95e5144918 +SIZE (jsonschema_path-0.4.5.tar.gz) = 15113 diff --git a/devel/py-jsonschema-path/files/patch-pyproject.toml b/devel/py-jsonschema-path/files/patch-pyproject.toml deleted file mode 100644 index c69f28bcb88d..000000000000 --- a/devel/py-jsonschema-path/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 1970-01-01 00:00:00 UTC -+++ pyproject.toml -@@ -45,7 +45,7 @@ requests = {version = "^2.31.0", optional = true} - python = "^3.8.0" - PyYAML = ">=5.1" - requests = {version = "^2.31.0", optional = true} --referencing = "<0.37.0" -+referencing = "<0.38.0" - - [tool.poetry.dev-dependencies] - pre-commit = "*"