summaryrefslogtreecommitdiff
path: root/devel/py-deepdiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-deepdiff/Makefile')
-rw-r--r--devel/py-deepdiff/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/py-deepdiff/Makefile b/devel/py-deepdiff/Makefile
index cfd66efe40a8..d7ca589e0544 100644
--- a/devel/py-deepdiff/Makefile
+++ b/devel/py-deepdiff/Makefile
@@ -1,5 +1,5 @@
PORTNAME= deepdiff
-DISTVERSION= 5.8.1
+DISTVERSION= 6.6.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,11 @@ WWW= https://github.com/seperman/deepdiff
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordered-set>=4.1.0:devel/py-ordered-set@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ordered-set>=4.0.2:devel/py-ordered-set@${PY_FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pydantic>0:devel/py-pydantic@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}types-PyYAML>=0:devel/py-types-PyYAML@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist