svn commit: r567175 - head/graphics/py-mapclassify

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:12:06 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:12:00 2021
New Revision: 567175
URL: https://svnweb.freebsd.org/changeset/ports/567175

Log:
  Remove PYNUMPY

Modified:
  head/graphics/py-mapclassify/Makefile

Modified: head/graphics/py-mapclassify/Makefile
==============================================================================
--- head/graphics/py-mapclassify/Makefile	Wed Mar  3 18:11:56 2021	(r567174)
+++ head/graphics/py-mapclassify/Makefile	Wed Mar  3 18:12:00 2021	(r567175)
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>=0,1:math/py-networkx@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.3,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scikit-learn>=0:science/py-scikit-learn@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}scipy>=1.0:science/py-scipy@${PY_FLAVOR}


More information about the svn-ports-head mailing list