commit:     bf3abe68d62ccf287aa8ec1e0e1562db44613735
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 16:40:26 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 16:45:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3abe68

dev-python/jaraco-logging: Use PYPI_PN

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

 dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild 
b/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild
index dc841c80a805..6e19f06c74b8 100644
--- a/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild
+++ b/dev-python/jaraco-logging/jaraco-logging-3.1.2.ebuild
@@ -4,6 +4,8 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
 PYTHON_COMPAT=( pypy3 python3_{9..11} )
 
 inherit distutils-r1 pypi
@@ -13,8 +15,6 @@ HOMEPAGE="
        https://github.com/jaraco/jaraco.logging/
        https://pypi.org/project/jaraco.logging/
 "
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to