diff --git a/dev-python/pygal_sphinx_directives/Manifest b/dev-python/pygal_sphinx_directives/Manifest new file mode 100644 index 0000000..8de5c81 --- /dev/null +++ b/dev-python/pygal_sphinx_directives/Manifest @@ -0,0 +1 @@ +DIST pygal_sphinx_directives-1.0.1.tar.gz 1270 BLAKE2B 48d54fdca26dfad7d4c33d77682a3aeffd8f0c2a707fe8a38a8437dda0e2da9778a40dd23dfc268fe6e8aded40ee6652eb7e9d54381c82452f971f6924041e13 SHA512 b7c7730433beb16f6731cac712f036137e6ad304946f6727196b50807e05658950e3b02e93cd8d10ffa08320258ae2f21c120621b6dd00ad5eef88c5ffaffb9e diff --git a/dev-python/pygal_sphinx_directives/metadata.xml b/dev-python/pygal_sphinx_directives/metadata.xml new file mode 100644 index 0000000..b4e85f5 --- /dev/null +++ b/dev-python/pygal_sphinx_directives/metadata.xml @@ -0,0 +1,11 @@ + + + + + parona@protonmail.com + Alfred Wingate + + + pygal_sphinx_directives + + diff --git a/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild b/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild new file mode 100644 index 0000000..ecc7ed3 --- /dev/null +++ b/dev-python/pygal_sphinx_directives/pygal_sphinx_directives-1.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) +inherit distutils-r1 + +DESCRIPTION="Pygal sphinx integration" +HOMEPAGE="https://pypi.org/project/pygal_sphinx_directives/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" +# There are no tests +RESTRICT="test" + +RDEPEND=" + dev-python/pygal[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] +"