diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 20:50:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 20:50:46 +0200 |
commit | 1a729a7ade7f1a3a2b65086816d71223cf234d81 (patch) | |
tree | e951b77290f611dd35d78a2b07474dff9386c05c /dev-python/guzzle_sphinx_theme | |
parent | dev-python/Opcodes: enable py3.11 (diff) | |
download | gentoo-1a729a7ade7f1a3a2b65086816d71223cf234d81.tar.gz gentoo-1a729a7ade7f1a3a2b65086816d71223cf234d81.tar.bz2 gentoo-1a729a7ade7f1a3a2b65086816d71223cf234d81.zip |
dev-python/guzzle_sphinx_theme: EAPI=8, PEP517
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/guzzle_sphinx_theme')
-rw-r--r-- | dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild new file mode 100644 index 000000000000..60e324ad52af --- /dev/null +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..10} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx theme used by Guzzle" +HOMEPAGE="https://github.com/guzzle/guzzle_sphinx_theme" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" |