summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-21 17:40:21 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-21 17:45:32 +0100
commit5161a3f99d6ffe4b49f85c28c60430554289d0fe (patch)
treee5efede9c17782a3e977ba916d17711a1afe96c0 /dev-python/jaraco-context
parentdev-python/jaraco-collections: Use PYPI_PN (diff)
downloadgentoo-5161a3f99d6ffe4b49f85c28c60430554289d0fe.tar.gz
gentoo-5161a3f99d6ffe4b49f85c28c60430554289d0fe.tar.bz2
gentoo-5161a3f99d6ffe4b49f85c28c60430554289d0fe.zip
dev-python/jaraco-context: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-context')
-rw-r--r--dev-python/jaraco-context/jaraco-context-4.3.0.ebuild4
1 files 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"