git: 1e26ca1b39be - main - math/py-pandas: Remove PYNUMPY

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 24 20:32:49 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1e26ca1b39be57e363df585bd2dd2e63392add02

commit 1e26ca1b39be57e363df585bd2dd2e63392add02
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:23:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:23:15 +0000

    math/py-pandas: Remove PYNUMPY
---
 math/py-pandas/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile
index 342db9094cd5..80492e78eb80 100644
--- a/math/py-pandas/Makefile
+++ b/math/py-pandas/Makefile
@@ -11,9 +11,9 @@ COMMENT=	Flexible, high-performance data analysis in Python
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:lang/cython@${PY_FLAVOR} \
-		${PYNUMPY}
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.21<3:lang/cython@${PY_FLAVOR} \
-		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}numpy>=1.16.5,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=2.7.3:devel/py-dateutil@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytz>=2017.3,1:devel/py-pytz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}


More information about the dev-commits-ports-main mailing list