commit: b8b4713e655f1c6f48c22ee16db4e2b21e6bcbef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 11:00:39 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 19:04:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b4713e
dev-python/jaraco-text: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-text/jaraco-text-3.11.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild
b/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild
index c250f0d88525..86814f81c064 100644
--- a/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild
+++ b/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.text/
https://pypi.org/project/jaraco.text/
"
-SRC_URI="$(pypi_sdist_url "${PN/-/.}")"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
S=${WORKDIR}/${P/-/.}
LICENSE="MIT"