pkgsrc-WIP-changes archive

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

+ py-spyder-notebook in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 25 10:46:21 2022 +0000
Changeset:	c7ca022909e726703c986d89f594ff1a376e8eec

Modified Files:
	Makefile
Added Files:
	py-spyder-notebook/DESCR
	py-spyder-notebook/Makefile
	py-spyder-notebook/PLIST
	py-spyder-notebook/distinfo

Log Message:
+ py-spyder-notebook in wip

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

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

diffstat:
 Makefile                    |   1 +
 py-spyder-notebook/DESCR    |   9 ++
 py-spyder-notebook/Makefile |  24 ++++++
 py-spyder-notebook/PLIST    | 196 ++++++++++++++++++++++++++++++++++++++++++++
 py-spyder-notebook/distinfo |   5 ++
 5 files changed, 235 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index ba87704ceb..eb1114e840 100644
--- a/Makefile
+++ b/Makefile
@@ -4727,6 +4727,7 @@ SUBDIR+=	py-spirack
 SUBDIR+=	py-spm1d
 SUBDIR+=	py-spotpy
 SUBDIR+=	py-sppy
+SUBDIR+=	py-spyder-notebook
 SUBDIR+=	py-spyder-kernels
 SUBDIR+=	py-spyder-vim
 SUBDIR+=	py-spyse
