diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-pycrdt/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pycrdt/Makefile.crates | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index ac76da5d5a34..af71e06d6034 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycrdt -PORTVERSION= 0.12.22 +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> diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 8d86349862a6..ae5e1776c341 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -3,7 +3,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ async-trait-0.1.88 \ autocfg-1.5.0 \ bitflags-2.9.1 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ cfg-if-1.0.1 \ concurrent-queue-2.5.0 \ crossbeam-utils-0.8.21 \ @@ -42,7 +42,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ serde_json-1.0.140 \ smallstr-0.3.0 \ smallvec-1.15.1 \ - syn-2.0.103 \ + syn-2.0.104 \ target-lexicon-0.13.2 \ thiserror-2.0.12 \ thiserror-impl-2.0.12 \ @@ -63,4 +63,4 @@ CARGO_CRATES= arc-swap-1.7.1 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - yrs-0.23.5 + yrs-0.24.0 |