pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-xarray



Module Name:    pkgsrc
Committed By:   minskim
Date:           Sat Sep 21 21:10:49 UTC 2019

Modified Files:
        pkgsrc/math/py-xarray: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-xarray/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-xarray/Makefile
diff -u pkgsrc/math/py-xarray/Makefile:1.1 pkgsrc/math/py-xarray/Makefile:1.2
--- pkgsrc/math/py-xarray/Makefile:1.1  Sat Sep 21 18:14:21 2019
+++ pkgsrc/math/py-xarray/Makefile      Sat Sep 21 21:10:49 2019
@@ -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"



Home | Main Index | Thread Index | Old Index