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:           Fri Jul 21 08:21:18 UTC 2023

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

Log Message:
py-spectra: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/graphics/py-spectra/Makefile:1.2
--- pkgsrc/graphics/py-spectra/Makefile:1.1     Thu Jul 20 14:20:02 2023
+++ pkgsrc/graphics/py-spectra/Makefile Fri Jul 21 08:21:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/20 14:20:02 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/21 08:21:18 jperkin Exp $
 
 DISTNAME=      spectra-0.0.11
 PKGNAME=       ${PYPKGPREFIX}-spectra-0.0.11
@@ -14,6 +14,8 @@ DEPENDS=      ${PYPKGPREFIX}-colormath>=3.0.0
 
 TEST_DEPENDS=  ${PYPKGPREFIX}-nose>0:../../devel/py-nose
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} -m nose -v test
 



Home | Main Index | Thread Index | Old Index