diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index b9e8c18c8006..d6241d9bb32f 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,52 +1,50 @@ PORTNAME= ipython -PORTVERSION= 8.16.1 +PORTVERSION= 8.17.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Enhanced Interactive Python shell WWW= https://ipython.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=51.0.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backcall>=0:devel/py-backcall@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>=0.16:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pexpect>=4.3:misc/py-pexpect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pickleshare>=0:databases/py-pickleshare@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.30<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stack-data>0:devel/py-stack-data@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5:devel/py-traitlets@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>0:math/py-matplotlib-inline@${PY_FLAVOR} USES= cpe python:3.9+ USE_PYTHON= autoplist concurrent pep517 CONFLICTS_INSTALL= py*-ipython5 NO_ARCH= yes PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES .include .if ${PYTHON_REL} < 31000 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} .endif .if ${PYTHON_REL} < 31100 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=0:devel/py-exceptiongroup@${PY_FLAVOR} .endif post-install-EXAMPLES-on: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 0f09853e1b23..d16b795b4f06 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696433034 -SHA256 (ipython-8.16.1.tar.gz) = ad52f58fca8f9f848e256c629eff888efc0528c12fe0f8ec14f33205f23ef938 -SIZE (ipython-8.16.1.tar.gz) = 5485037 +TIMESTAMP = 1698848874 +SHA256 (ipython-8.17.1.tar.gz) = 9e12020f4bf74f08631c0f033bb580e074fbe36c64903195f3e63b9c0a986cbe +SIZE (ipython-8.17.1.tar.gz) = 5486234 diff --git a/devel/ipython/files/patch-ipython.egg-info_requires.txt b/devel/ipython/files/patch-ipython.egg-info_requires.txt deleted file mode 100644 index 6dfc3a3fce0e..000000000000 --- a/devel/ipython/files/patch-ipython.egg-info_requires.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ipython.egg-info/requires.txt.orig 2023-02-28 12:13:41 UTC -+++ ipython.egg-info/requires.txt -@@ -3,7 +3,7 @@ pickleshare - jedi>=0.16 - matplotlib-inline - pickleshare --prompt_toolkit!=3.0.37,<3.1.0,>=3.0.30 -+prompt_toolkit<3.1.0,>=3.0.30 - pygments>=2.4.0 - stack_data - traitlets>=5 diff --git a/devel/ipython/files/patch-setup.cfg b/devel/ipython/files/patch-setup.cfg deleted file mode 100644 index 52d9a43859c2..000000000000 --- a/devel/ipython/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2023-02-28 12:13:41 UTC -+++ setup.cfg -@@ -37,7 +37,7 @@ install_requires = - matplotlib-inline - pexpect>4.3; sys_platform != "win32" - pickleshare -- prompt_toolkit>=3.0.30,<3.1.0,!=3.0.37 -+ prompt_toolkit>=3.0.30,<3.1.0 - pygments>=2.4.0 - stack_data - traitlets>=5