From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/sphinx-epytext/Manifest | 1 + dev-python/sphinx-epytext/metadata.xml | 12 ++++++++++++ dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/sphinx-epytext/Manifest create mode 100644 dev-python/sphinx-epytext/metadata.xml create mode 100644 dev-python/sphinx-epytext/sphinx-epytext-0.0.4.ebuild (limited to 'dev-python/sphinx-epytext') diff --git a/dev-python/sphinx-epytext/Manifest b/dev-python/sphinx-epytext/Manifest new file mode 100644 index 000000000000..afcd3a377a56 --- /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 000000000000..89cc4a2c3658 --- /dev/null +++ b/dev-python/sphinx-epytext/metadata.xml @@ -0,0 +1,12 @@ + + + + + zmedico@gentoo.org + + + sphinx-epytext + jayvdb/sphinx-epytext + + gentoo-staging + 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 000000000000..b5e3dfbcf619 --- /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,9} ) + +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 sparc x86" + +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/sphinx-1.7.5[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" -- cgit v1.3