pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-colormath



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jul 21 08:20:53 UTC 2023

Modified Files:
        pkgsrc/math/py-colormath: Makefile

Log Message:
py-colormath: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-colormath/Makefile

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

Modified files:

Index: pkgsrc/math/py-colormath/Makefile
diff -u pkgsrc/math/py-colormath/Makefile:1.1 pkgsrc/math/py-colormath/Makefile:1.2
--- pkgsrc/math/py-colormath/Makefile:1.1       Thu Jul 20 14:16:23 2023
+++ pkgsrc/math/py-colormath/Makefile   Fri Jul 21 08:20:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/07/20 14:16:23 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/21 08:20:53 jperkin Exp $
 
 DISTNAME=      colormath-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-colormath-3.0.0
@@ -12,6 +12,8 @@ LICENSE=      2-clause-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index