pkgsrc-WIP-changes archive

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

py-jupyterlab: next generation user interface for Project Jupyter



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Aug 17 21:13:03 2022 +0800
Changeset:	7c4e936d6bfe51000364cd225ceb3e98b819be60

Modified Files:
	Makefile
Added Files:
	py-jupyterlab/DESCR
	py-jupyterlab/MESSAGE
	py-jupyterlab/Makefile
	py-jupyterlab/PLIST
	py-jupyterlab/distinfo

Log Message:
py-jupyterlab: next generation user interface for Project Jupyter

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7c4e936d6bfe51000364cd225ceb3e98b819be60

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

diffstat:
 Makefile               |   1 +
 py-jupyterlab/DESCR    |   2 +
 py-jupyterlab/MESSAGE  |  12 ++
 py-jupyterlab/Makefile |  39 +++++
 py-jupyterlab/PLIST    | 404 +++++++++++++++++++++++++++++++++++++++++++++++++
 py-jupyterlab/distinfo |   5 +
 6 files changed, 463 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b88814a362..8241656199 100644
--- a/Makefile
+++ b/Makefile
@@ -4017,6 +4017,7 @@ SUBDIR+=	py-julio
 SUBDIR+=	py-junit-xml
 SUBDIR+=	py-junos-netconify
 SUBDIR+=	py-jupyter_server
+SUBDIR+=	py-jupyterlab
 SUBDIR+=	py-jupyterlab_server
 SUBDIR+=	py-jwcrypto
 SUBDIR+=	py-kabuki
