aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jsonschema-path/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-jsonschema-path/Makefile')
-rw-r--r--devel/py-jsonschema-path/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-jsonschema-path/Makefile b/devel/py-jsonschema-path/Makefile
index 095c815e7833..734e9f7f199d 100644
--- a/devel/py-jsonschema-path/Makefile
+++ b/devel/py-jsonschema-path/Makefile
@@ -1,5 +1,6 @@
PORTNAME= jsonschema-path
PORTVERSION= 0.3.4
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ 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} \
${PYTHON_PKGNAMEPREFIX}pyyaml>=5.1:devel/py-pyyaml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}referencing>=0<0.37.0:devel/py-referencing@${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