pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-spectra



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Aug  7 16:08:47 UTC 2024

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

Log Message:
py-spectra: Not for python39.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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/graphics/py-spectra/Makefile
diff -u pkgsrc/graphics/py-spectra/Makefile:1.4 pkgsrc/graphics/py-spectra/Makefile:1.5
--- pkgsrc/graphics/py-spectra/Makefile:1.4     Fri May 17 13:21:34 2024
+++ pkgsrc/graphics/py-spectra/Makefile Wed Aug  7 16:08:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2024/05/17 13:21:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/07 16:08:46 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 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m nose -v test



Home | Main Index | Thread Index | Old Index