commit: 26cf39cdc71143286b105fae0a4f1206f9692c47 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Thu Jul 16 11:23:37 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Jul 16 11:23:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=26cf39cd
dev-python/pydata-sphinx-theme: sphinx theme from pydata community Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-python/pydata-sphinx-theme/Manifest | 1 + dev-python/pydata-sphinx-theme/metadata.xml | 9 +++++++++ .../pydata-sphinx-theme-0.3.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/pydata-sphinx-theme/Manifest b/dev-python/pydata-sphinx-theme/Manifest new file mode 100644 index 0000000..2aee1b3 --- /dev/null +++ b/dev-python/pydata-sphinx-theme/Manifest @@ -0,0 +1 @@ +DIST pydata-sphinx-theme-0.3.1.tar.gz 1170454 BLAKE2B f2a720849f97cf37307337d80cc1226297fc07b9462231463bda102e5d66e6626a62ddef188102a8baab00d0f5258145566af8a5127caa6ba6413acb36462569 SHA512 db88a87f53221c0aaa5ea78013e9ad181989c0bd8704fcc7367186618a280fe7fbbdbf85bd58be0af944ea6ca88ffe57a2385d3c93f2d33c247ce578ea936180 diff --git a/dev-python/pydata-sphinx-theme/metadata.xml b/dev-python/pydata-sphinx-theme/metadata.xml new file mode 100644 index 0000000..a878754 --- /dev/null +++ b/dev-python/pydata-sphinx-theme/metadata.xml @@ -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>[email protected]</email> + <name>Andrew Ammerlaan</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.3.1.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.3.1.ebuild new file mode 100644 index 0000000..0d9a4c3 --- /dev/null +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.3.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8} ) + +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Bootstrap-based Sphinx theme from the PyData community" +HOMEPAGE="https://github.com/pandas-dev/pydata-sphinx-theme" +SRC_URI="https://github.com/pandas-dev/pydata-sphinx-theme/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-with-disclosure" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" + +# ModuleNotFoundError: No module named 'plotly' even if dev-python/plotly is installed +#distutils_enable_sphinx docs dev-python/recommonmark dev-python/numpydoc dev-python/jupyter-sphinx dev-python/plotly
