Date: Wed, 3 Mar 2021 18:11:36 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567168 - head/devel/py-xarray Message-ID: <202103031811.123IBaCb047933@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103031811.123IBaCb047933>