git: 1f90b2c9e25b - main - math/py-snuggs: Remove PYNUMPY

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


The branch main has been updated by sunpoet:

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

commit 1f90b2c9e25b9720960472797b7e7ff4182df840
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:04:35 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:53 +0000

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

diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile
index 6f567b5d385d..1c4025db32aa 100644
--- a/math/py-snuggs/Makefile
+++ b/math/py-snuggs/Makefile
@@ -12,7 +12,7 @@ COMMENT=	S-expressions for Numpy
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYNUMPY} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR}
 
 USES=		python:3.6+


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