Skip to content

Commit

Permalink
dev-python/zope-i18nmessageid: Use PYPI_PN
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 21, 2023
1 parent f45f0ab commit 5bef9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-python/zope-i18nmessageid/zope-i18nmessageid-5.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,8 +15,6 @@ HOMEPAGE="
https://pypi.org/project/zope.i18nmessageid/
https://github.com/zopefoundation/zope.i18nmessageid/
"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
S=${WORKDIR}/${P/-/.}

LICENSE="ZPL"
SLOT="0"
Expand Down

0 comments on commit 5bef9f6

Please sign in to comment.