diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-02-25 20:07:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-25 20:07:30 +0100 |
commit | 61489380bc53d5c2b6cfdc89799393d6b7b7e04c (patch) | |
tree | 8b318d0da74c4ecfff1be01dc782b3adfa63e5df /dev-python/guzzle_sphinx_theme | |
parent | sci-astronomy/sirilic: enable py3.11 (diff) | |
download | gentoo-61489380bc53d5c2b6cfdc89799393d6b7b7e04c.tar.gz gentoo-61489380bc53d5c2b6cfdc89799393d6b7b7e04c.tar.bz2 gentoo-61489380bc53d5c2b6cfdc89799393d6b7b7e04c.zip |
dev-python/guzzle_sphinx_theme: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@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 | 3 |
1 files changed, 1 insertions, 2 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 index f1b391db429a..5ca2bfca23bd 100644 --- 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 @@ -6,11 +6,10 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi 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" |