pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-xarray math/py-xarray: Make this incompatible ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c160661d6d6
branches: trunk
changeset: 401656:5c160661d6d6
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Sep 21 21:10:49 2019 +0000
description:
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:
math/py-xarray/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r a80a93564f98 -r 5c160661d6d6 math/py-xarray/Makefile
--- a/math/py-xarray/Makefile Sat Sep 21 18:18:42 2019 +0000
+++ b/math/py-xarray/Makefile Sat Sep 21 21:10:49 2019 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index