diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 07:46:22 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 07:49:07 +0100 |
commit | 846fb46ecbc7d78dcc8916bb791634798c587f26 (patch) | |
tree | c8cb705bdd129f22e44a06c10f2a8f8a9efa8ce4 /dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild | |
parent | dev-python/zope-component: Use PYPI_PN (diff) | |
download | gentoo-846fb46ecbc7d78dcc8916bb791634798c587f26.tar.gz gentoo-846fb46ecbc7d78dcc8916bb791634798c587f26.tar.bz2 gentoo-846fb46ecbc7d78dcc8916bb791634798c587f26.zip |
dev-python/zope-configuration: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild')
-rw-r--r-- | dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild b/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild index 429f753d9587..8da5c016419b 100644 --- a/dev-python/zope-configuration/zope-configuration-4.4.1-r2.ebuild +++ b/dev-python/zope-configuration/zope-configuration-4.4.1-r2.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 @@ -14,8 +16,6 @@ HOMEPAGE=" https://github.com/zopefoundation/zope.configuration/ https://zopeconfiguration.readthedocs.io/en/latest/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="ZPL" SLOT="0" |