summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-02-11 12:00:49 +0100
committerMichał Górny <mgorny@gentoo.org>2023-02-12 20:04:15 +0100
commit9da500886c821b19b590cfcc51408bb1a8127736 (patch)
tree626f54853f7d22133ae5c330efa0f5be6955b747 /dev-python/rst-linker
parentdev-python/python-utils: Disable PyPI name normalization (diff)
downloadgentoo-9da500886c821b19b590cfcc51408bb1a8127736.tar.gz
gentoo-9da500886c821b19b590cfcc51408bb1a8127736.tar.bz2
gentoo-9da500886c821b19b590cfcc51408bb1a8127736.zip
dev-python/rst-linker: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rst-linker')
-rw-r--r--dev-python/rst-linker/rst-linker-2.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rst-linker/rst-linker-2.4.0.ebuild b/dev-python/rst-linker/rst-linker-2.4.0.ebuild
index 94419f478d68..f351b07d6f3c 100644
--- a/dev-python/rst-linker/rst-linker-2.4.0.ebuild
+++ b/dev-python/rst-linker/rst-linker-2.4.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/jaraco/rst.linker/
https://pypi.org/project/rst.linker/
"
-SRC_URI="$(pypi_sdist_url "${PN/-/.}")"
+SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
S=${WORKDIR}/${P/-/.}
LICENSE="MIT"