diff options
author | joerg <joerg@pkgsrc.org> | 2020-04-15 22:49:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2020-04-15 22:49:41 +0000 |
commit | 1c6809187217556e4794f87ca1ac0219df6f1f0d (patch) | |
tree | e9f03b7118fe1e0191da9af6a116d4ce6f00bb3c /math/py-xarray | |
parent | 05e43c2f31e9559d33b9cccc8eeacd8af950be2c (diff) | |
download | pkgsrc-1c6809187217556e4794f87ca1ac0219df6f1f0d.tar.gz |
Needs py-pip and py-setuptools_scm
Diffstat (limited to 'math/py-xarray')
-rw-r--r-- | math/py-xarray/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/py-xarray/Makefile b/math/py-xarray/Makefile index 312f0e63609..444c26c55ca 100644 --- a/math/py-xarray/Makefile +++ b/math/py-xarray/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/04/11 13:47:08 adam Exp $ +# $NetBSD: Makefile,v 1.4 2020/04/15 22:49:41 joerg Exp $ DISTNAME= xarray-0.15.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/pydata/xarray COMMENT= N-D labeled arrays and datasets in Python LICENSE= apache-2.0 +BUILD_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas DEPENDS+= ${PYPKGPREFIX}-setuptools>=41.2:../../devel/py-setuptools |