From dd39780e535664f0be51aa83021368c77fdfd7ce Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Mar 2023 07:22:12 +0000 Subject: [PATCH] dev-python/jaraco-text: Sync with Gentoo It's from Gentoo commit 73f1e2f440562315d77c95c9ab881435344ce4f8. --- .../dev-python/jaraco-text/jaraco-text-3.11.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild index 3cef0eeefa..5f070c043e 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/jaraco-text/jaraco-text-3.11.1.ebuild @@ -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.text/ https://pypi.org/project/jaraco.text/ " -SRC_URI="$(pypi_sdist_url --no-normalize "${PN/-/.}")" -S=${WORKDIR}/${P/-/.} LICENSE="MIT" SLOT="0"