diff options
| author | Michał Górny <mgorny@gentoo.org> | 2023-02-11 12:00:48 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2023-02-12 20:04:14 +0100 |
| commit | 48abbce28e522b3bb3d307d05ea3e00a9cd0a247 (patch) | |
| tree | 1267d74c2d0b970366462e3a4c89005f92f0548b /dev-python | |
| parent | f6bc0b1e483f074e0ccc96c3ad20bf995e002066 (diff) | |
| download | gentoo-48abbce28e522b3bb3d307d05ea3e00a9cd0a247.tar.gz gentoo-48abbce28e522b3bb3d307d05ea3e00a9cd0a247.tar.bz2 gentoo-48abbce28e522b3bb3d307d05ea3e00a9cd0a247.zip | |
dev-python/python-utils: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/python-utils/python-utils-3.5.1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/python-utils/python-utils-3.5.2.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
