From fdef85c2388888e1f9bf6a31da613113d3d7bb86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 21 Mar 2023 07:46:21 +0100 Subject: [PATCH] dev-python/zope-component: Use PYPI_PN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/zope-component/zope-component-5.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zope-component/zope-component-5.1.0.ebuild b/dev-python/zope-component/zope-component-5.1.0.ebuild index 62c89b36eddd6..ce60a9d8260d5 100644 --- a/dev-python/zope-component/zope-component-5.1.0.ebuild +++ b/dev-python/zope-component/zope-component-5.1.0.ebuild @@ -4,6 +4,8 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN/-/.} PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi @@ -13,8 +15,6 @@ HOMEPAGE=" https://pypi.org/project/zope.component/ https://github.com/zopefoundation/zope.component/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="ZPL" SLOT="0"