pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc propagate python incompatibilities



details:   https://anonhg.NetBSD.org/pkgsrc/rev/738754d7891d
branches:  trunk
changeset: 450037:738754d7891d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 09 15:42:35 2021 +0000

description:
propagate python incompatibilities

diffstat:

 finance/py-alpha_vantage/Makefile  |  4 ++--
 finance/py-backtrader/Makefile     |  4 ++--
 math/py-pandas-datareader/Makefile |  4 ++--
 math/py-sklearn-pandas/Makefile    |  4 ++--
 math/py-xarray/Makefile            |  4 ++--
 time/py-trading-calendars/Makefile |  4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diffs (108 lines):

diff -r 455e7384157e -r 738754d7891d finance/py-alpha_vantage/Makefile
--- a/finance/py-alpha_vantage/Makefile Fri Apr 09 15:22:13 2021 +0000
+++ b/finance/py-alpha_vantage/Makefile Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/01/31 18:29:09 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      alpha_vantage-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27   # py-pandas
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 455e7384157e -r 738754d7891d finance/py-backtrader/Makefile
--- a/finance/py-backtrader/Makefile    Fri Apr 09 15:22:13 2021 +0000
+++ b/finance/py-backtrader/Makefile    Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/06/17 05:43:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      backtrader-1.9.74.123
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-matplotlib
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27   # py-matplotlib, py-pandas
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
diff -r 455e7384157e -r 738754d7891d math/py-pandas-datareader/Makefile
--- a/math/py-pandas-datareader/Makefile        Fri Apr 09 15:22:13 2021 +0000
+++ b/math/py-pandas-datareader/Makefile        Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/01/30 20:25:18 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      pandas-datareader-0.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.21:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.3.0:../../devel/py-requests
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27      # py-pandas
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 455e7384157e -r 738754d7891d math/py-sklearn-pandas/Makefile
--- a/math/py-sklearn-pandas/Makefile   Fri Apr 09 15:22:13 2021 +0000
+++ b/math/py-sklearn-pandas/Makefile   Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/12/01 16:13:38 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      sklearn-pandas-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.17:../../math/py-scikit-learn
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27   # py-scikit-learn
 
 USE_LANGUAGES= # none
 
diff -r 455e7384157e -r 738754d7891d math/py-xarray/Makefile
--- a/math/py-xarray/Makefile   Fri Apr 09 15:22:13 2021 +0000
+++ b/math/py-xarray/Makefile   Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/08/31 23:07:03 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      xarray-0.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27      # py-pandads
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27   # py-pandads
 PYTHON_VERSIONED_DEPENDENCIES+=        setuptools
 
 .include "../../lang/python/egg.mk"
diff -r 455e7384157e -r 738754d7891d time/py-trading-calendars/Makefile
--- a/time/py-trading-calendars/Makefile        Fri Apr 09 15:22:13 2021 +0000
+++ b/time/py-trading-calendars/Makefile        Fri Apr 09 15:42:35 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/02/06 23:33:03 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/09 15:42:35 tnn Exp $
 
 DISTNAME=      trading_calendars-1.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -18,7 +18,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  36 27   # py-pandas
 
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/tcal \



Home | Main Index | Thread Index | Old Index