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/2fecc7b90c6f
branches:  trunk
changeset: 340069:2fecc7b90c6f
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 e88b7bc3a571 -r 2fecc7b90c6f 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