wip/py-jupyter-console-6.2.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-06 19:33:08 +01:00
parent 4395df2eb3
commit 8d0f79a554
4 changed files with 95 additions and 0 deletions

23
py-jupyter-console/DESCR Normal file
View File

@ -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:
...

View File

@ -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
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"

44
py-jupyter-console/PLIST Normal file
View File

@ -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

View File

@ -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