commit: e3d13d7491fac0fcaab9779a9c5f26782b39452d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 21 06:46:27 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 21 06:49:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d13d74
dev-python/zope-interface: Use PYPI_PN Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/zope-interface/zope-interface-6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/zope-interface/zope-interface-6.0.ebuild b/dev-python/zope-interface/zope-interface-6.0.ebuild index 71c1fab1a966..9e89f69efab2 100644 --- a/dev-python/zope-interface/zope-interface-6.0.ebuild +++ b/dev-python/zope-interface/zope-interface-6.0.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://github.com/zopefoundation/zope.interface/ https://pypi.org/project/zope.interface/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="ZPL" SLOT="0"