summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-11 12:00:39 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-12 20:04:08 +0100
commitb8b4713e655f1c6f48c22ee16db4e2b21e6bcbef (patch)
tree47ec4bdfed347b96e55a020a5bbbf1214cee4480 /dev-python/jaraco-text
parentdev-python/jaraco-test: Disable PyPI name normalization (diff)
downloadgentoo-b8b4713e655f1c6f48c22ee16db4e2b21e6bcbef.tar.gz
gentoo-b8b4713e655f1c6f48c22ee16db4e2b21e6bcbef.tar.bz2
gentoo-b8b4713e655f1c6f48c22ee16db4e2b21e6bcbef.zip
dev-python/jaraco-text: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-text')
-rw-r--r--dev-python/jaraco-text/jaraco-text-3.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"