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:   bacon
Date:           Fri Jul 21 12:34:54 UTC 2023

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

Log Message:
math/py-colormath: Add PYTHON_VERSIONS_INCOMPATIBLE 37

Inherited from py-networkx dependency


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/math/py-colormath/Makefile:1.4
--- pkgsrc/math/py-colormath/Makefile:1.3       Fri Jul 21 09:57:56 2023
+++ pkgsrc/math/py-colormath/Makefile   Fri Jul 21 12:34:54 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/07/21 09:57:56 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/21 12:34:54 bacon Exp $
 
 DISTNAME=      colormath-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,8 @@ DEPENDS+=     ${PYPKGPREFIX}-networkx>=1.9.1
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# Inherited from py-networkx
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index