pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-notebook_shim: a new package added as a dependency for py-jupyterlab
Module Name: pkgsrc-wip
Committed By: Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By: daisuke
Date: Wed Aug 17 21:08:01 2022 +0800
Changeset: 8d02efad83b01be9f00f07ca06cd9fbb375c1062
Modified Files:
Makefile
Added Files:
py-notebook_shim/DESCR
py-notebook_shim/Makefile
py-notebook_shim/PLIST
py-notebook_shim/distinfo
Log Message:
py-notebook_shim: a new package added as a dependency for py-jupyterlab
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d02efad83b01be9f00f07ca06cd9fbb375c1062
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
py-notebook_shim/DESCR | 2 ++
py-notebook_shim/Makefile | 20 ++++++++++++++++++++
py-notebook_shim/PLIST | 44 ++++++++++++++++++++++++++++++++++++++++++++
py-notebook_shim/distinfo | 5 +++++
5 files changed, 73 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 4a4f04ba4a..6b363d3fb2 100644
--- a/Makefile
+++ b/Makefile
@@ -4008,6 +4008,7 @@ SUBDIR+= py-jose
SUBDIR+= py-joypy
SUBDIR+= py-json-logger
SUBDIR+= py-json-stream
+SUBDIR+= py-json5
SUBDIR+= py-jsonpath
SUBDIR+= py-jsonrequester
SUBDIR+= py-jswebkit
@@ -4236,6 +4237,7 @@ SUBDIR+= py-nodepy
SUBDIR+= py-nose-parameterized
SUBDIR+= py-nose-pathmunge
SUBDIR+= py-nosh
+SUBDIR+= py-notebook_shim
SUBDIR+= py-notifiers
SUBDIR+= py-notify-cli
SUBDIR+= py-notify-dev
diff --git a/py-notebook_shim/DESCR b/py-notebook_shim/DESCR
new file mode 100644
index 0000000000..81d25f16dd
--- /dev/null
+++ b/py-notebook_shim/DESCR
@@ -0,0 +1,2 @@
+This project provides a way for JupyterLab and other frontends to switch to
+Jupyter Server for their Python Web application backend.
diff --git a/py-notebook_shim/Makefile b/py-notebook_shim/Makefile
new file mode 100644
index 0000000000..d438ca0ec4
--- /dev/null
+++ b/py-notebook_shim/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME= notebook_shim-0.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook_shim/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://pypi.org/project/notebook_shim/
+COMMENT= For switching to Jupyter Server
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-jupyter_server>=1.8:../../wip/py-jupyter_server
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-notebook_shim/PLIST b/py-notebook_shim/PLIST
new file mode 100644
index 0000000000..8e6ee2c7b5
--- /dev/null
+++ b/py-notebook_shim/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD$
+etc/jupyter/jupyter_server_config.d/notebook_shim.json
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/notebook_shim/__init__.py
+${PYSITELIB}/notebook_shim/__init__.pyc
+${PYSITELIB}/notebook_shim/__init__.pyo
+${PYSITELIB}/notebook_shim/_version.py
+${PYSITELIB}/notebook_shim/_version.pyc
+${PYSITELIB}/notebook_shim/_version.pyo
+${PYSITELIB}/notebook_shim/conftest.py
+${PYSITELIB}/notebook_shim/conftest.pyc
+${PYSITELIB}/notebook_shim/conftest.pyo
+${PYSITELIB}/notebook_shim/nbserver.py
+${PYSITELIB}/notebook_shim/nbserver.pyc
+${PYSITELIB}/notebook_shim/nbserver.pyo
+${PYSITELIB}/notebook_shim/shim.py
+${PYSITELIB}/notebook_shim/shim.pyc
+${PYSITELIB}/notebook_shim/shim.pyo
+${PYSITELIB}/notebook_shim/tests/__init__.py
+${PYSITELIB}/notebook_shim/tests/__init__.pyc
+${PYSITELIB}/notebook_shim/tests/__init__.pyo
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_my_ext_config.py
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_my_ext_config.pyc
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_my_ext_config.pyo
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_notebook_config.py
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_notebook_config.pyc
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_notebook_config.pyo
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_server_config.py
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_server_config.pyc
+${PYSITELIB}/notebook_shim/tests/confs/jupyter_server_config.pyo
+${PYSITELIB}/notebook_shim/tests/mockextension.py
+${PYSITELIB}/notebook_shim/tests/mockextension.pyc
+${PYSITELIB}/notebook_shim/tests/mockextension.pyo
+${PYSITELIB}/notebook_shim/tests/test_extension.py
+${PYSITELIB}/notebook_shim/tests/test_extension.pyc
+${PYSITELIB}/notebook_shim/tests/test_extension.pyo
+${PYSITELIB}/notebook_shim/traits.py
+${PYSITELIB}/notebook_shim/traits.pyc
+${PYSITELIB}/notebook_shim/traits.pyo
diff --git a/py-notebook_shim/distinfo b/py-notebook_shim/distinfo
new file mode 100644
index 0000000000..6f030f7eac
--- /dev/null
+++ b/py-notebook_shim/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (notebook_shim-0.1.0.tar.gz) = 6375eff77dbaf7a3ccdce1ea4db1e86cc52ca3df4c119fe2c6f574073567c466
+SHA512 (notebook_shim-0.1.0.tar.gz) = 7814b5bb4d4c4dd39b1ce3629e77513bdc3069a553208ee5a2bb6432fda5d20dcf48bbf5d8f61b9bc1f2ea666abd8706a8e8ba627b27ff4561eb4982ba04b1dc
+Size (notebook_shim-0.1.0.tar.gz) = 12275 bytes
Home |
Main Index |
Thread Index |
Old Index