svn commit: r508010 - head/science/py-eccodes-python
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 3 20:56:10 UTC 2019
Author: sunpoet
Date: Sat Aug 3 20:56:09 2019
New Revision: 508010
URL: https://svnweb.freebsd.org/changeset/ports/508010
Log:
Use PYNUMPY
Modified:
head/science/py-eccodes-python/Makefile
Modified: head/science/py-eccodes-python/Makefile
==============================================================================
--- head/science/py-eccodes-python/Makefile Sat Aug 3 20:56:04 2019 (r508009)
+++ head/science/py-eccodes-python/Makefile Sat Aug 3 20:56:09 2019 (r508010)
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libeccodes.so:science/eccodes
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}numpy>=0:math/py-numpy@${PY_FLAVOR}
+ ${PYNUMPY}
USES= python:3.5+
USE_PYTHON= autoplist distutils
More information about the svn-ports-head
mailing list