summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 12:58:45 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:20:36 +0100
commitc1c42ce50e249e2745dc1b91a7ec730c668efb11 (patch)
tree2d0b259fb94681e1450fafba414f9c90e9a23157
parentdev-python/Frozen-Flask: Use pypi.eclass (diff)
downloadgentoo-c1c42ce50e249e2745dc1b91a7ec730c668efb11.tar.gz
gentoo-c1c42ce50e249e2745dc1b91a7ec730c668efb11.tar.bz2
gentoo-c1c42ce50e249e2745dc1b91a7ec730c668efb11.zip
dev-python/ghp-import: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ghp-import/ghp-import-2.1.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ghp-import/ghp-import-2.1.0-r1.ebuild b/dev-python/ghp-import/ghp-import-2.1.0-r1.ebuild
index 388ea10acf14..1c203572de9a 100644
--- a/dev-python/ghp-import/ghp-import-2.1.0-r1.ebuild
+++ b/dev-python/ghp-import/ghp-import-2.1.0-r1.ebuild
@@ -5,12 +5,12 @@ EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Copy your docs directly to the gh-pages branch"
HOMEPAGE="https://github.com/c-w/ghp-import"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"