pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: nia
Date: Sun Apr 10 14:42:19 UTC 2022
Modified Files:
pkgsrc/finance/py-alpha_vantage: Makefile
pkgsrc/finance/py-backtrader: Makefile
pkgsrc/graphics/py-ggplot: Makefile
pkgsrc/math/py-astroML: Makefile
pkgsrc/math/py-jplephem: Makefile
pkgsrc/math/py-pandas-datareader: Makefile
pkgsrc/math/py-photutils: Makefile
pkgsrc/math/py-sklearn-pandas: Makefile
pkgsrc/time/py-trading-calendars: Makefile
Log Message:
Paper over tree breakage caused by unresolvable Python deps from
scikit/pandas/numpy.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/finance/py-alpha_vantage/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/finance/py-backtrader/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-ggplot/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-astroML/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-jplephem/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-pandas-datareader/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-photutils/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-sklearn-pandas/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-trading-calendars/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/py-alpha_vantage/Makefile
diff -u pkgsrc/finance/py-alpha_vantage/Makefile:1.7 pkgsrc/finance/py-alpha_vantage/Makefile:1.8
--- pkgsrc/finance/py-alpha_vantage/Makefile:1.7 Tue Jan 4 20:53:52 2022
+++ pkgsrc/finance/py-alpha_vantage/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*
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"
Index: pkgsrc/finance/py-backtrader/Makefile
diff -u pkgsrc/finance/py-backtrader/Makefile:1.6 pkgsrc/finance/py-backtrader/Makefile:1.7
--- pkgsrc/finance/py-backtrader/Makefile:1.6 Wed Jan 5 15:41:10 2022
+++ pkgsrc/finance/py-backtrader/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:.
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-matplotlib, py-pandas
+PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-matplotlib, py-pandas
USE_PKG_RESOURCES= yes
Index: pkgsrc/graphics/py-ggplot/Makefile
diff -u pkgsrc/graphics/py-ggplot/Makefile:1.8 pkgsrc/graphics/py-ggplot/Makefile:1.9
--- pkgsrc/graphics/py-ggplot/Makefile:1.8 Tue Jan 4 20:54:05 2022
+++ pkgsrc/graphics/py-ggplot/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-tornado-[0
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"
Index: pkgsrc/math/py-astroML/Makefile
diff -u pkgsrc/math/py-astroML/Makefile:1.3 pkgsrc/math/py-astroML/Makefile:1.4
--- pkgsrc/math/py-astroML/Makefile:1.3 Tue Jan 4 20:54:12 2022
+++ pkgsrc/math/py-astroML/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ HOMEPAGE= https://www.astroml.org/
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
Index: pkgsrc/math/py-jplephem/Makefile
diff -u pkgsrc/math/py-jplephem/Makefile:1.5 pkgsrc/math/py-jplephem/Makefile:1.6
--- pkgsrc/math/py-jplephem/Makefile:1.5 Tue Jan 4 20:54:13 2022
+++ pkgsrc/math/py-jplephem/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-numpy>=1.17.0:.
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"
Index: pkgsrc/math/py-pandas-datareader/Makefile
diff -u pkgsrc/math/py-pandas-datareader/Makefile:1.13 pkgsrc/math/py-pandas-datareader/Makefile:1.14
--- pkgsrc/math/py-pandas-datareader/Makefile:1.13 Tue Jan 4 20:54:15 2022
+++ pkgsrc/math/py-pandas-datareader/Makefile Sun Apr 10 14:42:18 2022
@@ -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}-lxml-[0-9]*:../
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"
Index: pkgsrc/math/py-photutils/Makefile
diff -u pkgsrc/math/py-photutils/Makefile:1.3 pkgsrc/math/py-photutils/Makefile:1.4
--- pkgsrc/math/py-photutils/Makefile:1.3 Tue Jan 4 20:54:15 2022
+++ pkgsrc/math/py-photutils/Makefile Sun Apr 10 14:42:18 2022
@@ -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 @@ HOMEPAGE= https://photutils.readthedocs.
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
Index: pkgsrc/math/py-sklearn-pandas/Makefile
diff -u pkgsrc/math/py-sklearn-pandas/Makefile:1.4 pkgsrc/math/py-sklearn-pandas/Makefile:1.5
--- pkgsrc/math/py-sklearn-pandas/Makefile:1.4 Tue Jan 4 20:54:17 2022
+++ pkgsrc/math/py-sklearn-pandas/Makefile Sun Apr 10 14:42:18 2022
@@ -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}-numpy-[0-9]*:..
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
Index: pkgsrc/time/py-trading-calendars/Makefile
diff -u pkgsrc/time/py-trading-calendars/Makefile:1.5 pkgsrc/time/py-trading-calendars/Makefile:1.6
--- pkgsrc/time/py-trading-calendars/Makefile:1.5 Wed Jan 5 15:41:28 2022
+++ pkgsrc/time/py-trading-calendars/Makefile Sun Apr 10 14:42:19 2022
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-toolz-[0-9]*:..
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