summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:00:02 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:25:20 +0100
commita2e083fb80b7854ebefbff476a52e6475d5cbf2c (patch)
tree377a3d0065a5bdfd603101be65ea38eeaff397fb /dev-python/sphinxcontrib-qthelp
parentdev-python/sphinxcontrib-programoutput: Use pypi.eclass (diff)
downloadgentoo-a2e083fb80b7854ebefbff476a52e6475d5cbf2c.tar.gz
gentoo-a2e083fb80b7854ebefbff476a52e6475d5cbf2c.tar.bz2
gentoo-a2e083fb80b7854ebefbff476a52e6475d5cbf2c.zip
dev-python/sphinxcontrib-qthelp: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-qthelp')
-rw-r--r--dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild
index 32f869577fdd..089c5961d346 100644
--- a/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild
+++ b/dev-python/sphinxcontrib-qthelp/sphinxcontrib-qthelp-1.0.3-r1.ebuild
@@ -4,9 +4,10 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Sphinx extension which outputs QtHelp documents"
HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
https://github.com/sphinx-doc/sphinxcontrib-qthelp/
https://pypi.org/project/sphinxcontrib-qthelp/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"