git: 2bb3ff1fadab - main - science/py-kinematics: Remove PYNUMPY

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:13:16 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2bb3ff1fadab964ebb917b2a06090c748a68d597

commit 2bb3ff1fadab964ebb917b2a06090c748a68d597
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:06:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:44:05 +0000

    science/py-kinematics: Remove PYNUMPY
---
 science/py-kinematics/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-kinematics/Makefile b/science/py-kinematics/Makefile
index 42d04295894c..922bdd9bdf72 100644
--- a/science/py-kinematics/Makefile
+++ b/science/py-kinematics/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Python module to do attitude kinematics
 
 LICENSE=	GPLv3
 
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR}


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