diff --git a/py-jupyterlab/DESCR b/py-jupyterlab/DESCR
new file mode 100644
index 0000000000..569785346c
--- /dev/null
+++ b/py-jupyterlab/DESCR
@@ -0,0 +1,2 @@
+A next generation user interface for Project Jupyter which is planned to
+replace Jupyter Notebook.
diff --git a/py-jupyterlab/MESSAGE b/py-jupyterlab/MESSAGE
new file mode 100644
index 0000000000..416be4426b
--- /dev/null
+++ b/py-jupyterlab/MESSAGE
@@ -0,0 +1,12 @@
+===========================================================================
+
+For the first usage of JupyterLab, execute following command before
+starting JupyterLab.
+
+# jupyter-${PYVERSSUFFIX} lab-${PYVERSSUFFIX} build
+
+After executing above command, start JupyterLab by following command.
+
+% jupyter-${PYVERSSUFFIX} lab-${PYVERSSUFFIX}
+
+===========================================================================
diff --git a/py-jupyterlab/Makefile b/py-jupyterlab/Makefile
new file mode 100644
index 0000000000..df7f883372
--- /dev/null
+++ b/py-jupyterlab/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD$
+
+DISTNAME=	jupyterlab-3.4.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=j/jupyterlab/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/jupyterlab/
+COMMENT=	Next-generation user interface for Project Jupyter
+LICENSE=	modified-bsd
+
+USE_LANGUAGES=	# none
+
+DEPENDS+=	${PYPKGPREFIX}-ipython>=8.4.0:../../devel/py-ipython
+DEPENDS+=	${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
+DEPENDS+=	${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
+DEPENDS+=	${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
+DEPENDS+=	${PYPKGPREFIX}-jupyterlab_server>=2.10:../../wip/py-jupyterlab_server
+DEPENDS+=	${PYPKGPREFIX}-jupyter_server>=1.16:../../wip/py-jupyter_server
+DEPENDS+=	${PYPKGPREFIX}-nbclassic>0:../../wip/py-nbclassic
+DEPENDS+=	${PYPKGPREFIX}-notebook>0:../../www/py-notebook
+DEPENDS+=	${PYPKGPREFIX}-jinja2>=2.1:../../textproc/py-jinja2
+DEPENDS+=	npm>0:../../lang/npm
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+MESSAGE_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} jlpm jlpm-${PYVERSSUFFIX} || ${TRUE}
+.for name in lab labextension labhub
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} jupyter-${name} jupyter-${name}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jupyterlab/PLIST b/py-jupyterlab/PLIST
new file mode 100644
index 0000000000..b799f95d0d
--- /dev/null
+++ b/py-jupyterlab/PLIST
@@ -0,0 +1,404 @@
+@comment $NetBSD$
+bin/jlpm-${PYVERSSUFFIX}
+bin/jupyter-lab-${PYVERSSUFFIX}
+bin/jupyter-labextension-${PYVERSSUFFIX}
+bin/jupyter-labhub-${PYVERSSUFFIX}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/jupyterlab/__init__.py
+${PYSITELIB}/jupyterlab/__init__.pyc
+${PYSITELIB}/jupyterlab/__init__.pyo
+${PYSITELIB}/jupyterlab/__main__.py
+${PYSITELIB}/jupyterlab/__main__.pyc
+${PYSITELIB}/jupyterlab/__main__.pyo
+${PYSITELIB}/jupyterlab/_version.py
+${PYSITELIB}/jupyterlab/_version.pyc
+${PYSITELIB}/jupyterlab/_version.pyo
+${PYSITELIB}/jupyterlab/browser-test.js
+${PYSITELIB}/jupyterlab/browser_check.py
+${PYSITELIB}/jupyterlab/browser_check.pyc
+${PYSITELIB}/jupyterlab/browser_check.pyo
+${PYSITELIB}/jupyterlab/commands.py
+${PYSITELIB}/jupyterlab/commands.pyc
+${PYSITELIB}/jupyterlab/commands.pyo
+${PYSITELIB}/jupyterlab/coreconfig.py
+${PYSITELIB}/jupyterlab/coreconfig.pyc
+${PYSITELIB}/jupyterlab/coreconfig.pyo
+${PYSITELIB}/jupyterlab/debuglog.py
+${PYSITELIB}/jupyterlab/debuglog.pyc
+${PYSITELIB}/jupyterlab/debuglog.pyo
+${PYSITELIB}/jupyterlab/federated_labextensions.py
+${PYSITELIB}/jupyterlab/federated_labextensions.pyc
+${PYSITELIB}/jupyterlab/federated_labextensions.pyo
+${PYSITELIB}/jupyterlab/handlers/__init__.py
+${PYSITELIB}/jupyterlab/handlers/__init__.pyc
+${PYSITELIB}/jupyterlab/handlers/__init__.pyo
+${PYSITELIB}/jupyterlab/handlers/build_handler.py
+${PYSITELIB}/jupyterlab/handlers/build_handler.pyc
+${PYSITELIB}/jupyterlab/handlers/build_handler.pyo
+${PYSITELIB}/jupyterlab/handlers/error_handler.py
+${PYSITELIB}/jupyterlab/handlers/error_handler.pyc
+${PYSITELIB}/jupyterlab/handlers/error_handler.pyo
+${PYSITELIB}/jupyterlab/handlers/extension_manager_handler.py
+${PYSITELIB}/jupyterlab/handlers/extension_manager_handler.pyc
+${PYSITELIB}/jupyterlab/handlers/extension_manager_handler.pyo
+${PYSITELIB}/jupyterlab/handlers/yjs_echo_ws.py
+${PYSITELIB}/jupyterlab/handlers/yjs_echo_ws.pyc
+${PYSITELIB}/jupyterlab/handlers/yjs_echo_ws.pyo
+${PYSITELIB}/jupyterlab/jlpmapp.py
+${PYSITELIB}/jupyterlab/jlpmapp.pyc
+${PYSITELIB}/jupyterlab/jlpmapp.pyo
+${PYSITELIB}/jupyterlab/labapp.py
+${PYSITELIB}/jupyterlab/labapp.pyc
+${PYSITELIB}/jupyterlab/labapp.pyo
+${PYSITELIB}/jupyterlab/labextensions.py
+${PYSITELIB}/jupyterlab/labextensions.pyc
+${PYSITELIB}/jupyterlab/labextensions.pyo
+${PYSITELIB}/jupyterlab/labhubapp.py
+${PYSITELIB}/jupyterlab/labhubapp.pyc
+${PYSITELIB}/jupyterlab/labhubapp.pyo
+${PYSITELIB}/jupyterlab/node-version-check.js
+${PYSITELIB}/jupyterlab/pytest_plugin.py
+${PYSITELIB}/jupyterlab/pytest_plugin.pyc
+${PYSITELIB}/jupyterlab/pytest_plugin.pyo
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/application-extension/commands.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/application-extension/context-menu.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/application-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/application-extension/shell.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/application-extension/sidebar.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/apputils-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/apputils-extension/palette.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/apputils-extension/print.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/apputils-extension/themes.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/apputils-extension/workspaces.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/cell-toolbar-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/codemirror-extension/commands.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/codemirror-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/completer-extension/consoles.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/completer-extension/files.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/completer-extension/notebooks.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/completer-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/console-extension/foreign.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/console-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/console-extension/tracker.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/csv.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/csvviewer-extension/tsv.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/debugger-extension/main.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/debugger-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/docmanager-extension/download.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/docmanager-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/docmanager-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/documentsearch-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/documentsearch-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/extensionmanager-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/browser.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/download.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-browser-tab.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/open-with.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/filebrowser-extension/widget.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/fileeditor-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/fileeditor-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/help-extension/about.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/help-extension/jupyter-forum.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/help-extension/launch-classic.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/help-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/htmlviewer-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/hub-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/hub-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/imageviewer-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/imageviewer-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/inspector-extension/consoles.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/inspector-extension/inspector.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/inspector-extension/notebooks.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/inspector-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/launcher-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/launcher-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/logconsole-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/logconsole-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/mainmenu-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/mainmenu-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/markdownviewer-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/notebook-extension/export.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/notebook-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/notebook-extension/panel.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/notebook-extension/tracker.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/form-ui.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/settingeditor-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/shortcuts-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/statusbar-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/statusbar-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/terminal-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/terminal-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/toc-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/toc-extension/plugin.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/tooltip-extension/consoles.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/tooltip-extension/files.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/tooltip-extension/notebooks.json
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/tooltip-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/translation-extension/package.json.orig
+${PYSITELIB}/jupyterlab/schemas/@jupyterlab/translation-extension/plugin.json
+${PYSITELIB}/jupyterlab/semver.py
+${PYSITELIB}/jupyterlab/semver.pyc
+${PYSITELIB}/jupyterlab/semver.pyo
+${PYSITELIB}/jupyterlab/serverextension.py
+${PYSITELIB}/jupyterlab/serverextension.pyc
+${PYSITELIB}/jupyterlab/serverextension.pyo
+${PYSITELIB}/jupyterlab/staging/.yarnrc
+${PYSITELIB}/jupyterlab/staging/bootstrap.js
+${PYSITELIB}/jupyterlab/staging/index.js
+${PYSITELIB}/jupyterlab/staging/package.json
+${PYSITELIB}/jupyterlab/staging/publicpath.js
+${PYSITELIB}/jupyterlab/staging/templates/403.html
+${PYSITELIB}/jupyterlab/staging/templates/error.html
+${PYSITELIB}/jupyterlab/staging/templates/partial.html
+${PYSITELIB}/jupyterlab/staging/templates/template.html
+${PYSITELIB}/jupyterlab/staging/webpack.config.js
+${PYSITELIB}/jupyterlab/staging/webpack.prod.config.js
+${PYSITELIB}/jupyterlab/staging/webpack.prod.minimize.config.js
+${PYSITELIB}/jupyterlab/staging/webpack.prod.release.config.js
+${PYSITELIB}/jupyterlab/staging/yarn.js
+${PYSITELIB}/jupyterlab/staging/yarn.lock
+${PYSITELIB}/jupyterlab/static/06f4d00923ea24697df5df0b92984175991d8bd25776a02d531bb401e393ec42.ttf
+${PYSITELIB}/jupyterlab/static/1033.890eeae47460e241b1e9.js
+${PYSITELIB}/jupyterlab/static/1036.b407e23ec5843f2b574d.js
+${PYSITELIB}/jupyterlab/static/1036.b407e23ec5843f2b574d.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/1044.4e54e3e338cfaccdfb46.js
+${PYSITELIB}/jupyterlab/static/1057.a0608544097dd22a589e.js
+${PYSITELIB}/jupyterlab/static/1142.074d125bb59f5a332666.js
+${PYSITELIB}/jupyterlab/static/1249.047c76b5ea96a41605db.js
+${PYSITELIB}/jupyterlab/static/126.1e2fb998804b27c72a3e.js
+${PYSITELIB}/jupyterlab/static/1358.9ab4f57e8227ce75f427.js
+${PYSITELIB}/jupyterlab/static/1397.4b53e533e7ca4d3f06fe.js
+${PYSITELIB}/jupyterlab/static/14c9db4ff87fde08f67b0a69dd594bab6d87174812a0dbd34c59833bfed8cc0e.woff
+${PYSITELIB}/jupyterlab/static/1842.1846f224482b066652bf.js
+${PYSITELIB}/jupyterlab/static/1944.9bb345a40325c23313e9.js
+${PYSITELIB}/jupyterlab/static/1944.9bb345a40325c23313e9.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/198.ebf955f77b5c9807f163.js
+${PYSITELIB}/jupyterlab/static/2040.6489997c35a5d7b0b100.js
+${PYSITELIB}/jupyterlab/static/2249.0cc057d5b7da618aa4e0.js
+${PYSITELIB}/jupyterlab/static/2326849b6c3dfa217a0e9ecaec9553c910a4e2987c87315c85073d2b95a484f3.svg
+${PYSITELIB}/jupyterlab/static/2349.91555cd2ef72c84e9253.js
+${PYSITELIB}/jupyterlab/static/2353.baeba73a2e9f3d9e75d2.js
+${PYSITELIB}/jupyterlab/static/2356.f97dd8093f97f156efe4.js
+${PYSITELIB}/jupyterlab/static/2585.4d374708a4df1d35065d.js
+${PYSITELIB}/jupyterlab/static/2719.1001d896f21f09c3f99f.js
+${PYSITELIB}/jupyterlab/static/3029.8636761a48c8422ce37f.js
+${PYSITELIB}/jupyterlab/static/3087.06efd084edba2bea6ea1.js
+${PYSITELIB}/jupyterlab/static/3122.b1fda55c421da97a00a3.js
+${PYSITELIB}/jupyterlab/static/3236.4fabf963498daeeb9624.js
+${PYSITELIB}/jupyterlab/static/3308.3a94151c0d57440646ab.js
+${PYSITELIB}/jupyterlab/static/3387.bb8976de803b341fe7a3.js
+${PYSITELIB}/jupyterlab/static/3443.868b4f89289beb97adec.js
+${PYSITELIB}/jupyterlab/static/3496.f5b33f804f80d0ed98b0.js
+${PYSITELIB}/jupyterlab/static/3502.c915d993b864739407e3.js
+${PYSITELIB}/jupyterlab/static/3531.0bacde3facdc0c46766c.js
+${PYSITELIB}/jupyterlab/static/3532.5dff37bee3e7bf1673b8.js
+${PYSITELIB}/jupyterlab/static/3664.cfb68e6cb3654849310c.js
+${PYSITELIB}/jupyterlab/static/3791.6adeeacb6143a6599115.js
+${PYSITELIB}/jupyterlab/static/3935.4159b022aa6d82e44127.js
+${PYSITELIB}/jupyterlab/static/3935.4159b022aa6d82e44127.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/3992.6587b8bb22d3b162cc6b.js
+${PYSITELIB}/jupyterlab/static/3d06af1f31cd83ace7a265a014b8fb5dee15770ecac8f7a55555190e627e03c2.ttf
+${PYSITELIB}/jupyterlab/static/406.6f87c9a21bbaa5f39fc4.js
+${PYSITELIB}/jupyterlab/static/407a9723fc717c94e287496080d773e18e29c3cac49e2630172343c65c0864a8.eot
+${PYSITELIB}/jupyterlab/static/4151.fd7ca59b64f0adc97032.js
+${PYSITELIB}/jupyterlab/static/4155.784ca1752696680bf373.js
+${PYSITELIB}/jupyterlab/static/43c072c16c9ee6d67acdfa6c6d6685ff1e74eb4237b7cc3c1348ab1c108b26af.woff2
+${PYSITELIB}/jupyterlab/static/4402.d24b4a44244e256d0126.js
+${PYSITELIB}/jupyterlab/static/4429.c4f083ef6b6e29345fd4.js
+${PYSITELIB}/jupyterlab/static/45.91c59b0e1dca32f01373.js
+${PYSITELIB}/jupyterlab/static/4570.53adcb6f69939da383ff.js
+${PYSITELIB}/jupyterlab/static/4631.96a143e70f005fef7b59.js
+${PYSITELIB}/jupyterlab/static/466.239a0c009f33f1cb7cab.js
+${PYSITELIB}/jupyterlab/static/4894.f5e3a48d18905b75d07f.js
+${PYSITELIB}/jupyterlab/static/501.d77919e38ba77753c7f8.js
+${PYSITELIB}/jupyterlab/static/5065.480951a56277748354f3.js
+${PYSITELIB}/jupyterlab/static/5096.96faf5ddac346a9ad9c3.js
+${PYSITELIB}/jupyterlab/static/5096.96faf5ddac346a9ad9c3.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/5223.0006e6e211b7c197b9f1.js
+${PYSITELIB}/jupyterlab/static/5289.6c67522c6a1c32fc2ea2.js
+${PYSITELIB}/jupyterlab/static/5383.d630abf49f5cb82bb76f.js
+${PYSITELIB}/jupyterlab/static/5398.b2c7791e79b398bfd524.js
+${PYSITELIB}/jupyterlab/static/5493.080963790219409461c6.js
+${PYSITELIB}/jupyterlab/static/5493.080963790219409461c6.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/5505.d108d38d683afca0e4ed.js
+${PYSITELIB}/jupyterlab/static/5557.625f5943a166b494ee38.js
+${PYSITELIB}/jupyterlab/static/5619.b1928648a190b38e627a.js
+${PYSITELIB}/jupyterlab/static/6005.cda1ecd972909c2a0250.js
+${PYSITELIB}/jupyterlab/static/6064.1a4a55a09511d4907870.js
+${PYSITELIB}/jupyterlab/static/6064.1a4a55a09511d4907870.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/6080.39703b8cc7bd284ce1bd.js
+${PYSITELIB}/jupyterlab/static/6218.63b338a58c855634089e.js
+${PYSITELIB}/jupyterlab/static/6504.4db5d00146e34bca51c8.js
+${PYSITELIB}/jupyterlab/static/6550.f5dbb748ddae3ef4b27e.js
+${PYSITELIB}/jupyterlab/static/6598.e2d4d064ef6bca780c2c.js
+${PYSITELIB}/jupyterlab/static/6700.984fbcea3a7479dfcac1.js
+${PYSITELIB}/jupyterlab/static/6777.1b7dcbf5a42c2daf11b8.js
+${PYSITELIB}/jupyterlab/static/679b5a5216bbdf913cc22d6ae44778c1ef975ee387a6c4c5de87e75d19a22232.svg
+${PYSITELIB}/jupyterlab/static/6952.1bd5bcfeb0d87e61efcb.js
+${PYSITELIB}/jupyterlab/static/6962.6d7125f759d926dcf34f.js
+${PYSITELIB}/jupyterlab/static/6975.e0560614fd629195c9bf.js
+${PYSITELIB}/jupyterlab/static/6989.75bf0da94e660a6c26f8.js
+${PYSITELIB}/jupyterlab/static/7034.fce307da76771c0ef0c8.js
+${PYSITELIB}/jupyterlab/static/7050.fc2b565767a93966c20e.js
+${PYSITELIB}/jupyterlab/static/714.a8445b6bf08d4979bfe3.js
+${PYSITELIB}/jupyterlab/static/7289.c749cf355edec3e37aa8.js
+${PYSITELIB}/jupyterlab/static/7294.f71c2889fedcd71bd1ee.js
+${PYSITELIB}/jupyterlab/static/7294.f71c2889fedcd71bd1ee.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/7300.26360c57b8bd81344bd5.js
+${PYSITELIB}/jupyterlab/static/7454.5859b3e9803de4da9c05.js
+${PYSITELIB}/jupyterlab/static/7463.c34847707aeb55f90a82.js
+${PYSITELIB}/jupyterlab/static/74edc18b67c487e32f181719fdb347e2e77020744651f446e9acd7bd6821e2e7.woff
+${PYSITELIB}/jupyterlab/static/75a761159ae266c5332a4f266e07a5543712ffb76ee0260b07782195c04dc364.eot
+${PYSITELIB}/jupyterlab/static/7717.2a6e6bb4e5f6b92e9798.js
+${PYSITELIB}/jupyterlab/static/7730.7e3a9fb140d2d55a51fc.js
+${PYSITELIB}/jupyterlab/static/7755.d506a1d9dadf30b1e490.js
+${PYSITELIB}/jupyterlab/static/7788.5e16fdcc197e245776fd.js
+${PYSITELIB}/jupyterlab/static/7796.80e6d936dca84c219c9e.js
+${PYSITELIB}/jupyterlab/static/7900.86dcbbbfb1a3d4f98375.js
+${PYSITELIB}/jupyterlab/static/8012.e4c8f67dc497d26c16fc.js
+${PYSITELIB}/jupyterlab/static/8059.6011120485fc3c4868d4.js
+${PYSITELIB}/jupyterlab/static/807.96166378e2efe232d81e.js
+${PYSITELIB}/jupyterlab/static/807.96166378e2efe232d81e.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/8102.7f1644c3be420fb40db9.js
+${PYSITELIB}/jupyterlab/static/8428.dd5a93f02f55af0d3d8c.js
+${PYSITELIB}/jupyterlab/static/852${PYVERSSUFFIX}b232c15e4eb5bc08a37.js
+${PYSITELIB}/jupyterlab/static/8580.974138f8b6ddb72035f9.js
+${PYSITELIB}/jupyterlab/static/8657.bf693afb7646976b9a51.js
+${PYSITELIB}/jupyterlab/static/870.e515a8a325f5ddb19079.js
+${PYSITELIB}/jupyterlab/static/8708.35479b2d01be1e86804a.js
+${PYSITELIB}/jupyterlab/static/8819.743ff7148bbdf35c7bbb.js
+${PYSITELIB}/jupyterlab/static/8834.7621cb792c80bfa66e05.js
+${PYSITELIB}/jupyterlab/static/8843.35ec0f0b1f61c25e0401.js
+${PYSITELIB}/jupyterlab/static/8afc6e5e842baab16010c2ce6fcf48ec4ded8e1579a37c1f1bc027e120d04951.woff2
+${PYSITELIB}/jupyterlab/static/900.6a1241c0269d5df615c8.js
+${PYSITELIB}/jupyterlab/static/901.2ec3367a81663f96cc4b.js
+${PYSITELIB}/jupyterlab/static/9039.5f28fec36b1eba3e4a52.js
+${PYSITELIB}/jupyterlab/static/9109.1b114e9c83e36c6560df.js
+${PYSITELIB}/jupyterlab/static/911.0c08f040896753efc653.js
+${PYSITELIB}/jupyterlab/static/911.0c08f040896753efc653.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/9316.c4abfd78d98bb182cd2f.js
+${PYSITELIB}/jupyterlab/static/9473.f2a6762d8d871d9e2267.js
+${PYSITELIB}/jupyterlab/static/9473.f2a6762d8d871d9e2267.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/96.c281b119ab350d7dd3de.js
+${PYSITELIB}/jupyterlab/static/9845.8b6c837a5ff754554b39.js
+${PYSITELIB}/jupyterlab/static/9866.5db2f5cd62fb6e231305.js
+${PYSITELIB}/jupyterlab/static/aff76e5c986f295d4bc6f8142a78e2a31888b101c2d025db89f79c75f64fd90b.woff
+${PYSITELIB}/jupyterlab/static/bootstrap.js
+${PYSITELIB}/jupyterlab/static/build_log.json
+${PYSITELIB}/jupyterlab/static/c651b8a67d3193206f622c3c3b0fbca4a2f2727108c4212b52c1e2a2e84c9b31.ttf
+${PYSITELIB}/jupyterlab/static/cf83ffb8cf0023bd439dfdd5d02f1954b6ee027e85897d6cfc5f90bbca9ec1d2.eot
+${PYSITELIB}/jupyterlab/static/d0b4256abed72481585662971262eabee345c19f837af00d7ce24239d3b40eef.woff2
+${PYSITELIB}/jupyterlab/static/fa498fb2596a5235c5c86d7b68a7fbe76e9855c01af4b0e5ab41c41047c648e0.svg
+${PYSITELIB}/jupyterlab/static/index.html
+${PYSITELIB}/jupyterlab/static/index.out.js
+${PYSITELIB}/jupyterlab/static/jlab_core.9193dfb13484acaca919.js
+${PYSITELIB}/jupyterlab/static/jlab_core.9193dfb13484acaca919.js.LICENSE.txt
+${PYSITELIB}/jupyterlab/static/main.357caa106b0f0fb27cf2.js
+${PYSITELIB}/jupyterlab/static/package.json
+${PYSITELIB}/jupyterlab/static/style.js
+${PYSITELIB}/jupyterlab/static/third-party-licenses.json
+${PYSITELIB}/jupyterlab/style.js
+${PYSITELIB}/jupyterlab/tests/__init__.py
+${PYSITELIB}/jupyterlab/tests/__init__.pyc
+${PYSITELIB}/jupyterlab/tests/__init__.pyo
+${PYSITELIB}/jupyterlab/tests/echo_kernel.py
+${PYSITELIB}/jupyterlab/tests/echo_kernel.pyc
+${PYSITELIB}/jupyterlab/tests/echo_kernel.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/mock_package.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/mock_package.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/mock_package.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/extension/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/incompat/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/incompat/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/jlab_mock_consumer.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/consumer/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/jlab_mock_provider.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/provider/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/token/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/interop/token/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/mimeextension/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/mimeextension/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/package/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/package/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/MANIFEST.in
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/pyproject.toml
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__init__.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__init__.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens-underscore/test_hyphens_underscore/__init__.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/MANIFEST.in
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/pyproject.toml
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/test-hyphens/__init__.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/test-hyphens/__init__.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test-hyphens/test-hyphens/__init__.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/MANIFEST.in
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/index.js
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/package.json
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/pyproject.toml
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/setup.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/setup.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/setup.pyo
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__init__.py
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__init__.pyc
+${PYSITELIB}/jupyterlab/tests/mock_packages/test_no_hyphens/test_no_hyphens/__init__.pyo
+${PYSITELIB}/jupyterlab/tests/test_app.py
+${PYSITELIB}/jupyterlab/tests/test_app.pyc
+${PYSITELIB}/jupyterlab/tests/test_app.pyo
+${PYSITELIB}/jupyterlab/tests/test_build_api.py
+${PYSITELIB}/jupyterlab/tests/test_build_api.pyc
+${PYSITELIB}/jupyterlab/tests/test_build_api.pyo
+${PYSITELIB}/jupyterlab/tests/test_jupyterlab.py
+${PYSITELIB}/jupyterlab/tests/test_jupyterlab.pyc
+${PYSITELIB}/jupyterlab/tests/test_jupyterlab.pyo
+${PYSITELIB}/jupyterlab/tests/test_registry.py
+${PYSITELIB}/jupyterlab/tests/test_registry.pyc
+${PYSITELIB}/jupyterlab/tests/test_registry.pyo
+${PYSITELIB}/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.css
+${PYSITELIB}/jupyterlab/themes/@jupyterlab/theme-dark-extension/index.js
+${PYSITELIB}/jupyterlab/themes/@jupyterlab/theme-light-extension/index.css
+${PYSITELIB}/jupyterlab/themes/@jupyterlab/theme-light-extension/index.js
+${PYSITELIB}/jupyterlab/upgrade_extension.py
+${PYSITELIB}/jupyterlab/upgrade_extension.pyc
+${PYSITELIB}/jupyterlab/upgrade_extension.pyo
+${PYSITELIB}/jupyterlab/utils.py
+${PYSITELIB}/jupyterlab/utils.pyc
+${PYSITELIB}/jupyterlab/utils.pyo
diff --git a/py-jupyterlab/distinfo b/py-jupyterlab/distinfo
new file mode 100644
index 0000000000..418f93e48b
--- /dev/null
+++ b/py-jupyterlab/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (jupyterlab-3.4.5.tar.gz) = 5bc8da0e8f13869d5b706df742e3e07fd060d821e9e92e64f2444cb6895ac053
+SHA512 (jupyterlab-3.4.5.tar.gz) = 17428899b577a9e661ea755e3d6e2e3d640ca4ae28cd51e197520b9a388088e2a0d52a799f14b128d94f0c1ee2ec7580e309586c63e1d2e3b6019ae1075abc1c
+Size (jupyterlab-3.4.5.tar.gz) = 17108960 bytes


Home | Main Index | Thread Index | Old Index