eclass/pypi: Sync with Gentoo

It's from Gentoo commit 12783bf82788b83a015afa21f6f9941e5f8b4d50.
This commit is contained in:
Flatcar Buildbot 2023-02-27 07:24:03 +00:00 committed by Krzesimir Nowak
parent a2bafdca65
commit a10de3dd0d

View File

@ -28,12 +28,12 @@
# equivalent.
#
# @EXAMPLE:
# @CODE@
# @CODE
# inherit pypi
#
# SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
# S=${WORKDIR}/${P^}
# @CODE@
# @CODE
case ${EAPI} in
7|8) ;;