drop py-typing-extensions dep, no longer needed with py3.13

This commit is contained in:
sthen
2025-11-15 07:44:42 +00:00
parent 653ce89530
commit 64310cfbde
+2 -3
View File
@@ -1,6 +1,7 @@
COMMENT= JSON referencing in Python COMMENT= JSON referencing in Python
MODPY_DISTV= 0.37.0 MODPY_DISTV= 0.37.0
REVISION= 0
DISTNAME= referencing-${MODPY_DISTV} DISTNAME= referencing-${MODPY_DISTV}
PKGNAME= py-${DISTNAME} PKGNAME= py-${DISTNAME}
@@ -16,10 +17,8 @@ MODULES= lang/python
MODPY_PI= Yes MODPY_PI= Yes
MODPY_PYBUILD= hatch-vcs MODPY_PYBUILD= hatch-vcs
# devel/py-typing-extensions needed for py < 3.13
RUN_DEPENDS= devel/py-attrs \ RUN_DEPENDS= devel/py-attrs \
devel/py-rpds-py \ devel/py-rpds-py
devel/py-typing-extensions
TEST_DEPENDS= devel/py-jsonschema \ TEST_DEPENDS= devel/py-jsonschema \
devel/py-test-subtests devel/py-test-subtests