pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-aioresponses



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Mar  4 09:15:06 UTC 2025

Modified Files:
        pkgsrc/net/py-aioresponses: Makefile

Log Message:
py-aioresponses: not for Python 3.10


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-aioresponses/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-aioresponses/Makefile
diff -u pkgsrc/net/py-aioresponses/Makefile:1.12 pkgsrc/net/py-aioresponses/Makefile:1.13
--- pkgsrc/net/py-aioresponses/Makefile:1.12    Mon Jan 20 06:10:08 2025
+++ pkgsrc/net/py-aioresponses/Makefile Tue Mar  4 09:15:06 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/01/20 06:10:08 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/03/04 09:15:06 wiz Exp $
 
 DISTNAME=      aioresponses-0.7.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,5 +19,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  39 310 # py-sphinx via py-pbr
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index