From 64310cfbde886ccd1f6a7447cceb32f57578ad61 Mon Sep 17 00:00:00 2001 From: sthen Date: Sat, 15 Nov 2025 07:44:42 +0000 Subject: [PATCH] drop py-typing-extensions dep, no longer needed with py3.13 --- textproc/py-referencing/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/textproc/py-referencing/Makefile b/textproc/py-referencing/Makefile index 18489ff3f85..b430cfe6af5 100644 --- a/textproc/py-referencing/Makefile +++ b/textproc/py-referencing/Makefile @@ -1,6 +1,7 @@ COMMENT= JSON referencing in Python MODPY_DISTV= 0.37.0 +REVISION= 0 DISTNAME= referencing-${MODPY_DISTV} PKGNAME= py-${DISTNAME} @@ -16,10 +17,8 @@ MODULES= lang/python MODPY_PI= Yes MODPY_PYBUILD= hatch-vcs -# devel/py-typing-extensions needed for py < 3.13 RUN_DEPENDS= devel/py-attrs \ - devel/py-rpds-py \ - devel/py-typing-extensions + devel/py-rpds-py TEST_DEPENDS= devel/py-jsonschema \ devel/py-test-subtests