pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-anyio
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 10 07:20:29 UTC 2026
Modified Files:
pkgsrc/devel/py-anyio: Makefile
Log Message:
py-anyio: typing-extensions for Python < 3.15 nor 3.13
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/py-anyio/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-anyio/Makefile
diff -u pkgsrc/devel/py-anyio/Makefile:1.39 pkgsrc/devel/py-anyio/Makefile:1.40
--- pkgsrc/devel/py-anyio/Makefile:1.39 Sun Sep 6 17:10:20 2026
+++ pkgsrc/devel/py-anyio/Makefile Thu Sep 10 07:20:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2026/09/06 17:10:20 adam Exp $
+# $NetBSD: Makefile,v 1.40 2026/09/10 07:20:28 adam Exp $
DISTNAME= anyio-4.15.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -34,7 +34,7 @@ USE_LANGUAGES= # none
.if ${PYTHON_VERSION} < 311
DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.0.2:../../devel/py-exceptiongroup
.endif
-.if ${PYTHON_VERSION} < 313
+.if ${PYTHON_VERSION} < 315
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=4.16.0:../../devel/py-typing-extensions
.endif
Home |
Main Index |
Thread Index |
Old Index