git: 50d0201474c6 - main - math/py-patsy: Remove PYNUMPY
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:53 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=50d0201474c678da616372117a941094bd6340df
commit 50d0201474c678da616372117a941094bd6340df
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:04:14 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:52 +0000
math/py-patsy: Remove PYNUMPY
---
math/py-patsy/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile
index e70759e45fc1..ff1600b7c15c 100644
--- a/math/py-patsy/Makefile
+++ b/math/py-patsy/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE PSFL
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= ${PYNUMPY} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.4,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python:3.6+
More information about the dev-commits-ports-all
mailing list