diff options
author | Andrey Grozin <grozin@gentoo.org> | 2020-03-08 18:50:20 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2020-03-08 18:50:20 +0700 |
commit | 1d88408e4fec1931bd8ba81e9871354329dddb6a (patch) | |
tree | 7a45c02ebe741fc485cc8ad1e0bcfbddb4a18b09 /dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild | |
parent | x11-plugins/wmbiff: fix build with -fno-common (diff) | |
download | gentoo-1d88408e4fec1931bd8ba81e9871354329dddb6a.tar.gz gentoo-1d88408e4fec1931bd8ba81e9871354329dddb6a.tar.bz2 gentoo-1d88408e4fec1931bd8ba81e9871354329dddb6a.zip |
dev-python/sphinx_selective_exclude: initial import
Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild')
-rw-r--r-- | dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild new file mode 100644 index 000000000000..6fa37dfe9a28 --- /dev/null +++ b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-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 selective rendition extensions" +HOMEPAGE="https://github.com/pfalcon/sphinx_selective_exclude" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" |