commit:     673c5992a7b3ed27faddc5da8210b00bd8cbb9f9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 19:35:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 20:06:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=673c5992

dev-python/oslo-concurrency: Use PYPI_PN

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild 
b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
index cb350d3be4de..6236c3d2730f 100644
--- a/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
+++ b/dev-python/oslo-concurrency/oslo-concurrency-5.1.1.ebuild
@@ -4,6 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 pypi
@@ -14,8 +16,6 @@ HOMEPAGE="
        https://github.com/openstack/oslo.concurrency/
        https://pypi.org/project/oslo.concurrency/
 "
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
 
 LICENSE="Apache-2.0"
 SLOT="0"

Reply via email to