diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-04 21:28:11 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-04 21:30:33 +0000 |
commit | e3e586773b1490846e1ef7a70693da78b24d20a6 (patch) | |
tree | 5ca17ec88bb9ecfe146674ce51e077642b19e37a | |
parent | a1b11d6a4560963a0fc1398f0859b7e35cd33ba2 (diff) | |
download | ports-e3e586773b1490846e1ef7a70693da78b24d20a6.tar.gz ports-e3e586773b1490846e1ef7a70693da78b24d20a6.zip |
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
-rw-r--r-- | devel/ipython/Makefile | 6 | ||||
-rw-r--r-- | 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 |