Thu May 16 20:15:16 2024 UTC (31d)
py-colormath: not for Python 38


(wiz)
diff -r1.5 -r1.6 pkgsrc/math/py-colormath/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/math/py-colormath/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-colormath/Makefile 2023/08/01 23:20:46 1.5
+++ pkgsrc/math/py-colormath/Makefile 2024/05/16 20:15:16 1.6
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.5 2023/08/01 23:20:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2024/05/16 20:15:16 wiz Exp $
2 2
3DISTNAME= colormath-3.0.0 3DISTNAME= colormath-3.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/colormath/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/colormath/}
7 7
8OWNER= bacon@NetBSD.org 8OWNER= bacon@NetBSD.org
9HOMEPAGE= https://github.com/gtaylor/python-colormath 9HOMEPAGE= https://github.com/gtaylor/python-colormath
10COMMENT= Module that spares the user from directly dealing with color math 10COMMENT= Module that spares the user from directly dealing with color math
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy 13DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
14DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx 14DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
18PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27 38
19 19
20.include "../../lang/python/egg.mk" 20.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"