From e9ec9ccb6bab00fd3c4cd3921a6cf231b9201336 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 23 May 2016 17:17:34 +0200 Subject: dev-python/nbsphinx: Add new package required by nbconvert-4.2.0[doc] Package-Manager: portage-2.2.28 --- dev-python/nbsphinx/Manifest | 1 + dev-python/nbsphinx/metadata.xml | 20 ++++++++++++++++++++ dev-python/nbsphinx/nbsphinx-0.2.8.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-python/nbsphinx/Manifest create mode 100644 dev-python/nbsphinx/metadata.xml create mode 100644 dev-python/nbsphinx/nbsphinx-0.2.8.ebuild (limited to 'dev-python/nbsphinx') diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest new file mode 100644 index 000000000000..6d7c838ed421 --- /dev/null +++ b/dev-python/nbsphinx/Manifest @@ -0,0 +1 @@ +DIST nbsphinx-0.2.8.tar.gz 89524 SHA256 81d3905df0d8627f2e1762036fa761c3ed90ebd61c74ebce8ef07778800ec9a4 SHA512 fe73cdab2b6ac67aff48380137d07b8938bdc764a786c66ee4f0ff658aa3db207630a79900555c70b2232afcf3b5332c78495281518a97ca944550d13cb01b04 WHIRLPOOL e4fcf6e87ab37692ad310a3258ab13a8850ed7f3d1de78b9965552df28274736fc63b34724a1f7be3ecf5c6037c0bb06d8f55e2062ca1cc2f9661ce8e3b1c416 diff --git a/dev-python/nbsphinx/metadata.xml b/dev-python/nbsphinx/metadata.xml new file mode 100644 index 000000000000..f0192b5c7a98 --- /dev/null +++ b/dev-python/nbsphinx/metadata.xml @@ -0,0 +1,20 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + nbsphinx is a Sphinx extension that provides a source parser for + *.ipynb files. Custom Sphinx directives are used to show Jupyter + Notebook code cells (and of course their results) in both HTML and + LaTeX output. Un-evaluated notebooks -- i.e. notebooks without + stored output cells -- will be automatically executed during the + Sphinx build process. + + + nbformat + spatialaudio/nbsphinx + + diff --git a/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild new file mode 100644 index 000000000000..d9922e20d656 --- /dev/null +++ b/dev-python/nbsphinx/nbsphinx-0.2.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Jupyter Notebook Tools for Sphinx" +HOMEPAGE="https://github.com/spatialaudio/nbsphinx/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" + +RDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/jinja[${PYTHON_USEDEP}] + dev-python/nbconvert[${PYTHON_USEDEP}] + dev-python/nbformat[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" -- cgit v1.2.3-65-gdbad