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:   wiz
Date:           Thu May 16 20:15:16 UTC 2024

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

Log Message:
py-colormath: not for Python 38


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/math/py-colormath/Makefile:1.6
--- pkgsrc/math/py-colormath/Makefile:1.5       Tue Aug  1 23:20:46 2023
+++ pkgsrc/math/py-colormath/Makefile   Thu May 16 20:15:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:46 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2024/05/16 20:15:16 wiz 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
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index