summaryrefslogtreecommitdiff
path: root/devel/py-pycrdt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pycrdt/Makefile')
-rw-r--r--devel/py-pycrdt/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile
index c93c4d912d13..af71e06d6034 100644
--- a/devel/py-pycrdt/Makefile
+++ b/devel/py-pycrdt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pycrdt
-PORTVERSION= 0.12.19
+PORTVERSION= 0.12.26
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,4 +28,8 @@ CARGO_INSTALL= no
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=3.6:devel/py-importlib-metadata@${PY_FLAVOR}
.endif
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
.include <bsd.port.post.mk>