mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-python/jaraco-text: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user