summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-11 12:00:37 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-12 20:04:06 +0100
commit915e6c2994cfe795b8fad2ac0b34edf1826e9e17 (patch)
tree4c47df0cf940bc5a8191bf23fd3ab3fa8568cfae /dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
parentdev-python/jaraco-path: Disable PyPI name normalization (diff)
downloadgentoo-915e6c2994cfe795b8fad2ac0b34edf1826e9e17.tar.gz
gentoo-915e6c2994cfe795b8fad2ac0b34edf1826e9e17.tar.bz2
gentoo-915e6c2994cfe795b8fad2ac0b34edf1826e9e17.zip
dev-python/jaraco-stream: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild')
-rw-r--r--dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
index a8bdd74094c2..ddf5705eb8b9 100644
--- a/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
+++ b/dev-python/jaraco-stream/jaraco-stream-3.0.3-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.stream/
https://pypi.org/project/jaraco.stream/
"
-SRC_URI="$(pypi_sdist_url "${PN/-/.}")"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
S=${WORKDIR}/${P/-/.}
LICENSE="MIT"