pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri May 17 13:21:35 UTC 2024

Modified Files:
        pkgsrc/devel/py-angr: Makefile
        pkgsrc/graphics/py-spectra: Makefile

Log Message:
*: Fix PYTHON_VERSIONS_INCOMPATIBLE.

There will likely be more changes required to dependencies further down
the dependency tree.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-angr/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-spectra/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-angr/Makefile
diff -u pkgsrc/devel/py-angr/Makefile:1.16 pkgsrc/devel/py-angr/Makefile:1.17
--- pkgsrc/devel/py-angr/Makefile:1.16  Wed Feb  7 09:56:52 2024
+++ pkgsrc/devel/py-angr/Makefile       Fri May 17 13:21:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2024/02/07 09:56:52 adam Exp $
+# $NetBSD: Makefile,v 1.17 2024/05/17 13:21:35 jperkin Exp $
 
 .include "version.mk"
 
@@ -60,7 +60,7 @@ DEPENDS+=     ${PYPKGPREFIX}-unique-log-filt
 USE_LANGUAGES= c c++
 USE_TOOLS+=    gmake
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 OPSYSVARS+=    SOEXT
 SOEXT.Darwin=  dylib

Index: pkgsrc/graphics/py-spectra/Makefile
diff -u pkgsrc/graphics/py-spectra/Makefile:1.3 pkgsrc/graphics/py-spectra/Makefile:1.4
--- pkgsrc/graphics/py-spectra/Makefile:1.3     Wed Jul 26 15:39:11 2023
+++ pkgsrc/graphics/py-spectra/Makefile Fri May 17 13:21:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/07/26 15:39:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/17 13:21:34 jperkin Exp $
 
 DISTNAME=      spectra-0.0.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ TEST_DEPENDS= ${PYPKGPREFIX}-nose-[0-9]*
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m nose -v test



Home | Main Index | Thread Index | Old Index