diff --git a/py-spyder-notebook/DESCR b/py-spyder-notebook/DESCR
new file mode 100644
index 0000000000..e5c54570f8
--- /dev/null
+++ b/py-spyder-notebook/DESCR
@@ -0,0 +1,9 @@
+Spyder plugin to use Jupyter notebooks inside Spyder.
+Currently it supports basic functionality such as creating
+new notebooks, opening any notebook in your filesystem and
+saving notebooks at any location.
+
+You can also use Spyder's file switcher to easily switch
+between notebooks and open an IPython console connected to
+the kernel of a notebook to inspect its variables in the
+Variable Explorer.
diff --git a/py-spyder-notebook/Makefile b/py-spyder-notebook/Makefile
new file mode 100644
index 0000000000..6f4939eaf3
--- /dev/null
+++ b/py-spyder-notebook/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME=	spyder-notebook-0.4.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/spyder-notebook/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/spyder-ide/spyder-notebook
+COMMENT=	Jupyter notebook integration with Spyder
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
+DEPENDS+=	${PYPKGPREFIX}-jupyter_core>=4.10.0:../../devel/py-jupyter_core
+DEPENDS+=	${PYPKGPREFIX}-traitlets-[0-9]*:../../devel/py-traitlets
+DEPENDS+=	${PYPKGPREFIX}-notebook>=4.3:../../www/py-notebook
+DEPENDS+=	${PYPKGPREFIX}-QtPy-[0-9]*:../../wip/py-qtpy
+DEPENDS+=	${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-qdarkstyle>=3.0.2:../../wip/py-qdarkstyle
+DEPENDS+=	spyder>=5.4.0:../../wip/spyder
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-spyder-notebook/PLIST b/py-spyder-notebook/PLIST
new file mode 100644
index 0000000000..b2169c66bc
--- /dev/null
+++ b/py-spyder-notebook/PLIST
@@ -0,0 +1,196 @@
+@comment $NetBSD$
+${PYSITELIB}/build/lib/spyder_notebook/__init__.py
+${PYSITELIB}/build/lib/spyder_notebook/__init__.pyc
+${PYSITELIB}/build/lib/spyder_notebook/__init__.pyo
+${PYSITELIB}/build/lib/spyder_notebook/_version.py
+${PYSITELIB}/build/lib/spyder_notebook/_version.pyc
+${PYSITELIB}/build/lib/spyder_notebook/_version.pyo
+${PYSITELIB}/build/lib/spyder_notebook/config.py
+${PYSITELIB}/build/lib/spyder_notebook/config.pyc
+${PYSITELIB}/build/lib/spyder_notebook/config.pyo
+${PYSITELIB}/build/lib/spyder_notebook/confpage.py
+${PYSITELIB}/build/lib/spyder_notebook/confpage.pyc
+${PYSITELIB}/build/lib/spyder_notebook/confpage.pyo
+${PYSITELIB}/build/lib/spyder_notebook/notebookplugin.py
+${PYSITELIB}/build/lib/spyder_notebook/notebookplugin.pyc
+${PYSITELIB}/build/lib/spyder_notebook/notebookplugin.pyo
+${PYSITELIB}/build/lib/spyder_notebook/server/__init__.py
+${PYSITELIB}/build/lib/spyder_notebook/server/__init__.pyc
+${PYSITELIB}/build/lib/spyder_notebook/server/__init__.pyo
+${PYSITELIB}/build/lib/spyder_notebook/server/main.py
+${PYSITELIB}/build/lib/spyder_notebook/server/main.pyc
+${PYSITELIB}/build/lib/spyder_notebook/server/main.pyo
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_config.py
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_config.pyc
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_config.pyo
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_plugin.py
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_plugin.pyc
+${PYSITELIB}/build/lib/spyder_notebook/tests/test_plugin.pyo
+${PYSITELIB}/build/lib/spyder_notebook/utils/__init__.py
+${PYSITELIB}/build/lib/spyder_notebook/utils/__init__.pyc
+${PYSITELIB}/build/lib/spyder_notebook/utils/__init__.pyo
+${PYSITELIB}/build/lib/spyder_notebook/utils/localization.py
+${PYSITELIB}/build/lib/spyder_notebook/utils/localization.pyc
+${PYSITELIB}/build/lib/spyder_notebook/utils/localization.pyo
+${PYSITELIB}/build/lib/spyder_notebook/utils/servermanager.py
+${PYSITELIB}/build/lib/spyder_notebook/utils/servermanager.pyc
+${PYSITELIB}/build/lib/spyder_notebook/utils/servermanager.pyo
+${PYSITELIB}/build/lib/spyder_notebook/utils/tests/test_servermanager.py
+${PYSITELIB}/build/lib/spyder_notebook/utils/tests/test_servermanager.pyc
+${PYSITELIB}/build/lib/spyder_notebook/utils/tests/test_servermanager.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/__init__.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/__init__.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/__init__.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/client.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/client.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/client.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/dom.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/dom.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/dom.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/example_app.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/example_app.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/example_app.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/main_widget.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/main_widget.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/main_widget.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/notebooktabwidget.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/notebooktabwidget.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/notebooktabwidget.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/serverinfo.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/serverinfo.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/serverinfo.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_client.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_client.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_client.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_notebooktabwidget.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_notebooktabwidget.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_notebooktabwidget.pyo
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_serverinfo.py
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_serverinfo.pyc
+${PYSITELIB}/build/lib/spyder_notebook/widgets/tests/test_serverinfo.pyo
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/spyder_notebook/__init__.py
+${PYSITELIB}/spyder_notebook/__init__.pyc
+${PYSITELIB}/spyder_notebook/__init__.pyo
+${PYSITELIB}/spyder_notebook/_version.py
+${PYSITELIB}/spyder_notebook/_version.pyc
+${PYSITELIB}/spyder_notebook/_version.pyo
+${PYSITELIB}/spyder_notebook/config.py
+${PYSITELIB}/spyder_notebook/config.pyc
+${PYSITELIB}/spyder_notebook/config.pyo
+${PYSITELIB}/spyder_notebook/confpage.py
+${PYSITELIB}/spyder_notebook/confpage.pyc
+${PYSITELIB}/spyder_notebook/confpage.pyo
+${PYSITELIB}/spyder_notebook/locale/de/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/de/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/es/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/es/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/fr/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/fr/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/hr/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/hr/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/hu/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/hu/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/ja/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/ja/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/pl/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/pl/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/pt_BR/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/pt_BR/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/ru/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/ru/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/locale/spyder_notebook.pot
+${PYSITELIB}/spyder_notebook/locale/zh_CN/LC_MESSAGES/spyder_notebook.mo
+${PYSITELIB}/spyder_notebook/locale/zh_CN/LC_MESSAGES/spyder_notebook.po
+${PYSITELIB}/spyder_notebook/notebookplugin.py
+${PYSITELIB}/spyder_notebook/notebookplugin.pyc
+${PYSITELIB}/spyder_notebook/notebookplugin.pyo
+${PYSITELIB}/spyder_notebook/server/LICENSE
+${PYSITELIB}/spyder_notebook/server/__init__.py
+${PYSITELIB}/spyder_notebook/server/__init__.pyc
+${PYSITELIB}/spyder_notebook/server/__init__.pyo
+${PYSITELIB}/spyder_notebook/server/build/1.bundle.js
+${PYSITELIB}/spyder_notebook/server/build/2.bundle.js
+${PYSITELIB}/spyder_notebook/server/build/674f50d287a8c48dc19ba404d20fe713.eot
+${PYSITELIB}/spyder_notebook/server/build/912ec66d7572ff821749319396470bde.svg
+${PYSITELIB}/spyder_notebook/server/build/af7ae505a9eed503f8b8e6982036873e.woff2
+${PYSITELIB}/spyder_notebook/server/build/b06871f281fee6b241d60582ae9369b9.ttf
+${PYSITELIB}/spyder_notebook/server/build/bundle.js
+${PYSITELIB}/spyder_notebook/server/build/commands.js
+${PYSITELIB}/spyder_notebook/server/build/fcad2f97acb3c868bd1ca7629d36d80e.svg
+${PYSITELIB}/spyder_notebook/server/build/fee66e712a8a08eef5805a46892932ad.woff
+${PYSITELIB}/spyder_notebook/server/build/index.js
+${PYSITELIB}/spyder_notebook/server/build/tooltip.js
+${PYSITELIB}/spyder_notebook/server/dark-theme-hack.css
+${PYSITELIB}/spyder_notebook/server/data/data.json
+${PYSITELIB}/spyder_notebook/server/index.css
+${PYSITELIB}/spyder_notebook/server/index.html
+${PYSITELIB}/spyder_notebook/server/jupyter.png
+${PYSITELIB}/spyder_notebook/server/main.py
+${PYSITELIB}/spyder_notebook/server/main.pyc
+${PYSITELIB}/spyder_notebook/server/main.pyo
+${PYSITELIB}/spyder_notebook/server/package.json
+${PYSITELIB}/spyder_notebook/server/src/commands.ts
+${PYSITELIB}/spyder_notebook/server/src/index.ts
+${PYSITELIB}/spyder_notebook/server/src/tooltip.ts
+${PYSITELIB}/spyder_notebook/server/src/tsconfig.json
+${PYSITELIB}/spyder_notebook/server/test.ipynb
+${PYSITELIB}/spyder_notebook/server/tsconfigbase.json
+${PYSITELIB}/spyder_notebook/server/webpack.config.js
+${PYSITELIB}/spyder_notebook/tests/test.ipynb
+${PYSITELIB}/spyder_notebook/tests/test_config.py
+${PYSITELIB}/spyder_notebook/tests/test_config.pyc
+${PYSITELIB}/spyder_notebook/tests/test_config.pyo
+${PYSITELIB}/spyder_notebook/tests/test_plugin.py
+${PYSITELIB}/spyder_notebook/tests/test_plugin.pyc
+${PYSITELIB}/spyder_notebook/tests/test_plugin.pyo
+${PYSITELIB}/spyder_notebook/utils/__init__.py
+${PYSITELIB}/spyder_notebook/utils/__init__.pyc
+${PYSITELIB}/spyder_notebook/utils/__init__.pyo
+${PYSITELIB}/spyder_notebook/utils/localization.py
+${PYSITELIB}/spyder_notebook/utils/localization.pyc
+${PYSITELIB}/spyder_notebook/utils/localization.pyo
+${PYSITELIB}/spyder_notebook/utils/servermanager.py
+${PYSITELIB}/spyder_notebook/utils/servermanager.pyc
+${PYSITELIB}/spyder_notebook/utils/servermanager.pyo
+${PYSITELIB}/spyder_notebook/utils/templates/welcome-dark.html
+${PYSITELIB}/spyder_notebook/utils/templates/welcome.html
+${PYSITELIB}/spyder_notebook/utils/templates/welcome.md
+${PYSITELIB}/spyder_notebook/utils/tests/test_servermanager.py
+${PYSITELIB}/spyder_notebook/utils/tests/test_servermanager.pyc
+${PYSITELIB}/spyder_notebook/utils/tests/test_servermanager.pyo
+${PYSITELIB}/spyder_notebook/widgets/__init__.py
+${PYSITELIB}/spyder_notebook/widgets/__init__.pyc
+${PYSITELIB}/spyder_notebook/widgets/__init__.pyo
+${PYSITELIB}/spyder_notebook/widgets/client.py
+${PYSITELIB}/spyder_notebook/widgets/client.pyc
+${PYSITELIB}/spyder_notebook/widgets/client.pyo
+${PYSITELIB}/spyder_notebook/widgets/dom.py
+${PYSITELIB}/spyder_notebook/widgets/dom.pyc
+${PYSITELIB}/spyder_notebook/widgets/dom.pyo
+${PYSITELIB}/spyder_notebook/widgets/example_app.py
+${PYSITELIB}/spyder_notebook/widgets/example_app.pyc
+${PYSITELIB}/spyder_notebook/widgets/example_app.pyo
+${PYSITELIB}/spyder_notebook/widgets/main_widget.py
+${PYSITELIB}/spyder_notebook/widgets/main_widget.pyc
+${PYSITELIB}/spyder_notebook/widgets/main_widget.pyo
+${PYSITELIB}/spyder_notebook/widgets/notebooktabwidget.py
+${PYSITELIB}/spyder_notebook/widgets/notebooktabwidget.pyc
+${PYSITELIB}/spyder_notebook/widgets/notebooktabwidget.pyo
+${PYSITELIB}/spyder_notebook/widgets/serverinfo.py
+${PYSITELIB}/spyder_notebook/widgets/serverinfo.pyc
+${PYSITELIB}/spyder_notebook/widgets/serverinfo.pyo
+${PYSITELIB}/spyder_notebook/widgets/tests/test_client.py
+${PYSITELIB}/spyder_notebook/widgets/tests/test_client.pyc
+${PYSITELIB}/spyder_notebook/widgets/tests/test_client.pyo
+${PYSITELIB}/spyder_notebook/widgets/tests/test_notebooktabwidget.py
+${PYSITELIB}/spyder_notebook/widgets/tests/test_notebooktabwidget.pyc
+${PYSITELIB}/spyder_notebook/widgets/tests/test_notebooktabwidget.pyo
+${PYSITELIB}/spyder_notebook/widgets/tests/test_serverinfo.py
+${PYSITELIB}/spyder_notebook/widgets/tests/test_serverinfo.pyc
+${PYSITELIB}/spyder_notebook/widgets/tests/test_serverinfo.pyo
diff --git a/py-spyder-notebook/distinfo b/py-spyder-notebook/distinfo
new file mode 100644
index 0000000000..c8d059d3ea
--- /dev/null
+++ b/py-spyder-notebook/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (spyder-notebook-0.4.0.tar.gz) = 3e60af7e15a40c869f5e5c363c67c5cccc54def1f180b652a1bfb086079d939f
+SHA512 (spyder-notebook-0.4.0.tar.gz) = 766828a6767a41b430611e149dbfb9cfa95974a38928d4b470d45d231aa11ef22b85bd24cc1d41e0d8d76294a477177c025f284610351cf9455e62503f2582af
+Size (spyder-notebook-0.4.0.tar.gz) = 1910166 bytes


Home | Main Index | Thread Index | Old Index