diff options
author | adam <adam@pkgsrc.org> | 2020-03-03 05:56:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-03-03 05:56:20 +0000 |
commit | f8e12bdcebf70b65d13f26911f3c674d4549e331 (patch) | |
tree | 494575deb1313cedcb6eeaf29bf3197ace2af9d6 /devel/py-ipython | |
parent | a3b827ad1632c0c1ae078f560d544f250042907e (diff) | |
download | pkgsrc-f8e12bdcebf70b65d13f26911f3c674d4549e331.tar.gz |
py-ipython: updated to 7.13.0
IPython 7.13 is the first release of the 7.x branch since master is diverging
toward an 8.0. Exiting new features have already been merged in 8.0 and will
not be available on the 7.x branch. All the changes bellow have been backported
from the master branch.
- Fix inability to run PDB when inside an event loop
- Fix ability to interrupt some processes on windows
- Fix debugger shortcuts
- improve tab completion when inside a string by removing irrelevant elements
- Fix display of filename tab completion when the path is long
- Many removal of Python 2 specific code path
- displaying wav files do not require NumPy anymore, and is 5x to 30x faster
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 9 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 10 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index f7e32184c5c..0f576776122 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2020/02/01 12:27:04 adam Exp $ +# $NetBSD: Makefile,v 1.48 2020/03/03 05:56:20 adam Exp $ -DISTNAME= ipython-7.12.0 +DISTNAME= ipython-7.13.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} @@ -18,9 +18,12 @@ DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=2.0.0:../../devel/py-prompt_toolkit2 DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments DEPENDS+= ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools -DEPENDS+= ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == Darwin +DEPENDS+= ${PYPKGPREFIX}-appnope-[0-9]*:../../sysutils/py-appnope +.endif USE_LANGUAGES= # none diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index 76c9265ca9e..e3c4a51c869 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2020/02/01 12:27:04 adam Exp $ +$NetBSD: distinfo,v 1.27 2020/03/03 05:56:20 adam Exp $ -SHA1 (ipython-7.12.0.tar.gz) = b4cbd76b05f4d099b98a2540ca3e0145af73d1cf -RMD160 (ipython-7.12.0.tar.gz) = 518237a3f8cc8ef6db4547b61ebc5c41e74a2b89 -SHA512 (ipython-7.12.0.tar.gz) = 99fb09e6f0e0e03b47498700b401953de085ca57edef7a2ff7ead8bc40a62847438fb84606a35c15ec32b191417d5dc9e6f563f9e0263375e7a576ce7b151fba -Size (ipython-7.12.0.tar.gz) = 5130435 bytes +SHA1 (ipython-7.13.0.tar.gz) = 8e2751e3365bbfd97277760b110fb2f290e0d3d3 +RMD160 (ipython-7.13.0.tar.gz) = 76246a4ba900d9765314445214a290f2a0f5763a +SHA512 (ipython-7.13.0.tar.gz) = 3fff48649ee67f2f5652e49815595c66aea1545dfcdf045e717c4142f698ad3b37b90fabe544cb57a4db5d467a91d6f091871fc7361c08d68b00e57591f29d85 +Size (ipython-7.13.0.tar.gz) = 5224667 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 |