diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:40:27 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:45:35 +0100 |
commit | 0154e11c1d645938589a5529d728f3f16de0dcd3 (patch) | |
tree | 512e36445d2f43d326aa2ecfeabc34cc54a5cb73 /dev-python/jaraco-path | |
parent | dev-python/jaraco-logging: Use PYPI_PN (diff) | |
download | gentoo-0154e11c1d645938589a5529d728f3f16de0dcd3.tar.gz gentoo-0154e11c1d645938589a5529d728f3f16de0dcd3.tar.bz2 gentoo-0154e11c1d645938589a5529d728f3f16de0dcd3.zip |
dev-python/jaraco-path: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-path')
-rw-r--r-- | dev-python/jaraco-path/jaraco-path-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild b/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild index 91a7f161bd34..603bf9bb1af4 100644 --- a/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild +++ b/dev-python/jaraco-path/jaraco-path-3.4.1.ebuild @@ -4,6 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi @@ -13,8 +15,6 @@ HOMEPAGE=" https://github.com/jaraco/jaraco.path/ https://pypi.org/project/jaraco.path/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0" |