Wed Jan 2 15:18:20 2019 UTC ()
py-jupyter_client: updated to 5.2.4

5.2.4:
- Prevent creating new console windows on Windows
- Fix interrupts on Python 3.7 on Windows


(adam)
diff -r1.3 -r1.4 pkgsrc/devel/py-jupyter_client/ALTERNATIVES
diff -r1.8 -r1.9 pkgsrc/devel/py-jupyter_client/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-jupyter_client/PLIST
diff -r1.7 -r1.8 pkgsrc/devel/py-jupyter_client/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/py-jupyter_client/ALTERNATIVES (expand / switch to unified diff)

--- pkgsrc/devel/py-jupyter_client/ALTERNATIVES 2017/12/31 18:15:46 1.3
+++ pkgsrc/devel/py-jupyter_client/ALTERNATIVES 2019/01/02 15:18:20 1.4
@@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
1bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel@PYVERSSUFFIX@ 1bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel-@PYVERSSUFFIX@
2bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec@PYVERSSUFFIX@ 2bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec-@PYVERSSUFFIX@
3bin/jupyter-run @PREFIX@/bin/jupyter-run@PYVERSSUFFIX@ 3bin/jupyter-run @PREFIX@/bin/jupyter-run-@PYVERSSUFFIX@

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-jupyter_client/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-jupyter_client/Makefile 2018/04/05 12:38:57 1.8
+++ pkgsrc/devel/py-jupyter_client/Makefile 2019/01/02 15:18:20 1.9
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.8 2018/04/05 12:38:57 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2019/01/02 15:18:20 adam Exp $
2 2
3DISTNAME= jupyter_client-5.2.3 3DISTNAME= jupyter_client-5.2.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_client/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://jupyter.org/ 9HOMEPAGE= http://jupyter.org/
10COMMENT= Jupyter protocol implementation and client libraries 10COMMENT= Jupyter protocol implementation and client libraries
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil 13DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil
14DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core 14DEPENDS+= ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
15DEPENDS+= ${PYPKGPREFIX}-tornado>=4.1:../../www/py-tornado 15DEPENDS+= ${PYPKGPREFIX}-tornado>=4.1:../../www/py-tornado
16DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets 16DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.1.0:../../devel/py-traitlets
17DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq 17DEPENDS+= ${PYPKGPREFIX}-zmq>=13.0.0:../../net/py-zmq
18TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel 18TEST_DEPENDS+= ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
19TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
20 20
21PYTHON_VERSIONED_DEPENDENCIES= ipython:test 21PYTHON_VERSIONED_DEPENDENCIES= ipython:test
22 22
23USE_LANGUAGES= # none 23USE_LANGUAGES= # none
24 24
25post-install: 25post-install:
26 cd ${DESTDIR}${PREFIX}/bin && \ 26 cd ${DESTDIR}${PREFIX}/bin && \
27 ${MV} jupyter-kernel jupyter-kernel${PYVERSSUFFIX} && \ 27 ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \
28 ${MV} jupyter-kernelspec jupyter-kernelspec${PYVERSSUFFIX} && \ 28 ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \
29 ${MV} jupyter-run jupyter-run${PYVERSSUFFIX} || ${TRUE} 29 ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
30 30
31do-test: 31do-test:
32 cd ${WRKSRC} && py.test-${PYVERSSUFFIX} 32 cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
33 33
34.include "../../lang/python/egg.mk" 34.include "../../lang/python/egg.mk"
35.include "../../lang/python/versioned_dependencies.mk" 35.include "../../lang/python/versioned_dependencies.mk"
36.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-jupyter_client/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-jupyter_client/PLIST 2018/01/25 09:47:35 1.5
+++ pkgsrc/devel/py-jupyter_client/PLIST 2019/01/02 15:18:20 1.6
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1@comment $NetBSD: PLIST,v 1.5 2018/01/25 09:47:35 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2019/01/02 15:18:20 adam Exp $
2bin/jupyter-kernel${PYVERSSUFFIX} 2bin/jupyter-kernel-${PYVERSSUFFIX}
3bin/jupyter-kernelspec${PYVERSSUFFIX} 3bin/jupyter-kernelspec-${PYVERSSUFFIX}
4bin/jupyter-run${PYVERSSUFFIX} 4bin/jupyter-run-${PYVERSSUFFIX}
5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 5${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 6${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 7${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 8${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
9${PYSITELIB}/${EGG_INFODIR}/requires.txt 9${PYSITELIB}/${EGG_INFODIR}/requires.txt
10${PYSITELIB}/${EGG_INFODIR}/top_level.txt 10${PYSITELIB}/${EGG_INFODIR}/top_level.txt
11${PYSITELIB}/jupyter_client/__init__.py 11${PYSITELIB}/jupyter_client/__init__.py
12${PYSITELIB}/jupyter_client/__init__.pyc 12${PYSITELIB}/jupyter_client/__init__.pyc
13${PYSITELIB}/jupyter_client/__init__.pyo 13${PYSITELIB}/jupyter_client/__init__.pyo
14${PYSITELIB}/jupyter_client/_version.py 14${PYSITELIB}/jupyter_client/_version.py
15${PYSITELIB}/jupyter_client/_version.pyc 15${PYSITELIB}/jupyter_client/_version.pyc
16${PYSITELIB}/jupyter_client/_version.pyo 16${PYSITELIB}/jupyter_client/_version.pyo
17${PYSITELIB}/jupyter_client/adapter.py 17${PYSITELIB}/jupyter_client/adapter.py

cvs diff -r1.7 -r1.8 pkgsrc/devel/py-jupyter_client/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-jupyter_client/distinfo 2018/04/05 12:38:57 1.7
+++ pkgsrc/devel/py-jupyter_client/distinfo 2019/01/02 15:18:20 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2018/04/05 12:38:57 adam Exp $ 1$NetBSD: distinfo,v 1.8 2019/01/02 15:18:20 adam Exp $
2 2
3SHA1 (jupyter_client-5.2.3.tar.gz) = b07e542ea729e7964a6249287c0c69820faa2a44 3SHA1 (jupyter_client-5.2.4.tar.gz) = bb042481944e84b3e6ce06c613c2ed469bfef642
4RMD160 (jupyter_client-5.2.3.tar.gz) = cdeeea1a66db08a3594141c68debf30a1a73f053 4RMD160 (jupyter_client-5.2.4.tar.gz) = 6593fbcb55aa1104534fff8cc6fe68a22b9384a5
5SHA512 (jupyter_client-5.2.3.tar.gz) = 89b980ecc281bc1512e1fc4ba35862cc6e541f825ee07a1382d300c8088f24611225ab415d6a7c1e4209c47a74c113ec95f863e8fb0b33c6db9eb9c3521fc0ae 5SHA512 (jupyter_client-5.2.4.tar.gz) = a8bb322e4cbcfa5ab9ffbcfdbf2e2ea60e7923f415d7574a93866e99c03a8c5b0a11d7c82e9c4c1c69f4da1261563f419877dffd5347294a58a744c445271a53
6Size (jupyter_client-5.2.3.tar.gz) = 271787 bytes 6Size (jupyter_client-5.2.4.tar.gz) = 273397 bytes