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:   adam
Date:           Tue Aug  6 11:26:22 UTC 2024

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

Log Message:
py-colormath: not for Python 3.9


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/math/py-colormath/Makefile:1.7
--- pkgsrc/math/py-colormath/Makefile:1.6       Thu May 16 20:15:16 2024
+++ pkgsrc/math/py-colormath/Makefile   Tue Aug  6 11:26:22 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/05/16 20:15:16 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/08/06 11:26:22 adam Exp $
 
 DISTNAME=      colormath-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+=     ${PYPKGPREFIX}-networkx>=1.9.1
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index