From 91987153e5bb5169bc1cda2073308c2bfc34a45d Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sat, 15 Aug 2020 12:50:57 +0000 Subject: [PATCH] devel/ipython: Update to 7.17.0 IPython 7.17+ supports Python 3.7 and above, following NEP 29. Update consumers to use Python >= 3.7 (avoid break bulk -a). Changelog: https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17 Approved by: dbaio (python, maintainer) --- biology/py-scikit-bio/Makefile | 2 +- devel/ipython/Makefile | 4 ++-- devel/ipython/distinfo | 6 +++--- devel/py-ipykernel5/Makefile | 2 +- devel/py-ipyparallel/Makefile | 2 +- devel/py-ipywidgets/Makefile | 2 +- devel/py-jupyter_console/Makefile | 2 +- devel/py-jupyterlab-server/Makefile | 2 +- devel/py-jupyterlab/Makefile | 2 +- devel/py-jupyterlab_launcher/Makefile | 2 +- devel/py-nbdime/Makefile | 2 +- devel/py-qtconsole/Makefile | 2 +- devel/py-spyder/Makefile | 2 +- devel/py-widgetsnbextension/Makefile | 2 +- graphics/py-hiplot/Makefile | 2 +- math/py-nevergrad/Makefile | 10 ++-------- www/py-notebook/Makefile | 2 +- 17 files changed, 21 insertions(+), 27 deletions(-) diff --git a/biology/py-scikit-bio/Makefile b/biology/py-scikit-bio/Makefile index 7346474b5b46..476dd28686d2 100644 --- a/biology/py-scikit-bio/Makefile +++ b/biology/py-scikit-bio/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.19.1:science/py-scikit-learn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist distutils .include diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 6276483a07a1..a9bfbf719c47 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipython -PORTVERSION= 7.16.1 +PORTVERSION= 7.17.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 9f36e6a72313..a88d0fd8cef8 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593348709 -SHA256 (ipython-7.16.1.tar.gz) = 9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf -SIZE (ipython-7.16.1.tar.gz) = 5136303 +TIMESTAMP = 1597269085 +SHA256 (ipython-7.17.0.tar.gz) = b70974aaa2674b05eb86a910c02ed09956a33f2dd6c71afc60f0b128a77e7f28 +SIZE (ipython-7.17.0.tar.gz) = 5139470 diff --git a/devel/py-ipykernel5/Makefile b/devel/py-ipykernel5/Makefile index f3e064d76777..febd3c4eb9f9 100644 --- a/devel/py-ipykernel5/Makefile +++ b/devel/py-ipykernel5/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=4.2:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.1.0:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/py-ipyparallel/Makefile b/devel/py-ipyparallel/Makefile index 94b413d40113..adaa747aa096 100644 --- a/devel/py-ipyparallel/Makefile +++ b/devel/py-ipyparallel/Makefile @@ -27,7 +27,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-ipywidgets/Makefile b/devel/py-ipywidgets/Makefile index 1344a432b5d6..3e3654e4b021 100644 --- a/devel/py-ipywidgets/Makefile +++ b/devel/py-ipywidgets/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=4.5.1:devel/py-ipykernel5@${PY_F ${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.1:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=3.5.0:devel/py-widgetsnbextension@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/py-jupyter_console/Makefile b/devel/py-jupyter_console/Makefile index ce461b1a3636..712cc69d6149 100644 --- a/devel/py-jupyter_console/Makefile +++ b/devel/py-jupyter_console/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${ ${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=2.0.0<3.1.0:devel/py-prompt_toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile index 9d93931b1c42..9c33f01b9fb0 100644 --- a/devel/py-jupyterlab-server/Makefile +++ b/devel/py-jupyterlab-server/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=4.2.0:www/py-notebook@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile index e7ffe9a694a2..29d43119306a 100644 --- a/devel/py-jupyterlab/Makefile +++ b/devel/py-jupyterlab/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=4.3.1:www/py-notebook@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-jupyterlab_launcher/Makefile b/devel/py-jupyterlab_launcher/Makefile index 485ce7d36ad7..6f2260f5f9d0 100644 --- a/devel/py-jupyterlab_launcher/Makefile +++ b/devel/py-jupyterlab_launcher/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}notebook>=4.2.0:www/py-notebook@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= distutils autoplist NO_ARCH= yes diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile index b78bd603d0f5..2710f098e3b5 100644 --- a/devel/py-nbdime/Makefile +++ b/devel/py-nbdime/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=0:www/py-tornado@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile index 284bde2428cc..1cdbe3b60b04 100644 --- a/devel/py-qtconsole/Makefile +++ b/devel/py-qtconsole/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLA ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR} -USES= pyqt:5 python:3.6+ +USES= pyqt:5 python:3.7+ USE_PYQT= core gui svg sip printsupport widgets USE_PYTHON= autoplist distutils diff --git a/devel/py-spyder/Makefile b/devel/py-spyder/Makefile index 49dfacbbcc6f..e2f829231f9a 100644 --- a/devel/py-spyder/Makefile +++ b/devel/py-spyder/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtAwesome>0:x11-fonts/py-QtAwesome@${PY_FLAV pylint${PYTHON_PKGNAMESUFFIX}>=0.25:devel/pylint@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}parso>=0.1.1:textproc/py-parso@${PY_FLAVOR} -USES= desktop-file-utils python:3.6+ pyqt:5 +USES= desktop-file-utils python:3.7+ pyqt:5 USE_GITHUB= yes GH_ACCOUNT= spyder-ide USE_PYTHON= distutils autoplist noflavors diff --git a/devel/py-widgetsnbextension/Makefile b/devel/py-widgetsnbextension/Makefile index a6743afe1e82..0a2ff4b0c184 100644 --- a/devel/py-widgetsnbextension/Makefile +++ b/devel/py-widgetsnbextension/Makefile @@ -13,7 +13,7 @@ COMMENT= IPython HTML widgets for Jupyter BUILD_DEPENDS= npm>=0:www/npm RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}notebook>=4.4.1:www/py-notebook@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/graphics/py-hiplot/Makefile b/graphics/py-hiplot/Makefile index d5f545aed433..ce253f48989a 100644 --- a/graphics/py-hiplot/Makefile +++ b/graphics/py-hiplot/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_F ${PYTHON_PKGNAMEPREFIX}Flask-Compress>=0:www/py-flask-compress@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython>=7.0.1:devel/ipython@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/math/py-nevergrad/Makefile b/math/py-nevergrad/Makefile index 8c66efaa64b9..d8c3822e0bb1 100644 --- a/math/py-nevergrad/Makefile +++ b/math/py-nevergrad/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimization>=1.1.0:math/py-bayesia ${PYTHON_PKGNAMEPREFIX}cma>=2.6.0:math/py-cma@${PY_FLAVOR} \ ${PYNUMPY} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist distutils NO_ARCH= yes @@ -36,10 +36,4 @@ BENCHMARK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gym>=0.12.1:math/py-gym@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}xlrd>=1.2.0:textproc/py-xlrd@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}xlwt>=1.3.0:textproc/py-xlwt@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 3700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.6:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include +.include diff --git a/www/py-notebook/Makefile b/www/py-notebook/Makefile index a10650dc5236..45a26cb6904f 100644 --- a/www/py-notebook/Makefile +++ b/www/py-notebook/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tornado>=5.0:www/py-tornado@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=4.2.1:devel/py-traitlets@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes