Date: Mon, 4 Sep 2023 21:33:38 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e3e586773b14 - main - devel/ipython: Update to 8.15.0 Message-ID: <202309042133.384LXc37099647@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3e586773b1490846e1ef7a70693da78b24d20a6 commit e3e586773b1490846e1ef7a70693da78b24d20a6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-04 21:28:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-04 21:30:33 +0000 devel/ipython: Update to 8.15.0 Changes: https://github.com/ipython/ipython/blob/main/docs/source/whatsnew/version8.rst https://ipython.readthedocs.io/en/stable/whatsnew/version8.html --- devel/ipython/Makefile | 6 +++++- devel/ipython/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 9460bb2ab62e..0a6b2a5b6b6d 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipython -PORTVERSION= 8.14.0 +PORTVERSION= 8.15.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -42,6 +42,10 @@ OPTIONS_DEFINE= EXAMPLES 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} diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index b6a086d2e67f..2752a78606ac 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685995506 -SHA256 (ipython-8.14.0.tar.gz) = 1d197b907b6ba441b692c48cf2a3a2de280dc0ac91a3405b39349a50272ca0a1 -SIZE (ipython-8.14.0.tar.gz) = 5470735 +TIMESTAMP = 1693824055 +SHA256 (ipython-8.15.0.tar.gz) = 2baeb5be6949eeebf532150f81746f8333e2ccce02de1c7eedde3f23ed5e9f1e +SIZE (ipython-8.15.0.tar.gz) = 5482758
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309042133.384LXc37099647>