summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-17 13:09:57 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-17 16:29:11 +0100
commit020fa721ea48808e15b0ef4b7544ce08fdcb2c6a (patch)
treeb33adcdbe4c976c4bf04f78a5ef83a471510eba5
parentapp-emulation/diskimage-builder: Sync the live ebuild (diff)
downloadgentoo-020fa721ea48808e15b0ef4b7544ce08fdcb2c6a.tar.gz
gentoo-020fa721ea48808e15b0ef4b7544ce08fdcb2c6a.tar.bz2
gentoo-020fa721ea48808e15b0ef4b7544ce08fdcb2c6a.zip
dev-python/git-review: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/git-review/git-review-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/git-review/git-review-9999.ebuild b/dev-python/git-review/git-review-9999.ebuild
index c2ae5e303560..217a63bc6d69 100644
--- a/dev-python/git-review/git-review-9999.ebuild
+++ b/dev-python/git-review/git-review-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
@@ -14,7 +15,7 @@ if [[ ${PV} == 9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://opendev.org/opendev/${PN}.git"
else
- SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+ inherit pypi
KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux"
fi