pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-jupyter_client



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  2 15:18:20 UTC 2019

Modified Files:
        pkgsrc/devel/py-jupyter_client: ALTERNATIVES Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-jupyter_client/ALTERNATIVES
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-jupyter_client/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-jupyter_client/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-jupyter_client/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-jupyter_client/ALTERNATIVES
diff -u pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.3 pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.4
--- pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.3     Sun Dec 31 18:15:46 2017
+++ pkgsrc/devel/py-jupyter_client/ALTERNATIVES Wed Jan  2 15:18:20 2019
@@ -1,3 +1,3 @@
-bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel@PYVERSSUFFIX@
-bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec@PYVERSSUFFIX@
-bin/jupyter-run @PREFIX@/bin/jupyter-run@PYVERSSUFFIX@
+bin/jupyter-kernel @PREFIX@/bin/jupyter-kernel-@PYVERSSUFFIX@
+bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec-@PYVERSSUFFIX@
+bin/jupyter-run @PREFIX@/bin/jupyter-run-@PYVERSSUFFIX@

Index: pkgsrc/devel/py-jupyter_client/Makefile
diff -u pkgsrc/devel/py-jupyter_client/Makefile:1.8 pkgsrc/devel/py-jupyter_client/Makefile:1.9
--- pkgsrc/devel/py-jupyter_client/Makefile:1.8 Thu Apr  5 12:38:57 2018
+++ pkgsrc/devel/py-jupyter_client/Makefile     Wed Jan  2 15:18:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2018/04/05 12:38:57 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/01/02 15:18:20 adam Exp $
 
-DISTNAME=      jupyter_client-5.2.3
+DISTNAME=      jupyter_client-5.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
@@ -24,9 +24,9 @@ USE_LANGUAGES=        # none
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} jupyter-kernel jupyter-kernel${PYVERSSUFFIX} && \
-       ${MV} jupyter-kernelspec jupyter-kernelspec${PYVERSSUFFIX} && \
-       ${MV} jupyter-run jupyter-run${PYVERSSUFFIX} || ${TRUE}
+       ${MV} jupyter-kernel jupyter-kernel-${PYVERSSUFFIX} && \
+       ${MV} jupyter-kernelspec jupyter-kernelspec-${PYVERSSUFFIX} && \
+       ${MV} jupyter-run jupyter-run-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}

Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u pkgsrc/devel/py-jupyter_client/PLIST:1.5 pkgsrc/devel/py-jupyter_client/PLIST:1.6
--- pkgsrc/devel/py-jupyter_client/PLIST:1.5    Thu Jan 25 09:47:35 2018
+++ pkgsrc/devel/py-jupyter_client/PLIST        Wed Jan  2 15:18:20 2019
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.5 2018/01/25 09:47:35 adam Exp $
-bin/jupyter-kernel${PYVERSSUFFIX}
-bin/jupyter-kernelspec${PYVERSSUFFIX}
-bin/jupyter-run${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.6 2019/01/02 15:18:20 adam Exp $
+bin/jupyter-kernel-${PYVERSSUFFIX}
+bin/jupyter-kernelspec-${PYVERSSUFFIX}
+bin/jupyter-run-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt

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



Home | Main Index | Thread Index | Old Index