pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/720402c657c3
branches:  trunk
changeset: 424001:720402c657c3
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 03 05:56:20 2020 +0000

description:
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:

 devel/py-ipython/Makefile |   9 ++++++---
 devel/py-ipython/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 215e53d3aab9 -r 720402c657c3 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Tue Mar 03 05:06:20 2020 +0000
+++ b/devel/py-ipython/Makefile Tue Mar 03 05:56:20 2020 +0000
@@ -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}-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 -r 215e53d3aab9 -r 720402c657c3 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Tue Mar 03 05:06:20 2020 +0000
+++ b/devel/py-ipython/distinfo Tue Mar 03 05:56:20 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index