1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/py-jupyter_console: create port

The Jupyter console is a terminal frontend for kernels using the Jupyter
protocol.

WWW: https://jupyter-console.readthedocs.io/
This commit is contained in:
Steve Wills 2017-03-01 07:59:46 +00:00
parent 160c0b22fc
commit d64269e3f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435126
4 changed files with 31 additions and 0 deletions

View File

@ -4358,6 +4358,7 @@
SUBDIR += py-jsonrpclib
SUBDIR += py-jsonschema
SUBDIR += py-jupyter_client
SUBDIR += py-jupyter_console
SUBDIR += py-jupyter_core
SUBDIR += py-kaptan
SUBDIR += py-kayako

View File

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= jupyter_console
PORTVERSION= 5.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= IPython-like terminal frontend for Jupyter kernels in any language
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \
${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \
${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel \
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=1.0.4:devel/py-prompt_toolkit \
${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments
USES= python
USE_PYTHON= distutils autoplist
USE_LOCALE= en_US.UTF-8
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1487847529
SHA256 (jupyter_console-5.1.0.tar.gz) = d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7
SIZE (jupyter_console-5.1.0.tar.gz) = 26661

View File

@ -0,0 +1,4 @@
The Jupyter console is a terminal frontend for kernels using the Jupyter
protocol.
WWW: https://jupyter-console.readthedocs.io/