Date: Wed, 1 Mar 2017 07:59:46 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435126 - in head/devel: . py-jupyter_console Message-ID: <201703010759.v217xk7J001165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Mar 1 07:59:46 2017 New Revision: 435126 URL: https://svnweb.freebsd.org/changeset/ports/435126 Log: 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/ Added: head/devel/py-jupyter_console/ head/devel/py-jupyter_console/Makefile (contents, props changed) head/devel/py-jupyter_console/distinfo (contents, props changed) head/devel/py-jupyter_console/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Mar 1 07:48:01 2017 (r435125) +++ head/devel/Makefile Wed Mar 1 07:59:46 2017 (r435126) @@ -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 Added: head/devel/py-jupyter_console/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/Makefile Wed Mar 1 07:59:46 2017 (r435126) @@ -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> Added: head/devel/py-jupyter_console/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/distinfo Wed Mar 1 07:59:46 2017 (r435126) @@ -0,0 +1,3 @@ +TIMESTAMP = 1487847529 +SHA256 (jupyter_console-5.1.0.tar.gz) = d0b4ae4dfe070be1e9d5690fa819328acffb5f37a8ef3baa1c7e3b77b443cfd7 +SIZE (jupyter_console-5.1.0.tar.gz) = 26661 Added: head/devel/py-jupyter_console/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-jupyter_console/pkg-descr Wed Mar 1 07:59:46 2017 (r435126) @@ -0,0 +1,4 @@ +The Jupyter console is a terminal frontend for kernels using the Jupyter +protocol. + +WWW: https://jupyter-console.readthedocs.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703010759.v217xk7J001165>