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: Fri Jul 21 09:57:56 UTC 2023
Modified Files:
pkgsrc/math/py-colormath: Makefile
Log Message:
py-colormath: package correctly
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/math/py-colormath/Makefile:1.3
--- pkgsrc/math/py-colormath/Makefile:1.2 Fri Jul 21 08:20:53 2023
+++ pkgsrc/math/py-colormath/Makefile Fri Jul 21 09:57:56 2023
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.2 2023/07/21 08:20:53 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/21 09:57:56 adam Exp $
DISTNAME= colormath-3.0.0
-PKGNAME= ${PYPKGPREFIX}-colormath-3.0.0
-CATEGORIES= math
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/colormath/}
OWNER= bacon%NetBSD.org@localhost
-HOMEPAGE= https://pypi.org/project/colormath/
+HOMEPAGE= https://github.com/gtaylor/python-colormath
COMMENT= Module that spares the user from directly dealing with color math
LICENSE= 2-clause-bsd
+DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-networkx>=1.9.1:../../math/py-networkx
-PYTHON_VERSIONS_INCOMPATIBLE= 27 37
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index