Date: Mon, 18 May 2026 03:05:49 +0000 From: Xin LI <delphij@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bb832ff719fe - main - devel/ipython: upgrade to 9.13.0 Message-ID: <6a0a820d.3bc4e.27d0d83e@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb832ff719fe791777eba1bb058df2b87d425a95 commit bb832ff719fe791777eba1bb058df2b87d425a95 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2026-05-18 02:35:26 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2026-05-18 02:36:08 +0000 devel/ipython: upgrade to 9.13.0 --- devel/ipython/Makefile | 13 +++++++------ devel/ipython/distinfo | 6 +++--- devel/ipython/files/patch-pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index eb96cc82c8d7..dacd1671d0cb 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipython -PORTVERSION= 9.10.0 +PORTVERSION= 9.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.2:devel/py-decorator@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=5.1.0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipython-pygments-lexers>=1.0.0:devel/py-ipython-pygments-lexers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jedi>=0.18.1:devel/py-jedi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=0.1.5:math/py-matplotlib-inline@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pexpect>=4.3:misc/py-pexpect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jedi>=0.18.2:devel/py-jedi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib-inline>=0.1.6:math/py-matplotlib-inline@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pexpect>4.6:misc/py-pexpect@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.41<3.1.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.11.0:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psutil>=7:sysutils/py-psutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.14.0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=2:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stack-data>=0.6.0:devel/py-stack-data@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traitlets>=5.13.0:devel/py-traitlets@${PY_FLAVOR} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index 591ed6c637a2..7cd540b8194d 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771422084 -SHA256 (ipython-9.10.0.tar.gz) = cd9e656be97618a0676d058134cd44e6dc7012c0e5cb36a9ce96a8c904adaf77 -SIZE (ipython-9.10.0.tar.gz) = 4426526 +TIMESTAMP = 1779043273 +SHA256 (ipython-9.13.0.tar.gz) = 7e834b6afc99f020e3f05966ced34792f40267d64cb1ea9043886dab0dde5967 +SIZE (ipython-9.13.0.tar.gz) = 4430549 diff --git a/devel/ipython/files/patch-pyproject.toml b/devel/ipython/files/patch-pyproject.toml index 122b252c005d..345f0be6e038 100644 --- a/devel/ipython/files/patch-pyproject.toml +++ b/devel/ipython/files/patch-pyproject.toml @@ -2,7 +2,7 @@ +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = ["setuptools>=77.0"] +-requires = ["setuptools>=80.0"] +requires = ["setuptools>=61.0"] # We need access to the 'setupbase' module at build time. # Hence we declare a custom build backend.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a0a820d.3bc4e.27d0d83e>
