summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 13:29:58 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2021-01-30 13:29:58 +0000
commit4aa27da2314f1027b11a5138c0e2aedd03dc7cba (patch)
tree30ea3fe495e40122ec8a96f715869110005d5301 /math
parentUpdate to 1.2.0 (diff)
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103
Notes
Notes: svn path=/head/; revision=563407
Diffstat (limited to 'math')
-rw-r--r--math/py-arviz/Makefile2
-rw-r--r--math/py-benford_py/Makefile2
-rw-r--r--math/py-pandas-datareader/Makefile2
-rw-r--r--math/py-pymc3/Makefile2
-rw-r--r--math/py-rpy2/Makefile2
-rw-r--r--math/py-seaborn/Makefile2
-rw-r--r--math/py-spglm/Makefile2
-rw-r--r--math/py-spint/Makefile2
-rw-r--r--math/py-splot/Makefile2
-rw-r--r--math/py-spreg/Makefile2
-rw-r--r--math/py-spvcm/Makefile2
-rw-r--r--math/py-ssm/Makefile2
-rw-r--r--math/py-statsmodels/Makefile2
-rw-r--r--math/py-statsmodels010/Makefile2
-rw-r--r--math/sage/Makefile2
15 files changed, 15 insertions, 15 deletions
diff --git a/math/py-arviz/Makefile b/math/py-arviz/Makefile
index ff1f5cbd89a8..19f572ef242c 100644
--- a/math/py-arviz/Makefile
+++ b/math/py-arviz/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xarray>=0.16.1:devel/py-xarray@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile
index b4e0bc68d7f7..bceda9e0d71d 100644
--- a/math/py-benford_py/Makefile
+++ b/math/py-benford_py/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
diff --git a/math/py-pandas-datareader/Makefile b/math/py-pandas-datareader/Makefile
index a3ac4f656c64..ef5a3e7ef737 100644
--- a/math/py-pandas-datareader/Makefile
+++ b/math/py-pandas-datareader/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
diff --git a/math/py-pymc3/Makefile b/math/py-pymc3/Makefile
index 61e177016590..6190a2a418d1 100644
--- a/math/py-pymc3/Makefile
+++ b/math/py-pymc3/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}theano>=1.0.5:math/py-theano@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_GITHUB= yes
GH_ACCOUNT= pymc-devs
USE_PYTHON= distutils concurrent autoplist
diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile
index 9ce5d83be4b7..78ad58a6f818 100644
--- a/math/py-rpy2/Makefile
+++ b/math/py-rpy2/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0,1,1:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzlocal>=0:devel/py-tzlocal@${PY_FLAVOR}
-USES= compiler:c11 fortran python:3.6+ readline
+USES= compiler:c11 fortran python:3.7+ readline
USE_PYTHON= autoplist concurrent distutils
MAKE_ENV= RPY2_CFFI_MODE=BOTH
diff --git a/math/py-seaborn/Makefile b/math/py-seaborn/Makefile
index b5d940e2ea61..d98c401e2f00 100644
--- a/math/py-seaborn/Makefile
+++ b/math/py-seaborn/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
diff --git a/math/py-spglm/Makefile b/math/py-spglm/Makefile
index c6f6b046f88b..79dd5c7c016e 100644
--- a/math/py-spglm/Makefile
+++ b/math/py-spglm/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA
${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spreg>=1.0.4:math/py-spreg@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/math/py-spint/Makefile b/math/py-spint/Makefile
index 058cfa92d20e..8b65d457d206 100644
--- a/math/py-spint/Makefile
+++ b/math/py-spint/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA
${PYTHON_PKGNAMEPREFIX}spglm>=1.0.6:math/py-spglm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/math/py-splot/Makefile b/math/py-splot/Makefile
index 9ac250e6203e..86a4b370b193 100644
--- a/math/py-splot/Makefile
+++ b/math/py-splot/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}descartes>=0:graphics/py-descartes@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/math/py-spreg/Makefile b/math/py-spreg/Makefile
index 8c672a69a6cc..d73ca9f2ab2e 100644
--- a/math/py-spreg/Makefile
+++ b/math/py-spreg/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=4.0.0:science/py-libpysal@${PY_FLA
${PYTHON_PKGNAMEPREFIX}pandas>=0,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.11:science/py-scipy@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/math/py-spvcm/Makefile b/math/py-spvcm/Makefile
index 5f3e4e3f065d..19aa71d21d60 100644
--- a/math/py-spvcm/Makefile
+++ b/math/py-spvcm/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libpysal>=0:science/py-libpysal@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spreg>=0:math/py-spreg@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/math/py-ssm/Makefile b/math/py-ssm/Makefile
index 7139c6c3629a..80309ea43303 100644
--- a/math/py-ssm/Makefile
+++ b/math/py-ssm/Makefile
@@ -23,7 +23,7 @@ PY_DEPENDS= ${PYNUMPY} \
BUILD_DEPENDS= ${PY_DEPENDS}
RUN_DEPENDS= ${PY_DEPENDS}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= distutils cython concurrent autoplist
post-install:
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile
index 282ff4e86f39..d95c5193bf9d 100644
--- a/math/py-statsmodels/Makefile
+++ b/math/py-statsmodels/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.5:math/py-patsy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=1.1:science/py-scipy@${PY_FLAVOR}
-USES= python:3.6+ shebangfix
+USES= python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent cython distutils
SHEBANG_GLOB= *.py
diff --git a/math/py-statsmodels010/Makefile b/math/py-statsmodels010/Makefile
index 8ef98c974c5e..17f7ea7f64cd 100644
--- a/math/py-statsmodels010/Makefile
+++ b/math/py-statsmodels010/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}patsy>=0.4.0:math/py-patsy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.18:science/py-scipy@${PY_FLAVOR}
-USES= python:3.6+ shebangfix
+USES= python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent cython distutils
# statsmodels 0.11.0+ requires Python 3.5+
diff --git a/math/sage/Makefile b/math/sage/Makefile
index 5290a7301561..48b3fb96e676 100644
--- a/math/sage/Makefile
+++ b/math/sage/Makefile
@@ -341,7 +341,7 @@ RUN_DEPENDS= bash:shells/bash \
USES= autoreconf blaslapack:openblas compiler:c++11-lib fortran \
gettext gmake gnome iconv jpeg libtool localbase ncurses perl5 \
- pkgconfig python:3.6+ readline shebangfix sqlite tk xorg
+ pkgconfig python:3.7+ readline shebangfix sqlite tk xorg
USE_TEX= latex:build pdftex:build tex:build
USE_XORG= x11 xext xscrnsaver
USE_GNOME= cairo glib20 pango