From owner-svn-ports-head@freebsd.org Sat Aug 15 12:51:02 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1E7CB3B9805; Sat, 15 Aug 2020 12:51:02 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BTKtF748cz446x; Sat, 15 Aug 2020 12:51:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D5A3F1F724; Sat, 15 Aug 2020 12:51:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07FCp1Rn060534; Sat, 15 Aug 2020 12:51:01 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07FCowpF060508; Sat, 15 Aug 2020 12:50:58 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202008151250.07FCowpF060508@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 15 Aug 2020 12:50:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544938 - in head: biology/py-scikit-bio devel/ipython devel/py-ipykernel5 devel/py-ipyparallel devel/py-ipywidgets devel/py-jupyter_console devel/py-jupyterlab devel/py-jupyterlab-serv... X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head: biology/py-scikit-bio devel/ipython devel/py-ipykernel5 devel/py-ipyparallel devel/py-ipywidgets devel/py-jupyter_console devel/py-jupyterlab devel/py-jupyterlab-server devel/py-jupyterlab_la... X-SVN-Commit-Revision: 544938 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 12:51:02 -0000 Author: dbaio Date: Sat Aug 15 12:50:57 2020 New Revision: 544938 URL: https://svnweb.freebsd.org/changeset/ports/544938 Log: 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) Modified: head/biology/py-scikit-bio/Makefile head/devel/ipython/Makefile head/devel/ipython/distinfo head/devel/py-ipykernel5/Makefile head/devel/py-ipyparallel/Makefile head/devel/py-ipywidgets/Makefile head/devel/py-jupyter_console/Makefile head/devel/py-jupyterlab-server/Makefile head/devel/py-jupyterlab/Makefile head/devel/py-jupyterlab_launcher/Makefile head/devel/py-nbdime/Makefile head/devel/py-qtconsole/Makefile head/devel/py-spyder/Makefile head/devel/py-widgetsnbextension/Makefile head/graphics/py-hiplot/Makefile head/math/py-nevergrad/Makefile head/www/py-notebook/Makefile Modified: head/biology/py-scikit-bio/Makefile ============================================================================== --- head/biology/py-scikit-bio/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/biology/py-scikit-bio/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -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 Modified: head/devel/ipython/Makefile ============================================================================== --- head/devel/ipython/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/ipython/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -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/ ${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 Modified: head/devel/ipython/distinfo ============================================================================== --- head/devel/ipython/distinfo Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/ipython/distinfo Sat Aug 15 12:50:57 2020 (r544938) @@ -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 Modified: head/devel/py-ipykernel5/Makefile ============================================================================== --- head/devel/py-ipykernel5/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-ipykernel5/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:dev ${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 Modified: head/devel/py-ipyparallel/Makefile ============================================================================== --- head/devel/py-ipyparallel/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-ipyparallel/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -27,7 +27,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/p ${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 Modified: head/devel/py-ipywidgets/Makefile ============================================================================== --- head/devel/py-ipywidgets/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-ipywidgets/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=4.5.1: ${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 Modified: head/devel/py-jupyter_console/Makefile ============================================================================== --- head/devel/py-jupyter_console/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-jupyter_console/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0: ${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 Modified: head/devel/py-jupyterlab-server/Makefile ============================================================================== --- head/devel/py-jupyterlab-server/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-jupyterlab-server/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel ${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 Modified: head/devel/py-jupyterlab/Makefile ============================================================================== --- head/devel/py-jupyterlab/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-jupyterlab/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel ${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 Modified: head/devel/py-jupyterlab_launcher/Makefile ============================================================================== --- head/devel/py-jupyterlab_launcher/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-jupyterlab_launcher/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -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 Modified: head/devel/py-nbdime/Makefile ============================================================================== --- head/devel/py-nbdime/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-nbdime/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -24,7 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/ ${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 Modified: head/devel/py-qtconsole/Makefile ============================================================================== --- head/devel/py-qtconsole/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-qtconsole/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:de ${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 Modified: head/devel/py-spyder/Makefile ============================================================================== --- head/devel/py-spyder/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-spyder/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -26,7 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtAwesome>0:x11-fo 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 Modified: head/devel/py-widgetsnbextension/Makefile ============================================================================== --- head/devel/py-widgetsnbextension/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/devel/py-widgetsnbextension/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -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 Modified: head/graphics/py-hiplot/Makefile ============================================================================== --- head/graphics/py-hiplot/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/graphics/py-hiplot/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:w ${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 Modified: head/math/py-nevergrad/Makefile ============================================================================== --- head/math/py-nevergrad/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/math/py-nevergrad/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bayesian-optimizat ${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.1 ${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 Modified: head/www/py-notebook/Makefile ============================================================================== --- head/www/py-notebook/Makefile Sat Aug 15 12:41:29 2020 (r544937) +++ head/www/py-notebook/Makefile Sat Aug 15 12:50:57 2020 (r544938) @@ -27,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py ${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