git: 5fe68eb5fa61 - main - math/py-cma: Remove PYNUMPY

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


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5fe68eb5fa617b3d0068d5f6b120852efc03a99e

commit 5fe68eb5fa617b3d0068d5f6b120852efc03a99e
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:03:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:47 +0000

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

diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile
index bbc548ee3427..a5806660280a 100644
--- a/math/py-cma/Makefile
+++ b/math/py-cma/Makefile
@@ -12,7 +12,7 @@ COMMENT=	CMA-ES for non-linear numerical optimization in Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/cma/LICENSE
 
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils


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