pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/py-jupyter-console-6.2.0 import to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Nov 6 19:33:08 2020 +0100
Changeset: 8d0f79a554883c14d23dc1205ade03620fc0eb57
Added Files:
py-jupyter-console/DESCR
py-jupyter-console/Makefile
py-jupyter-console/PLIST
py-jupyter-console/distinfo
Log Message:
wip/py-jupyter-console-6.2.0 import to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8d0f79a554883c14d23dc1205ade03620fc0eb57
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-jupyter-console/DESCR | 23 +++++++++++++++++++++++
py-jupyter-console/Makefile | 22 ++++++++++++++++++++++
py-jupyter-console/PLIST | 44 ++++++++++++++++++++++++++++++++++++++++++++
py-jupyter-console/distinfo | 6 ++++++
4 files changed, 95 insertions(+)
diffs:
diff --git a/py-jupyter-console/DESCR b/py-jupyter-console/DESCR
new file mode 100644
index 0000000000..8709ddc894
--- /dev/null
+++ b/py-jupyter-console/DESCR
@@ -0,0 +1,23 @@
+TODO: Adjust the following lines from README.md
+
+# Jupyter Console
+[![Build Status](https://travis-ci.org/jupyter/jupyter_console.svg?branch=master)](https://travis-ci.org/jupyter/jupyter_console)
+[![Documentation Status](http://readthedocs.org/projects/jupyter-console/badge/?version=latest)](https://jupyter-console.readthedocs.io/en/latest/?badge=latest)
+
+A terminal-based console frontend for Jupyter kernels.
+This code is based on the single-process IPython terminal.
+
+Install with pip:
+
+ pip install jupyter-console
+
+Install with conda:
+
+ conda install -c conda-forge jupyter_console
+
+Start:
+
+ jupyter console
+
+Help:
+...
diff --git a/py-jupyter-console/Makefile b/py-jupyter-console/Makefile
new file mode 100644
index 0000000000..0627eacb0a
--- /dev/null
+++ b/py-jupyter-console/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= jupyter_console-6.2.0
+PKGNAME= ${PYPKGPREFIX}-jupyter-console-6.2.0
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter_console/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://jupyter.org
+COMMENT= Jupyter terminal console
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=6.1.7:../../devel/py-jupyter_client
+DEPENDS+= ${PYPKGPREFIX}-ipython>=6.5:../../devel/py-ipython
+DEPENDS+= ${PYPKGPREFIX}-ipykernel>=5.1:../../devel/py-ipykernel
+DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=1.0.15:../../devel/py-prompt_toolkit
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.3.1:../../textproc/py-pygments
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-jupyter-console/PLIST b/py-jupyter-console/PLIST
new file mode 100644
index 0000000000..6d4f564431
--- /dev/null
+++ b/py-jupyter-console/PLIST
@@ -0,0 +1,44 @@
+@comment $NetBSD$
+bin/jupyter-console
+${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}/jupyter_console/__init__.py
+${PYSITELIB}/jupyter_console/__init__.pyc
+${PYSITELIB}/jupyter_console/__init__.pyo
+${PYSITELIB}/jupyter_console/__main__.py
+${PYSITELIB}/jupyter_console/__main__.pyc
+${PYSITELIB}/jupyter_console/__main__.pyo
+${PYSITELIB}/jupyter_console/_version.py
+${PYSITELIB}/jupyter_console/_version.pyc
+${PYSITELIB}/jupyter_console/_version.pyo
+${PYSITELIB}/jupyter_console/app.py
+${PYSITELIB}/jupyter_console/app.pyc
+${PYSITELIB}/jupyter_console/app.pyo
+${PYSITELIB}/jupyter_console/completer.py
+${PYSITELIB}/jupyter_console/completer.pyc
+${PYSITELIB}/jupyter_console/completer.pyo
+${PYSITELIB}/jupyter_console/ptshell.py
+${PYSITELIB}/jupyter_console/ptshell.pyc
+${PYSITELIB}/jupyter_console/ptshell.pyo
+${PYSITELIB}/jupyter_console/tests/__init__.py
+${PYSITELIB}/jupyter_console/tests/__init__.pyc
+${PYSITELIB}/jupyter_console/tests/__init__.pyo
+${PYSITELIB}/jupyter_console/tests/conftest.py
+${PYSITELIB}/jupyter_console/tests/conftest.pyc
+${PYSITELIB}/jupyter_console/tests/conftest.pyo
+${PYSITELIB}/jupyter_console/tests/test_console.py
+${PYSITELIB}/jupyter_console/tests/test_console.pyc
+${PYSITELIB}/jupyter_console/tests/test_console.pyo
+${PYSITELIB}/jupyter_console/tests/test_image_handler.py
+${PYSITELIB}/jupyter_console/tests/test_image_handler.pyc
+${PYSITELIB}/jupyter_console/tests/test_image_handler.pyo
+${PYSITELIB}/jupyter_console/tests/writetofile.py
+${PYSITELIB}/jupyter_console/tests/writetofile.pyc
+${PYSITELIB}/jupyter_console/tests/writetofile.pyo
+${PYSITELIB}/jupyter_console/zmqhistory.py
+${PYSITELIB}/jupyter_console/zmqhistory.pyc
+${PYSITELIB}/jupyter_console/zmqhistory.pyo
diff --git a/py-jupyter-console/distinfo b/py-jupyter-console/distinfo
new file mode 100644
index 0000000000..6cc7617fdc
--- /dev/null
+++ b/py-jupyter-console/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (jupyter_console-6.2.0.tar.gz) = de68f360ea49e94a03e77c32e728d8cd83d2a779
+RMD160 (jupyter_console-6.2.0.tar.gz) = bf0ec9a9ea5941e19f65f75bdc580f3d337e7f5a
+SHA512 (jupyter_console-6.2.0.tar.gz) = 49ab89c7a246bd182bab31680312941db9050d2d54a1dd7d0ba1fd93f23f556d90dbed340692fe69e8b0aa15f4a53f1fafa8f21c881503c01c46c5e6f924c776
+Size (jupyter_console-6.2.0.tar.gz) = 36285 bytes
Home |
Main Index |
Thread Index |
Old Index