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:   jperkin
Date:           Wed Nov 29 10:32:46 UTC 2023

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

Log Message:
py-aioresponses: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/net/py-aioresponses/Makefile:1.8
--- pkgsrc/net/py-aioresponses/Makefile:1.7     Tue Nov 28 17:30:21 2023
+++ pkgsrc/net/py-aioresponses/Makefile Wed Nov 29 10:32:45 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2023/11/28 17:30:21 adam Exp $
+# $NetBSD: Makefile,v 1.8 2023/11/29 10:32:45 jperkin Exp $
 
 DISTNAME=      aioresponses-0.7.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index