pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipykernel py-ipykernel: updated to 4.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25d550198258
branches:  trunk
changeset: 372641:25d550198258
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 13 08:59:59 2017 +0000

description:
py-ipykernel: updated to 4.7.0

4.7.0
- Add event loop integration for :mod:asyncio.
- Use the new IPython completer API.
- Add support for displaying GIF images (mimetype image/gif).
- Allow the kernel to be interrupted without killing the Qt console.
- Fix is_complete response with cell magics.
- Clean up encoding of bytes objects.
- Clean up help links to use https and improve display titles.
- Clean up ioloop handling in preparation for tornado 5.

diffstat:

 devel/py-ipykernel/Makefile |  12 +++++++++---
 devel/py-ipykernel/PLIST    |   8 +++++++-
 devel/py-ipykernel/distinfo |  10 +++++-----
 3 files changed, 21 insertions(+), 9 deletions(-)

diffs (75 lines):

diff -r 8b0f71caf207 -r 25d550198258 devel/py-ipykernel/Makefile
--- a/devel/py-ipykernel/Makefile       Wed Dec 13 08:58:03 2017 +0000
+++ b/devel/py-ipykernel/Makefile       Wed Dec 13 08:59:59 2017 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2017/10/17 18:28:53 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/12/13 08:59:59 adam Exp $
 
-DISTNAME=      ipykernel-4.6.1
+DISTNAME=      ipykernel-4.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipykernel/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://ipython.org
+HOMEPAGE=      http://ipython.org/
 COMMENT=       IPython Kernel for Jupyter
 LICENSE=       modified-bsd
 
@@ -18,6 +18,12 @@
 
 PYTHON_VERSIONED_DEPENDENCIES= ipython
 
+.include "../../lang/python/pyversion.mk"
+PLIST_VARS+=    async
+.if "${PYPKGPREFIX}" != "py27" &&  "${PYPKGPREFIX}" != "py34"
+PLIST.async=    yes
+.endif
+
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8b0f71caf207 -r 25d550198258 devel/py-ipykernel/PLIST
--- a/devel/py-ipykernel/PLIST  Wed Dec 13 08:58:03 2017 +0000
+++ b/devel/py-ipykernel/PLIST  Wed Dec 13 08:59:59 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/05/04 20:28:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/13 08:59:59 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/ipykernel/__init__.py
 ${PYSITELIB}/ipykernel/__init__.pyc
@@ -125,12 +125,18 @@
 ${PYSITELIB}/ipykernel/tests/__init__.py
 ${PYSITELIB}/ipykernel/tests/__init__.pyc
 ${PYSITELIB}/ipykernel/tests/__init__.pyo
+${PYSITELIB}/ipykernel/tests/_asyncio.py
+${PLIST.async}${PYSITELIB}/ipykernel/tests/_asyncio.pyc
+${PLIST.async}${PYSITELIB}/ipykernel/tests/_asyncio.pyo
 ${PYSITELIB}/ipykernel/tests/test_connect.py
 ${PYSITELIB}/ipykernel/tests/test_connect.pyc
 ${PYSITELIB}/ipykernel/tests/test_connect.pyo
 ${PYSITELIB}/ipykernel/tests/test_embed_kernel.py
 ${PYSITELIB}/ipykernel/tests/test_embed_kernel.pyc
 ${PYSITELIB}/ipykernel/tests/test_embed_kernel.pyo
+${PYSITELIB}/ipykernel/tests/test_eventloop.py
+${PYSITELIB}/ipykernel/tests/test_eventloop.pyc
+${PYSITELIB}/ipykernel/tests/test_eventloop.pyo
 ${PYSITELIB}/ipykernel/tests/test_io.py
 ${PYSITELIB}/ipykernel/tests/test_io.pyc
 ${PYSITELIB}/ipykernel/tests/test_io.pyo
diff -r 8b0f71caf207 -r 25d550198258 devel/py-ipykernel/distinfo
--- a/devel/py-ipykernel/distinfo       Wed Dec 13 08:58:03 2017 +0000
+++ b/devel/py-ipykernel/distinfo       Wed Dec 13 08:59:59 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/04 20:28:33 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/12/13 08:59:59 adam Exp $
 
-SHA1 (ipykernel-4.6.1.tar.gz) = 21b1930141d1652c79d986092556f46c2bcf8024
-RMD160 (ipykernel-4.6.1.tar.gz) = 8e7deabdfac95889984512ff9f7668bbe7c1ddb0
-SHA512 (ipykernel-4.6.1.tar.gz) = 3124534a8a059056211ac573784c491ba18d6e936292523382a9604af10bc2c911b14f49f7625242e29189b46c673da25244f3c9dfa3148d460ba4e466eef001
-Size (ipykernel-4.6.1.tar.gz) = 90591 bytes
+SHA1 (ipykernel-4.7.0.tar.gz) = 2be4eee12e8fcc3e6f51c5a6c04976caa7b81234
+RMD160 (ipykernel-4.7.0.tar.gz) = 8e9d70f2d4450eede7519dfcc415dc3dbe592838
+SHA512 (ipykernel-4.7.0.tar.gz) = 731b143b771ef6fb6b00a22e6cda9dc970747c493df2d0cf41bbc16740eec9b09ca5bf506c22eb581ddfc4af1ef14837d13db4a613b7567eaa6467d9674585d4
+Size (ipykernel-4.7.0.tar.gz) = 92549 bytes



Home | Main Index | Thread Index | Old Index