mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-python/jaraco-classes: Disable PyPI name normalization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -13,7 +13,7 @@ HOMEPAGE="
|
||||
https://github.com/jaraco/jaraco.classes/
|
||||
https://pypi.org/project/jaraco.classes/
|
||||
"
|
||||
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