summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam>2017-06-24 08:17:00 +0000
committeradam <adam>2017-06-24 08:17:00 +0000
commitdbf434da1e728479709029393a6b2fc11343ef75 (patch)
tree92bdcea5e7aa0019811bacd3ac5dc914d507c1c8 /devel
parent7a6c3ef6d2bafbbc4234f377a06e086f8412c3ad (diff)
downloadpkgsrc-dbf434da1e728479709029393a6b2fc11343ef75.tar.gz
5.1:
Define Jupyter protocol version 5.2, resolving ambiguity of cursor_pos field in the presence of unicode surrogate pairs. Add :meth:`Session.clone` for making a copy of a Session object without sharing the digest history. Reusing a single Session object to connect multiple sockets to the same IOPub peer can cause digest collisions. Avoid global references preventing garbage collection of background threads.
Diffstat (limited to 'devel')
-rw-r--r--devel/py-jupyter_client/ALTERNATIVES1
-rw-r--r--devel/py-jupyter_client/Makefile12
-rw-r--r--devel/py-jupyter_client/PLIST3
-rw-r--r--devel/py-jupyter_client/distinfo10
4 files changed, 13 insertions, 13 deletions
diff --git a/devel/py-jupyter_client/ALTERNATIVES b/devel/py-jupyter_client/ALTERNATIVES
deleted file mode 100644
index 3bfbd92a897..00000000000
--- a/devel/py-jupyter_client/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec@PYVERSSUFFIX@
diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile
index 17b2e966922..345a3495989 100644
--- a/devel/py-jupyter_client/Makefile
+++ b/devel/py-jupyter_client/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/05/04 19:47:48 adam Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/24 08:17:00 adam Exp $
-DISTNAME= jupyter_client-5.0.1
+DISTNAME= jupyter_client-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
+CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -14,11 +14,13 @@ DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
+BUILD_DEPENDS+= ${PYPKGPREFIX}-ipython-[0-9]*:../../devel/py-ipython
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
-post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec${PYVERSSUFFIX}
+do-test:
+ cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
.include "../../lang/python/distutils.mk"
.include "../../lang/python/application.mk"
diff --git a/devel/py-jupyter_client/PLIST b/devel/py-jupyter_client/PLIST
index 49dd0371e62..4b308f6be03 100644
--- a/devel/py-jupyter_client/PLIST
+++ b/devel/py-jupyter_client/PLIST
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/23 04:27:47 markd Exp $
-bin/jupyter-kernelspec${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.2 2017/06/24 08:17:00 adam Exp $
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/jupyter_client/__init__.py
${PYSITELIB}/jupyter_client/__init__.pyc
diff --git a/devel/py-jupyter_client/distinfo b/devel/py-jupyter_client/distinfo
index b43f5d9199a..be8c1920187 100644
--- a/devel/py-jupyter_client/distinfo
+++ b/devel/py-jupyter_client/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/05/04 19:47:48 adam Exp $
+$NetBSD: distinfo,v 1.3 2017/06/24 08:17:00 adam Exp $
-SHA1 (jupyter_client-5.0.1.tar.gz) = 30bfcb56f86295907e32b815e8a273735f5e68d6
-RMD160 (jupyter_client-5.0.1.tar.gz) = b76fc7119d0fc0002896c422440379a016dc121b
-SHA512 (jupyter_client-5.0.1.tar.gz) = 7a9d87c13284ee4c582b3eb7f21ced9bab5b1e529185ac1f55c5d595e5c7ff644d5e050bbee3cff5e5ef880b7e905a4f22afa1c2411abc2aec18d2e699c9f5eb
-Size (jupyter_client-5.0.1.tar.gz) = 262861 bytes
+SHA1 (jupyter_client-5.1.0.tar.gz) = 1f226cd2d437eed5f9c45d572c0c9efe53437ea9
+RMD160 (jupyter_client-5.1.0.tar.gz) = 1c98a5f67daee03996326c7aae0e1e3ca8aa2cb8
+SHA512 (jupyter_client-5.1.0.tar.gz) = eca7adab1f8aae05743c341a257d4ca4338b0838cc3441939dda48229cdfa13b267bdc338b951bc4e6e139d03d26b40a1294140218f84ab800d211f7e0d8bfc7
+Size (jupyter_client-5.1.0.tar.gz) = 265233 bytes