svn commit: r486347 - head/math/py-numexpr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 1 13:06:24 UTC 2018


Author: sunpoet
Date: Sat Dec  1 13:06:21 2018
New Revision: 486347
URL: https://svnweb.freebsd.org/changeset/ports/486347

Log:
  Use PYNUMPY

Modified:
  head/math/py-numexpr/Makefile

Modified: head/math/py-numexpr/Makefile
==============================================================================
--- head/math/py-numexpr/Makefile	Sat Dec  1 13:06:13 2018	(r486346)
+++ head/math/py-numexpr/Makefile	Sat Dec  1 13:06:21 2018	(r486347)
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY}
 
 USES=		dos2unix python
 USE_PYTHON=	autoplist concurrent distutils


More information about the svn-ports-all mailing list