diff --git a/dev-python/sphinx-epytext/Manifest b/dev-python/sphinx-epytext/Manifest new file mode 100644 index 0000000000000..afcd3a377a562 --- /dev/null +++ b/dev-python/sphinx-epytext/Manifest @@ -0,0 +1 @@ +DIST sphinx-epytext-0.0.4.tar.gz 3590 BLAKE2B 28e0243a65c3c6e31e5cd3ddb3fce22c2930f8cde564713585e097f55e30a96ab5a16970f57bed6df5cef6f5d12957b7162d036968a467e0aa658a8c5de1a5e8 SHA512 ba56bfcc7d299c6b5498b0823bedab75875b750a596f69a17d4ee278b33f4b51716dd2ba9c5766903af99d9701ba37069b3748fb57ec0697c6871138a7f57638 diff --git a/dev-python/sphinx-epytext/metadata.xml b/dev-python/sphinx-epytext/metadata.xml new file mode 100644 index 0000000000000..d5d444b49e5e4 --- /dev/null +++ b/dev-python/sphinx-epytext/metadata.xml @@ -0,0 +1,11 @@ + + + + + zmedico@gentoo.org + + + sphinx-epytext + jayvdb/sphinx-epytext + + diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild new file mode 100644 index 0000000000000..48596d30f5267 --- /dev/null +++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx epytext extension" +HOMEPAGE="https://pypi.org/project/sphinx-epytext/ https://github.com/jayvdb/sphinx-epytext" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}"