diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:40:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 17:45:32 +0100 |
commit | 21266244e545422b08662a325b6adaf520d48314 (patch) | |
tree | ae2c87dd16a86eb9875344fe8c94c87c3d1497c3 /dev-python/jaraco-envs | |
parent | dev-python/jaraco-context: Use PYPI_PN (diff) | |
download | gentoo-21266244e545422b08662a325b6adaf520d48314.tar.gz gentoo-21266244e545422b08662a325b6adaf520d48314.tar.bz2 gentoo-21266244e545422b08662a325b6adaf520d48314.zip |
dev-python/jaraco-envs: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-envs')
-rw-r--r-- | dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild b/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild index 906b2c6c433e..2e17aebfa2d1 100644 --- a/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild +++ b/dev-python/jaraco-envs/jaraco-envs-2.4.0.ebuild @@ -4,14 +4,14 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 pypi DESCRIPTION="Classes for orchestrating Python (virtual) environments" HOMEPAGE="https://github.com/jaraco/jaraco.envs" -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0" |