summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-21 07:46:23 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-21 07:49:08 +0100
commit9491e8961741b1f3967a1a932991c1d299f94e40 (patch)
treec7c5c018a6263d5a39a4219304d7d287d152f308 /dev-python/zope-deprecation
parentdev-python/zope-configuration: Use PYPI_PN (diff)
downloadgentoo-9491e8961741b1f3967a1a932991c1d299f94e40.tar.gz
gentoo-9491e8961741b1f3967a1a932991c1d299f94e40.tar.bz2
gentoo-9491e8961741b1f3967a1a932991c1d299f94e40.zip
dev-python/zope-deprecation: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-deprecation')
-rw-r--r--dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild
index 5204ed4ef0c0..65881298bae8 100644
--- a/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild
+++ b/dev-python/zope-deprecation/zope-deprecation-4.4.0-r2.ebuild
@@ -4,6 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 pypi
@@ -13,8 +15,6 @@ HOMEPAGE="
https://pypi.org/project/zope.deprecation/
https://github.com/zopefoundation/zope.deprecation/
"
-SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
-S=${WORKDIR}/${P/-/.}
LICENSE="ZPL"
SLOT="0"