summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2019-09-21 21:10:49 +0000
committerminskim <minskim@pkgsrc.org>2019-09-21 21:10:49 +0000
commit2d7dd2ff3d381a812b0931031ac40d712272fb3b (patch)
tree7ba1421f3c0d28f526d752e6684c2b728173632b /math
parente0f658c5ad7feb305a73f91d8451dc3d382192ae (diff)
downloadpkgsrc-2d7dd2ff3d381a812b0931031ac40d712272fb3b.tar.gz
math/py-xarray: Make this incompatible with py27
One of its dependencies, py-pandas, has PYTHON_VERSIONS_INCOMPATIBLE. While here, remove a redundant buildlink.mk.
Diffstat (limited to 'math')
-rw-r--r--math/py-xarray/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/py-xarray/Makefile b/math/py-xarray/Makefile
index dd5fdde0ffa..cd375d82904 100644
--- a/math/py-xarray/Makefile
+++ b/math/py-xarray/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/21 18:14:21 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/21 21:10:49 minskim Exp $
DISTNAME= xarray-0.13.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -13,8 +13,9 @@ LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.0:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pandas>=0.18.1:../../math/py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-pandads
+
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"