commit: 30ee89d0d2cd7d5f7725e5799c6601878a900e4c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 11:00:44 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 19:04:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ee89d0
dev-python/pip-run: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pip-run/pip-run-10.0.5-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
index e829ccf41883..5c994d916137 100644
--- a/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
+++ b/dev-python/pip-run/pip-run-10.0.5-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 pypi