pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Paper over tree breakage caused by unresolvable Python...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/554b9d8dbfed
branches:  trunk
changeset: 376629:554b9d8dbfed
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 10 14:42:18 2022 +0000

description:
Paper over tree breakage caused by unresolvable Python deps from
scikit/pandas/numpy.

diffstat:

 finance/py-alpha_vantage/Makefile  |  4 ++--
 finance/py-backtrader/Makefile     |  4 ++--
 graphics/py-ggplot/Makefile        |  4 ++--
 math/py-astroML/Makefile           |  4 ++--
 math/py-jplephem/Makefile          |  4 ++--
 math/py-pandas-datareader/Makefile |  4 ++--
 math/py-photutils/Makefile         |  4 ++--
 math/py-sklearn-pandas/Makefile    |  4 ++--
 time/py-trading-calendars/Makefile |  4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diffs (162 lines):

diff -r dcb304982bde -r 554b9d8dbfed finance/py-alpha_vantage/Makefile
--- a/finance/py-alpha_vantage/Makefile Sun Apr 10 13:55:42 2022 +0000
+++ b/finance/py-alpha_vantage/Makefile Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:53:52 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      alpha_vantage-2.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-pandas
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcb304982bde -r 554b9d8dbfed finance/py-backtrader/Makefile
--- a/finance/py-backtrader/Makefile    Sun Apr 10 13:55:42 2022 +0000
+++ b/finance/py-backtrader/Makefile    Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:10 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      backtrader-1.9.74.123
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-matplotlib, py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-matplotlib, py-pandas
 
 USE_PKG_RESOURCES=     yes
 
diff -r dcb304982bde -r 554b9d8dbfed graphics/py-ggplot/Makefile
--- a/graphics/py-ggplot/Makefile       Sun Apr 10 13:55:42 2022 +0000
+++ b/graphics/py-ggplot/Makefile       Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2022/01/04 20:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      ggplot-0.11.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-statsmodels py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-statsmodels py-pandas
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcb304982bde -r 554b9d8dbfed math/py-astroML/Makefile
--- a/math/py-astroML/Makefile  Sun Apr 10 13:55:42 2022 +0000
+++ b/math/py-astroML/Makefile  Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:12 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      astroML-1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@
 COMMENT=       Astropy affiliated module for machine learning and data mining
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scikit-learn
 
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=2.1.1:../../graphics/py-matplotlib
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.18:../../math/py-scikit-learn
diff -r dcb304982bde -r 554b9d8dbfed math/py-jplephem/Makefile
--- a/math/py-jplephem/Makefile Sun Apr 10 13:55:42 2022 +0000
+++ b/math/py-jplephem/Makefile Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      jplephem-2.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-numpy
 
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff -r dcb304982bde -r 554b9d8dbfed math/py-pandas-datareader/Makefile
--- a/math/py-pandas-datareader/Makefile        Sun Apr 10 13:55:42 2022 +0000
+++ b/math/py-pandas-datareader/Makefile        Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/10 14:42:18 nia 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=  27 37 # py-pandas
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r dcb304982bde -r 554b9d8dbfed math/py-photutils/Makefile
--- a/math/py-photutils/Makefile        Sun Apr 10 13:55:42 2022 +0000
+++ b/math/py-photutils/Makefile        Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      photutils-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@
 COMMENT=       Astropy coordinated module for astronomical photometry
 LICENSE=       modified-bsd
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scikit
 
 DEPENDS+=      ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
diff -r dcb304982bde -r 554b9d8dbfed math/py-sklearn-pandas/Makefile
--- a/math/py-sklearn-pandas/Makefile   Sun Apr 10 13:55:42 2022 +0000
+++ b/math/py-sklearn-pandas/Makefile   Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:17 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/10 14:42:18 nia Exp $
 
 DISTNAME=      sklearn-pandas-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.17:../../math/py-scikit-learn
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scikit-learn
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scikit-learn
 
 USE_LANGUAGES= # none
 
diff -r dcb304982bde -r 554b9d8dbfed time/py-trading-calendars/Makefile
--- a/time/py-trading-calendars/Makefile        Sun Apr 10 13:55:42 2022 +0000
+++ b/time/py-trading-calendars/Makefile        Sun Apr 10 14:42:18 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2022/01/05 15:41:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/04/10 14:42:19 nia Exp $
 
 DISTNAME=      trading_calendars-1.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -19,7 +19,7 @@
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-pandas
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index