svn commit: r567168 - head/devel/py-xarray

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:11:41 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:11:35 2021
New Revision: 567168
URL: https://svnweb.freebsd.org/changeset/ports/567168

Log:
  Remove PYNUMPY

Modified:
  head/devel/py-xarray/Makefile

Modified: head/devel/py-xarray/Makefile
==============================================================================
--- head/devel/py-xarray/Makefile	Wed Mar  3 18:11:31 2021	(r567167)
+++ head/devel/py-xarray/Makefile	Wed Mar  3 18:11:35 2021	(r567168)
@@ -14,7 +14,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYNUMPY} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1:math/py-numpy@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>=0.25,1:math/py-pandas@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list