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:   markd
Date:           Sun Apr 23 04:27:47 UTC 2017

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

Log Message:
Add py-jupyter-client 5.0.0

jupyter_client contains the reference implementation of the Jupyter protocol.
It also provides client and kernel management APIs for working with kernels.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter_client/ALTERNATIVES \
    pkgsrc/devel/py-jupyter_client/DESCR \
    pkgsrc/devel/py-jupyter_client/Makefile \
    pkgsrc/devel/py-jupyter_client/PLIST \
    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.

Added files:

Index: pkgsrc/devel/py-jupyter_client/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-jupyter_client/ALTERNATIVES:1.1
--- /dev/null   Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/ALTERNATIVES Sun Apr 23 04:27:47 2017
@@ -0,0 +1 @@
+bin/jupyter-kernelspec @PREFIX@/bin/jupyter-kernelspec@PYVERSSUFFIX@
Index: pkgsrc/devel/py-jupyter_client/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter_client/DESCR:1.1
--- /dev/null   Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/DESCR        Sun Apr 23 04:27:47 2017
@@ -0,0 +1,2 @@
+jupyter_client contains the reference implementation of the Jupyter protocol.
+It also provides client and kernel management APIs for working with kernels.
Index: pkgsrc/devel/py-jupyter_client/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter_client/Makefile:1.1
--- /dev/null   Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/Makefile     Sun Apr 23 04:27:47 2017
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 04:27:47 markd Exp $
+
+DISTNAME=      jupyter_client-5.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter_client/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://jupyter.org
+COMMENT=       Jupyter protocol implementation and client libraries
+LICENSE=       modified-bsd
+
+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
+
+USE_LANGUAGES= # none
+
+post-install:
+       ${MV} ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec ${DESTDIR}${PREFIX}/bin/jupyter-kernelspec${PYVERSSUFFIX}
+
+.include "../../lang/python/distutils.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jupyter_client/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter_client/PLIST:1.1
--- /dev/null   Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/PLIST        Sun Apr 23 04:27:47 2017
@@ -0,0 +1,126 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 04:27:47 markd Exp $
+bin/jupyter-kernelspec${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/jupyter_client/__init__.py
+${PYSITELIB}/jupyter_client/__init__.pyc
+${PYSITELIB}/jupyter_client/__init__.pyo
+${PYSITELIB}/jupyter_client/_version.py
+${PYSITELIB}/jupyter_client/_version.pyc
+${PYSITELIB}/jupyter_client/_version.pyo
+${PYSITELIB}/jupyter_client/adapter.py
+${PYSITELIB}/jupyter_client/adapter.pyc
+${PYSITELIB}/jupyter_client/adapter.pyo
+${PYSITELIB}/jupyter_client/blocking/__init__.py
+${PYSITELIB}/jupyter_client/blocking/__init__.pyc
+${PYSITELIB}/jupyter_client/blocking/__init__.pyo
+${PYSITELIB}/jupyter_client/blocking/channels.py
+${PYSITELIB}/jupyter_client/blocking/channels.pyc
+${PYSITELIB}/jupyter_client/blocking/channels.pyo
+${PYSITELIB}/jupyter_client/blocking/client.py
+${PYSITELIB}/jupyter_client/blocking/client.pyc
+${PYSITELIB}/jupyter_client/blocking/client.pyo
+${PYSITELIB}/jupyter_client/channels.py
+${PYSITELIB}/jupyter_client/channels.pyc
+${PYSITELIB}/jupyter_client/channels.pyo
+${PYSITELIB}/jupyter_client/channelsabc.py
+${PYSITELIB}/jupyter_client/channelsabc.pyc
+${PYSITELIB}/jupyter_client/channelsabc.pyo
+${PYSITELIB}/jupyter_client/client.py
+${PYSITELIB}/jupyter_client/client.pyc
+${PYSITELIB}/jupyter_client/client.pyo
+${PYSITELIB}/jupyter_client/clientabc.py
+${PYSITELIB}/jupyter_client/clientabc.pyc
+${PYSITELIB}/jupyter_client/clientabc.pyo
+${PYSITELIB}/jupyter_client/connect.py
+${PYSITELIB}/jupyter_client/connect.pyc
+${PYSITELIB}/jupyter_client/connect.pyo
+${PYSITELIB}/jupyter_client/consoleapp.py
+${PYSITELIB}/jupyter_client/consoleapp.pyc
+${PYSITELIB}/jupyter_client/consoleapp.pyo
+${PYSITELIB}/jupyter_client/ioloop/__init__.py
+${PYSITELIB}/jupyter_client/ioloop/__init__.pyc
+${PYSITELIB}/jupyter_client/ioloop/__init__.pyo
+${PYSITELIB}/jupyter_client/ioloop/manager.py
+${PYSITELIB}/jupyter_client/ioloop/manager.pyc
+${PYSITELIB}/jupyter_client/ioloop/manager.pyo
+${PYSITELIB}/jupyter_client/ioloop/restarter.py
+${PYSITELIB}/jupyter_client/ioloop/restarter.pyc
+${PYSITELIB}/jupyter_client/ioloop/restarter.pyo
+${PYSITELIB}/jupyter_client/jsonutil.py
+${PYSITELIB}/jupyter_client/jsonutil.pyc
+${PYSITELIB}/jupyter_client/jsonutil.pyo
+${PYSITELIB}/jupyter_client/kernelspec.py
+${PYSITELIB}/jupyter_client/kernelspec.pyc
+${PYSITELIB}/jupyter_client/kernelspec.pyo
+${PYSITELIB}/jupyter_client/kernelspecapp.py
+${PYSITELIB}/jupyter_client/kernelspecapp.pyc
+${PYSITELIB}/jupyter_client/kernelspecapp.pyo
+${PYSITELIB}/jupyter_client/launcher.py
+${PYSITELIB}/jupyter_client/launcher.pyc
+${PYSITELIB}/jupyter_client/launcher.pyo
+${PYSITELIB}/jupyter_client/localinterfaces.py
+${PYSITELIB}/jupyter_client/localinterfaces.pyc
+${PYSITELIB}/jupyter_client/localinterfaces.pyo
+${PYSITELIB}/jupyter_client/manager.py
+${PYSITELIB}/jupyter_client/manager.pyc
+${PYSITELIB}/jupyter_client/manager.pyo
+${PYSITELIB}/jupyter_client/managerabc.py
+${PYSITELIB}/jupyter_client/managerabc.pyc
+${PYSITELIB}/jupyter_client/managerabc.pyo
+${PYSITELIB}/jupyter_client/multikernelmanager.py
+${PYSITELIB}/jupyter_client/multikernelmanager.pyc
+${PYSITELIB}/jupyter_client/multikernelmanager.pyo
+${PYSITELIB}/jupyter_client/restarter.py
+${PYSITELIB}/jupyter_client/restarter.pyc
+${PYSITELIB}/jupyter_client/restarter.pyo
+${PYSITELIB}/jupyter_client/runapp.py
+${PYSITELIB}/jupyter_client/runapp.pyc
+${PYSITELIB}/jupyter_client/runapp.pyo
+${PYSITELIB}/jupyter_client/session.py
+${PYSITELIB}/jupyter_client/session.pyc
+${PYSITELIB}/jupyter_client/session.pyo
+${PYSITELIB}/jupyter_client/tests/__init__.py
+${PYSITELIB}/jupyter_client/tests/__init__.pyc
+${PYSITELIB}/jupyter_client/tests/__init__.pyo
+${PYSITELIB}/jupyter_client/tests/signalkernel.py
+${PYSITELIB}/jupyter_client/tests/signalkernel.pyc
+${PYSITELIB}/jupyter_client/tests/signalkernel.pyo
+${PYSITELIB}/jupyter_client/tests/test_adapter.py
+${PYSITELIB}/jupyter_client/tests/test_adapter.pyc
+${PYSITELIB}/jupyter_client/tests/test_adapter.pyo
+${PYSITELIB}/jupyter_client/tests/test_client.py
+${PYSITELIB}/jupyter_client/tests/test_client.pyc
+${PYSITELIB}/jupyter_client/tests/test_client.pyo
+${PYSITELIB}/jupyter_client/tests/test_connect.py
+${PYSITELIB}/jupyter_client/tests/test_connect.pyc
+${PYSITELIB}/jupyter_client/tests/test_connect.pyo
+${PYSITELIB}/jupyter_client/tests/test_jsonutil.py
+${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyc
+${PYSITELIB}/jupyter_client/tests/test_jsonutil.pyo
+${PYSITELIB}/jupyter_client/tests/test_kernelmanager.py
+${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyc
+${PYSITELIB}/jupyter_client/tests/test_kernelmanager.pyo
+${PYSITELIB}/jupyter_client/tests/test_kernelspec.py
+${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyc
+${PYSITELIB}/jupyter_client/tests/test_kernelspec.pyo
+${PYSITELIB}/jupyter_client/tests/test_localinterfaces.py
+${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyc
+${PYSITELIB}/jupyter_client/tests/test_localinterfaces.pyo
+${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.py
+${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyc
+${PYSITELIB}/jupyter_client/tests/test_multikernelmanager.pyo
+${PYSITELIB}/jupyter_client/tests/test_public_api.py
+${PYSITELIB}/jupyter_client/tests/test_public_api.pyc
+${PYSITELIB}/jupyter_client/tests/test_public_api.pyo
+${PYSITELIB}/jupyter_client/tests/test_session.py
+${PYSITELIB}/jupyter_client/tests/test_session.pyc
+${PYSITELIB}/jupyter_client/tests/test_session.pyo
+${PYSITELIB}/jupyter_client/tests/utils.py
+${PYSITELIB}/jupyter_client/tests/utils.pyc
+${PYSITELIB}/jupyter_client/tests/utils.pyo
+${PYSITELIB}/jupyter_client/threaded.py
+${PYSITELIB}/jupyter_client/threaded.pyc
+${PYSITELIB}/jupyter_client/threaded.pyo
+${PYSITELIB}/jupyter_client/win_interrupt.py
+${PYSITELIB}/jupyter_client/win_interrupt.pyc
+${PYSITELIB}/jupyter_client/win_interrupt.pyo
Index: pkgsrc/devel/py-jupyter_client/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter_client/distinfo:1.1
--- /dev/null   Sun Apr 23 04:27:47 2017
+++ pkgsrc/devel/py-jupyter_client/distinfo     Sun Apr 23 04:27:47 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/23 04:27:47 markd Exp $
+
+SHA1 (jupyter_client-5.0.0.tar.gz) = 92363ea61643538355d13d4c2ca2a5170ec689df
+RMD160 (jupyter_client-5.0.0.tar.gz) = 4201710602cffa78bf83f6a01d44b1278e3314ec
+SHA512 (jupyter_client-5.0.0.tar.gz) = 96207dbdd58a64badf1bf585f3e398e39d33b94a8b365900239ee6391134ed871b37d381860a168146846e6986a1510cfcc4b235a7c67cd92f6fba54f8a7f76d
+Size (jupyter_client-5.0.0.tar.gz) = 262889 bytes



Home | Main Index | Thread Index | Old Index