dev-python/jaraco-context: Sync with Gentoo

It's from Gentoo commit 5161a3f99d6ffe4b49f85c28c60430554289d0fe.
This commit is contained in:
Flatcar Buildbot 2023-03-27 07:22:12 +00:00
parent 091e17820f
commit 22e9c7d5b3

View File

@ -5,6 +5,8 @@
EAPI=7
DISTUTILS_USE_PEP517=flit
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{9..11} pypy3 )
inherit distutils-r1 pypi
@ -14,8 +16,6 @@ HOMEPAGE="
https://github.com/jaraco/jaraco.context/
https://pypi.org/project/jaraco.context/
"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")"
S=${WORKDIR}/${P/-/.}
LICENSE="MIT"
SLOT="0"