pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-notebook Add py-notebook 5.0.0rc2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96cb5fadfca9
branches:  trunk
changeset: 361625:96cb5fadfca9
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Apr 23 05:23:27 2017 +0000

description:
Add py-notebook 5.0.0rc2

The Jupyter Notebook is a web application that allows you to create
and share documents that contain live code, equations, visualizations,
and explanatory text. The Notebook has support for multiple
programming languages, sharing, and interactive widgets.

diffstat:

 www/py-notebook/ALTERNATIVES |     5 +
 www/py-notebook/DESCR        |     4 +
 www/py-notebook/Makefile     |    39 +
 www/py-notebook/PLIST        |  1387 ++++++++++++++++++++++++++++++++++++++++++
 www/py-notebook/distinfo     |     6 +
 5 files changed, 1441 insertions(+), 0 deletions(-)

diffs (truncated from 1461 to 300 lines):

diff -r 1ce8a35c4efa -r 96cb5fadfca9 www/py-notebook/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-notebook/ALTERNATIVES      Sun Apr 23 05:23:27 2017 +0000
@@ -0,0 +1,5 @@
+bin/jupyter-bundlerextension @PREFIX@/bin/jupyter-bundlerextension@PYVERSSUFFIX@
+bin/jupyter-nbextension @PREFIX@/bin/jupyter-nbextension@PYVERSSUFFIX@
+bin/jupyter-notebook @PREFIX@/bin/jupyter-notebook@PYVERSSUFFIX@
+bin/jupyter-serverextension @PREFIX@/bin/jupyter-serverextension@PYVERSSUFFIX@
+bin/less-watch @PREFIX@/bin/less-watch@PYVERSSUFFIX@
diff -r 1ce8a35c4efa -r 96cb5fadfca9 www/py-notebook/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-notebook/DESCR     Sun Apr 23 05:23:27 2017 +0000
@@ -0,0 +1,4 @@
+The Jupyter Notebook is a web application that allows you to create
+and share documents that contain live code, equations, visualizations,
+and explanatory text. The Notebook has support for multiple
+programming languages, sharing, and interactive widgets.
diff -r 1ce8a35c4efa -r 96cb5fadfca9 www/py-notebook/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-notebook/Makefile  Sun Apr 23 05:23:27 2017 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2017/04/23 05:23:27 markd Exp $
+
+DISTNAME=      notebook-5.0.0rc2
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://jupyter.org
+COMMENT=       web-based notebook environment for interactive computing
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-terminado>=0.3.3:../../www/py-terminado
+DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
+DEPENDS+=      ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
+DEPENDS+=      ${PYPKGPREFIX}-nbconvert-[0-9]*:../../www/py-nbconvert
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=      ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
+DEPENDS+=      ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
+DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
+
+REPLACE_INTERPRETER+=  node
+REPLACE.node.old=      .*node[^ ]*
+REPLACE.node.new=      ${PREFIX}/bin/node
+REPLACE_FILES.node=    scripts/less-watch
+
+USE_LANGUAGES= # none
+
+post-install:
+       for f in jupyter-bundlerextension jupyter-nbextension jupyter-notebook jupyter-serverextension less-watch; do \
+               ${MV} ${DESTDIR}${PREFIX}/bin/$$f ${DESTDIR}${PREFIX}/bin/$${f}${PYVERSSUFFIX} || ${TRUE}; \
+       done
+
+.include "../../lang/python/distutils.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1ce8a35c4efa -r 96cb5fadfca9 www/py-notebook/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-notebook/PLIST     Sun Apr 23 05:23:27 2017 +0000
@@ -0,0 +1,1387 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/23 05:23:27 markd Exp $
+bin/jupyter-bundlerextension${PYVERSSUFFIX}
+bin/jupyter-nbextension${PYVERSSUFFIX}
+bin/jupyter-notebook${PYVERSSUFFIX}
+bin/jupyter-serverextension${PYVERSSUFFIX}
+bin/less-watch${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/notebook/__init__.py
+${PYSITELIB}/notebook/__init__.pyc
+${PYSITELIB}/notebook/__init__.pyo
+${PYSITELIB}/notebook/__main__.py
+${PYSITELIB}/notebook/__main__.pyc
+${PYSITELIB}/notebook/__main__.pyo
+${PYSITELIB}/notebook/_sysinfo.py
+${PYSITELIB}/notebook/_sysinfo.pyc
+${PYSITELIB}/notebook/_sysinfo.pyo
+${PYSITELIB}/notebook/_tz.py
+${PYSITELIB}/notebook/_tz.pyc
+${PYSITELIB}/notebook/_tz.pyo
+${PYSITELIB}/notebook/_version.py
+${PYSITELIB}/notebook/_version.pyc
+${PYSITELIB}/notebook/_version.pyo
+${PYSITELIB}/notebook/allow76.py
+${PYSITELIB}/notebook/allow76.pyc
+${PYSITELIB}/notebook/allow76.pyo
+${PYSITELIB}/notebook/auth/__init__.py
+${PYSITELIB}/notebook/auth/__init__.pyc
+${PYSITELIB}/notebook/auth/__init__.pyo
+${PYSITELIB}/notebook/auth/__main__.py
+${PYSITELIB}/notebook/auth/__main__.pyc
+${PYSITELIB}/notebook/auth/__main__.pyo
+${PYSITELIB}/notebook/auth/login.py
+${PYSITELIB}/notebook/auth/login.pyc
+${PYSITELIB}/notebook/auth/login.pyo
+${PYSITELIB}/notebook/auth/logout.py
+${PYSITELIB}/notebook/auth/logout.pyc
+${PYSITELIB}/notebook/auth/logout.pyo
+${PYSITELIB}/notebook/auth/security.py
+${PYSITELIB}/notebook/auth/security.pyc
+${PYSITELIB}/notebook/auth/security.pyo
+${PYSITELIB}/notebook/auth/tests/__init__.py
+${PYSITELIB}/notebook/auth/tests/__init__.pyc
+${PYSITELIB}/notebook/auth/tests/__init__.pyo
+${PYSITELIB}/notebook/auth/tests/test_security.py
+${PYSITELIB}/notebook/auth/tests/test_security.pyc
+${PYSITELIB}/notebook/auth/tests/test_security.pyo
+${PYSITELIB}/notebook/base/__init__.py
+${PYSITELIB}/notebook/base/__init__.pyc
+${PYSITELIB}/notebook/base/__init__.pyo
+${PYSITELIB}/notebook/base/handlers.py
+${PYSITELIB}/notebook/base/handlers.pyc
+${PYSITELIB}/notebook/base/handlers.pyo
+${PYSITELIB}/notebook/base/zmqhandlers.py
+${PYSITELIB}/notebook/base/zmqhandlers.pyc
+${PYSITELIB}/notebook/base/zmqhandlers.pyo
+${PYSITELIB}/notebook/bundler/__init__.py
+${PYSITELIB}/notebook/bundler/__init__.pyc
+${PYSITELIB}/notebook/bundler/__init__.pyo
+${PYSITELIB}/notebook/bundler/__main__.py
+${PYSITELIB}/notebook/bundler/__main__.pyc
+${PYSITELIB}/notebook/bundler/__main__.pyo
+${PYSITELIB}/notebook/bundler/bundlerextensions.py
+${PYSITELIB}/notebook/bundler/bundlerextensions.pyc
+${PYSITELIB}/notebook/bundler/bundlerextensions.pyo
+${PYSITELIB}/notebook/bundler/handlers.py
+${PYSITELIB}/notebook/bundler/handlers.pyc
+${PYSITELIB}/notebook/bundler/handlers.pyo
+${PYSITELIB}/notebook/bundler/tarball_bundler.py
+${PYSITELIB}/notebook/bundler/tarball_bundler.pyc
+${PYSITELIB}/notebook/bundler/tarball_bundler.pyo
+${PYSITELIB}/notebook/bundler/tests/__init__.py
+${PYSITELIB}/notebook/bundler/tests/__init__.pyc
+${PYSITELIB}/notebook/bundler/tests/__init__.pyo
+${PYSITELIB}/notebook/bundler/tests/resources/another_subdir/test_file.txt
+${PYSITELIB}/notebook/bundler/tests/resources/empty.ipynb
+${PYSITELIB}/notebook/bundler/tests/resources/subdir/subsubdir/.gitkeep
+${PYSITELIB}/notebook/bundler/tests/resources/subdir/test_file.txt
+${PYSITELIB}/notebook/bundler/tests/test_bundler_api.py
+${PYSITELIB}/notebook/bundler/tests/test_bundler_api.pyc
+${PYSITELIB}/notebook/bundler/tests/test_bundler_api.pyo
+${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.py
+${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.pyc
+${PYSITELIB}/notebook/bundler/tests/test_bundler_tools.pyo
+${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.py
+${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.pyc
+${PYSITELIB}/notebook/bundler/tests/test_bundlerextension.pyo
+${PYSITELIB}/notebook/bundler/tools.py
+${PYSITELIB}/notebook/bundler/tools.pyc
+${PYSITELIB}/notebook/bundler/tools.pyo
+${PYSITELIB}/notebook/bundler/zip_bundler.py
+${PYSITELIB}/notebook/bundler/zip_bundler.pyc
+${PYSITELIB}/notebook/bundler/zip_bundler.pyo
+${PYSITELIB}/notebook/edit/__init__.py
+${PYSITELIB}/notebook/edit/__init__.pyc
+${PYSITELIB}/notebook/edit/__init__.pyo
+${PYSITELIB}/notebook/edit/handlers.py
+${PYSITELIB}/notebook/edit/handlers.pyc
+${PYSITELIB}/notebook/edit/handlers.pyo
+${PYSITELIB}/notebook/extensions.py
+${PYSITELIB}/notebook/extensions.pyc
+${PYSITELIB}/notebook/extensions.pyo
+${PYSITELIB}/notebook/files/__init__.py
+${PYSITELIB}/notebook/files/__init__.pyc
+${PYSITELIB}/notebook/files/__init__.pyo
+${PYSITELIB}/notebook/files/handlers.py
+${PYSITELIB}/notebook/files/handlers.pyc
+${PYSITELIB}/notebook/files/handlers.pyo
+${PYSITELIB}/notebook/jstest.py
+${PYSITELIB}/notebook/jstest.pyc
+${PYSITELIB}/notebook/jstest.pyo
+${PYSITELIB}/notebook/kernelspecs/__init__.py
+${PYSITELIB}/notebook/kernelspecs/__init__.pyc
+${PYSITELIB}/notebook/kernelspecs/__init__.pyo
+${PYSITELIB}/notebook/kernelspecs/handlers.py
+${PYSITELIB}/notebook/kernelspecs/handlers.pyc
+${PYSITELIB}/notebook/kernelspecs/handlers.pyo
+${PYSITELIB}/notebook/log.py
+${PYSITELIB}/notebook/log.pyc
+${PYSITELIB}/notebook/log.pyo
+${PYSITELIB}/notebook/nbconvert/__init__.py
+${PYSITELIB}/notebook/nbconvert/__init__.pyc
+${PYSITELIB}/notebook/nbconvert/__init__.pyo
+${PYSITELIB}/notebook/nbconvert/handlers.py
+${PYSITELIB}/notebook/nbconvert/handlers.pyc
+${PYSITELIB}/notebook/nbconvert/handlers.pyo
+${PYSITELIB}/notebook/nbconvert/tests/__init__.py
+${PYSITELIB}/notebook/nbconvert/tests/__init__.pyc
+${PYSITELIB}/notebook/nbconvert/tests/__init__.pyo
+${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.py
+${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.pyc
+${PYSITELIB}/notebook/nbconvert/tests/test_nbconvert_handlers.pyo
+${PYSITELIB}/notebook/nbextensions.py
+${PYSITELIB}/notebook/nbextensions.pyc
+${PYSITELIB}/notebook/nbextensions.pyo
+${PYSITELIB}/notebook/notebook/__init__.py
+${PYSITELIB}/notebook/notebook/__init__.pyc
+${PYSITELIB}/notebook/notebook/__init__.pyo
+${PYSITELIB}/notebook/notebook/handlers.py
+${PYSITELIB}/notebook/notebook/handlers.pyc
+${PYSITELIB}/notebook/notebook/handlers.pyo
+${PYSITELIB}/notebook/notebookapp.py
+${PYSITELIB}/notebook/notebookapp.pyc
+${PYSITELIB}/notebook/notebookapp.pyo
+${PYSITELIB}/notebook/serverextensions.py
+${PYSITELIB}/notebook/serverextensions.pyc
+${PYSITELIB}/notebook/serverextensions.pyo
+${PYSITELIB}/notebook/services/__init__.py
+${PYSITELIB}/notebook/services/__init__.pyc
+${PYSITELIB}/notebook/services/__init__.pyo
+${PYSITELIB}/notebook/services/api/__init__.py
+${PYSITELIB}/notebook/services/api/__init__.pyc
+${PYSITELIB}/notebook/services/api/__init__.pyo
+${PYSITELIB}/notebook/services/api/api.yaml
+${PYSITELIB}/notebook/services/api/handlers.py
+${PYSITELIB}/notebook/services/api/handlers.pyc
+${PYSITELIB}/notebook/services/api/handlers.pyo
+${PYSITELIB}/notebook/services/api/tests/__init__.py
+${PYSITELIB}/notebook/services/api/tests/__init__.pyc
+${PYSITELIB}/notebook/services/api/tests/__init__.pyo
+${PYSITELIB}/notebook/services/api/tests/test_api.py
+${PYSITELIB}/notebook/services/api/tests/test_api.pyc
+${PYSITELIB}/notebook/services/api/tests/test_api.pyo
+${PYSITELIB}/notebook/services/config/__init__.py
+${PYSITELIB}/notebook/services/config/__init__.pyc
+${PYSITELIB}/notebook/services/config/__init__.pyo
+${PYSITELIB}/notebook/services/config/handlers.py
+${PYSITELIB}/notebook/services/config/handlers.pyc
+${PYSITELIB}/notebook/services/config/handlers.pyo
+${PYSITELIB}/notebook/services/config/manager.py
+${PYSITELIB}/notebook/services/config/manager.pyc
+${PYSITELIB}/notebook/services/config/manager.pyo
+${PYSITELIB}/notebook/services/config/tests/__init__.py
+${PYSITELIB}/notebook/services/config/tests/__init__.pyc
+${PYSITELIB}/notebook/services/config/tests/__init__.pyo
+${PYSITELIB}/notebook/services/config/tests/test_config_api.py
+${PYSITELIB}/notebook/services/config/tests/test_config_api.pyc
+${PYSITELIB}/notebook/services/config/tests/test_config_api.pyo
+${PYSITELIB}/notebook/services/contents/__init__.py
+${PYSITELIB}/notebook/services/contents/__init__.pyc
+${PYSITELIB}/notebook/services/contents/__init__.pyo
+${PYSITELIB}/notebook/services/contents/checkpoints.py
+${PYSITELIB}/notebook/services/contents/checkpoints.pyc
+${PYSITELIB}/notebook/services/contents/checkpoints.pyo
+${PYSITELIB}/notebook/services/contents/filecheckpoints.py
+${PYSITELIB}/notebook/services/contents/filecheckpoints.pyc
+${PYSITELIB}/notebook/services/contents/filecheckpoints.pyo
+${PYSITELIB}/notebook/services/contents/fileio.py
+${PYSITELIB}/notebook/services/contents/fileio.pyc
+${PYSITELIB}/notebook/services/contents/fileio.pyo
+${PYSITELIB}/notebook/services/contents/filemanager.py
+${PYSITELIB}/notebook/services/contents/filemanager.pyc
+${PYSITELIB}/notebook/services/contents/filemanager.pyo
+${PYSITELIB}/notebook/services/contents/handlers.py
+${PYSITELIB}/notebook/services/contents/handlers.pyc
+${PYSITELIB}/notebook/services/contents/handlers.pyo
+${PYSITELIB}/notebook/services/contents/largefilemanager.py
+${PYSITELIB}/notebook/services/contents/largefilemanager.pyc
+${PYSITELIB}/notebook/services/contents/largefilemanager.pyo
+${PYSITELIB}/notebook/services/contents/manager.py
+${PYSITELIB}/notebook/services/contents/manager.pyc
+${PYSITELIB}/notebook/services/contents/manager.pyo
+${PYSITELIB}/notebook/services/contents/tests/__init__.py
+${PYSITELIB}/notebook/services/contents/tests/__init__.pyc
+${PYSITELIB}/notebook/services/contents/tests/__init__.pyo
+${PYSITELIB}/notebook/services/contents/tests/test_contents_api.py
+${PYSITELIB}/notebook/services/contents/tests/test_contents_api.pyc
+${PYSITELIB}/notebook/services/contents/tests/test_contents_api.pyo
+${PYSITELIB}/notebook/services/contents/tests/test_fileio.py
+${PYSITELIB}/notebook/services/contents/tests/test_fileio.pyc
+${PYSITELIB}/notebook/services/contents/tests/test_fileio.pyo
+${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.py
+${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.pyc
+${PYSITELIB}/notebook/services/contents/tests/test_largefilemanager.pyo
+${PYSITELIB}/notebook/services/contents/tests/test_manager.py
+${PYSITELIB}/notebook/services/contents/tests/test_manager.pyc
+${PYSITELIB}/notebook/services/contents/tests/test_manager.pyo
+${PYSITELIB}/notebook/services/kernels/__init__.py
+${PYSITELIB}/notebook/services/kernels/__init__.pyc
+${PYSITELIB}/notebook/services/kernels/__init__.pyo
+${PYSITELIB}/notebook/services/kernels/handlers.py
+${PYSITELIB}/notebook/services/kernels/handlers.pyc
+${PYSITELIB}/notebook/services/kernels/handlers.pyo
+${PYSITELIB}/notebook/services/kernels/kernelmanager.py
+${PYSITELIB}/notebook/services/kernels/kernelmanager.pyc
+${PYSITELIB}/notebook/services/kernels/kernelmanager.pyo
+${PYSITELIB}/notebook/services/kernels/tests/__init__.py
+${PYSITELIB}/notebook/services/kernels/tests/__init__.pyc
+${PYSITELIB}/notebook/services/kernels/tests/__init__.pyo
+${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.py
+${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.pyc
+${PYSITELIB}/notebook/services/kernels/tests/test_kernels_api.pyo
+${PYSITELIB}/notebook/services/kernelspecs/__init__.py
+${PYSITELIB}/notebook/services/kernelspecs/__init__.pyc
+${PYSITELIB}/notebook/services/kernelspecs/__init__.pyo
+${PYSITELIB}/notebook/services/kernelspecs/handlers.py
+${PYSITELIB}/notebook/services/kernelspecs/handlers.pyc



Home | Main Index | Thread Index | Old Index