diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-21 07:48:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-21 07:49:14 +0100 |
commit | b0fadaee46203318c12a36875a64680deb47dffe (patch) | |
tree | bec4e7513fd9b5807a680b0a36e5599bb5e6100b /dev-python/zc-lockfile | |
parent | dev-python/zope-testing: Use PYPI_PN (diff) | |
download | gentoo-b0fadaee46203318c12a36875a64680deb47dffe.tar.gz gentoo-b0fadaee46203318c12a36875a64680deb47dffe.tar.bz2 gentoo-b0fadaee46203318c12a36875a64680deb47dffe.zip |
dev-python/zc-lockfile: Use PYPI_PN
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/zc-lockfile')
-rw-r--r-- | dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild b/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild index db027ffcd598..7a435eac5dfe 100644 --- a/dev-python/zc-lockfile/zc-lockfile-3.0_p1.ebuild +++ b/dev-python/zc-lockfile/zc-lockfile-3.0_p1.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/zc.lockfile/ https://pypi.org/project/zc.lockfile/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${PN/-/.}-${PV/_p/.post} LICENSE="ZPL" SLOT="0" |