summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-21 17:40:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-21 17:45:33 +0100
commit027f9b8234d10cdef67473f1abe2db0f0c7692ff (patch)
treee758779137e4bae23f1778eb8d3b077ef2cab647 /dev-python/jaraco-functools
parentdev-python/jaraco-envs: Use PYPI_PN (diff)
downloadgentoo-027f9b8234d10cdef67473f1abe2db0f0c7692ff.tar.gz
gentoo-027f9b8234d10cdef67473f1abe2db0f0c7692ff.tar.bz2
gentoo-027f9b8234d10cdef67473f1abe2db0f0c7692ff.zip
dev-python/jaraco-functools: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/jaraco-functools')
-rw-r--r--dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
index 092fd7201547..2cf05bc3a702 100644
--- a/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
+++ b/dev-python/jaraco-functools/jaraco-functools-3.6.0.ebuild
@@ -5,6 +5,8 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1 pypi
@@ -14,8 +16,6 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.functools/
https://pypi.org/project/jaraco.functools/
"
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
LICENSE="MIT"
SLOT="0"