Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:12:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567175 - head/graphics/py-mapclassify
Message-ID:  <202103031812.123IC0RC050236@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031812.123IC0RC050236>