summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-11 12:00:44 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-12 20:04:11 +0100
commit30ee89d0d2cd7d5f7725e5799c6601878a900e4c (patch)
tree8a523a31ca9f6bde32d0f56f8527bafa82826e1c /dev-python/pip-run
parentdev-python/Nuitka: Disable PyPI name normalization (diff)
downloadgentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.tar.gz
gentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.tar.bz2
gentoo-30ee89d0d2cd7d5f7725e5799c6601878a900e4c.zip
dev-python/pip-run: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip-run')
-rw-r--r--dev-python/pip-run/pip-run-10.0.5-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
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