dev-python/jupyter-sphinx: jupyter extensions for sphinx

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
Andrew Ammerlaan
2020-07-16 13:22:13 +02:00
parent 05ce691853
commit bb12c55a7a
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST jupyter-sphinx-0.2.4.tar.gz 23212 BLAKE2B 5f1da1760d51a628af4bdf324e14f02cd6ffe7c572b04d74cab2ecbb89343d2ef2027a87dec9aadf9f2e512badba25ebc4d9a96d4e7959bb81fbe1637dbab807 SHA512 4c82b8ec48bb3fd68898f0a64ea94ec303bb6ffd63c7dff74e5cdd1ede569c75e76af108a6073c1c95d0298126df60c3c86c9d719aca3506f97bcd9f44784a97

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
inherit distutils-r1
DESCRIPTION="Jupyter Sphinx Extensions"
HOMEPAGE="https://github.com/jupyter/jupyter-sphinx"
SRC_URI="https://github.com/jupyter/jupyter-sphinx/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-with-disclosure"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-python/sphinx-2[${PYTHON_USEDEP}]
>=dev-python/ipywidgets-7.0.0[${PYTHON_USEDEP}]
dev-python/ipython[${PYTHON_USEDEP}]
>=dev-python/nbconvert-5.5[${PYTHON_USEDEP}]
dev-python/nbformat[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
distutils_enable_sphinx doc/source dev-python/matplotlib

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
</pkgmetadata>