commit: 5161a3f99d6ffe4b49f85c28c60430554289d0fe
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 16:40:21 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 16:45:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5161a3f9
dev-python/jaraco-context: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-context/jaraco-context-4.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/jaraco-context/jaraco-context-4.3.0.ebuild
b/dev-python/jaraco-context/jaraco-context-4.3.0.ebuild
index 1fe99e5c732f..3c369c65b1b2 100644
--- a/dev-python/jaraco-context/jaraco-context-4.3.0.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-4.3.0.ebuild
@@ -5,6 +5,8 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 pypi
@@ -14,8 +16,6 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.context/
https://pypi.org/project/jaraco.context/
"
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
LICENSE="MIT"
SLOT="0"