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:   wiz
Date:           Thu Oct  9 08:08:24 UTC 2025

Modified Files:
        pkgsrc/devel/py-anyio: Makefile

Log Message:
py-anyio: update for Python 3.9 removal


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/devel/py-anyio/Makefile:1.31
--- pkgsrc/devel/py-anyio/Makefile:1.30 Fri Sep 26 08:09:28 2025
+++ pkgsrc/devel/py-anyio/Makefile      Thu Oct  9 08:08:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2025/09/26 08:09:28 adam Exp $
+# $NetBSD: Makefile,v 1.31 2025/10/09 08:08:24 wiz Exp $
 
 DISTNAME=      anyio-4.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -23,6 +23,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-psutil>=5.
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.6.1:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-trustme-[0-9]*:../../security/py-trustme
 TEST_DEPENDS+= ${PYPKGPREFIX}-trio-[0-9]*:../../devel/py-trio
+TEST_DEPENDS+= ${PYPKGPREFIX}-truststore>=0.9.1:../../security/py-truststore
 TEST_DEPENDS+= ${PYPKGPREFIX}-uvloop>=0.21:../../devel/py-uvloop
 
 USE_LANGUAGES= # none
@@ -38,9 +39,6 @@ DEPENDS+=     ${PYPKGPREFIX}-exceptiongroup>
 .if ${PYTHON_VERSION} < 313
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5:../../devel/py-typing-extensions
 .endif
-.if ${PYTHON_VERSION} >= 310
-TEST_DEPENDS+= ${PYPKGPREFIX}-truststore>=0.9.1:../../security/py-truststore
-.endif
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index