summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:00:01 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:25:19 +0100
commita78a4ab9121a71a7e765893017f5469fef51ecdb (patch)
tree874c850020e007ce697bbd016a267681a9b7054e /dev-python/sphinxcontrib-programoutput
parentdev-python/sphinxcontrib-newsfeed: Use pypi.eclass (diff)
downloadgentoo-a78a4ab9121a71a7e765893017f5469fef51ecdb.tar.gz
gentoo-a78a4ab9121a71a7e765893017f5469fef51ecdb.tar.bz2
gentoo-a78a4ab9121a71a7e765893017f5469fef51ecdb.zip
dev-python/sphinxcontrib-programoutput: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-programoutput')
-rw-r--r--dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
index d06680a900d4..402967174c30 100644
--- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
+++ b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.17-r1.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Extension to sphinx to include program output"
HOMEPAGE="
https://github.com/NextThought/sphinxcontrib-programoutput/
https://pypi.org/project/sphinxcontrib-programoutput/
"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"