commit: 48abbce28e522b3bb3d307d05ea3e00a9cd0a247
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 11:00:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 19:04:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48abbce2
dev-python/python-utils: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-utils/python-utils-3.5.1.ebuild | 1 +
dev-python/python-utils/python-utils-3.5.2.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/dev-python/python-utils/python-utils-3.5.1.ebuild
b/dev-python/python-utils/python-utils-3.5.1.ebuild
index 2f51e06e8c85..8cde3a4222e4 100644
--- a/dev-python/python-utils/python-utils-3.5.1.ebuild
+++ b/dev-python/python-utils/python-utils-3.5.1.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
diff --git a/dev-python/python-utils/python-utils-3.5.2.ebuild
b/dev-python/python-utils/python-utils-3.5.2.ebuild
index 2f51e06e8c85..8cde3a4222e4 100644
--- a/dev-python/python-utils/python-utils-3.5.2.ebuild
+++ b/dev-python/python-utils/python-utils-3.5.2.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