diff options
Diffstat (limited to 'devel/py-libcst')
-rw-r--r-- | devel/py-libcst/Makefile | 7 | ||||
-rw-r--r-- | devel/py-libcst/distinfo | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/devel/py-libcst/Makefile b/devel/py-libcst/Makefile index db8c37740c38..a301761b859b 100644 --- a/devel/py-libcst/Makefile +++ b/devel/py-libcst/Makefile @@ -1,5 +1,6 @@ PORTNAME= libcst -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -30,6 +31,10 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}libcst03 .include <bsd.port.pre.mk> +.if ${PYTHON_REL} < 31000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +.endif + .if ${PYTHON_REL} < 31300 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyyaml>=5.2:devel/py-pyyaml@${PY_FLAVOR} .else diff --git a/devel/py-libcst/distinfo b/devel/py-libcst/distinfo index 0b4d22cbb34f..0d5c79dcb055 100644 --- a/devel/py-libcst/distinfo +++ b/devel/py-libcst/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1750188076 -SHA256 (libcst-1.8.1.tar.gz) = 423427819409a1d905017bbd51062bd0f1e4795c74c2f9f52a6b63dd67c282d2 -SIZE (libcst-1.8.1.tar.gz) = 779211 +TIMESTAMP = 1750954182 +SHA256 (libcst-1.8.2.tar.gz) = 66e82cedba95a6176194a817be4232c720312f8be6d2c8f3847f3317d95a0c7f +SIZE (libcst-1.8.2.tar.gz) = 881534 SHA256 (rust/crates/aho-corasick-1.0.4.crate) = 6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a SIZE (rust/crates/aho-corasick-1.0.4.crate) = 171175 SHA256 (rust/crates/anes-0.1.6.crate) = 4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299 |