From 1c6e9b725c53f8b66bbcad0682bb30939e0d0fd8 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Mar 2023 07:22:17 +0000 Subject: [PATCH] dev-python/pygments: Sync with Gentoo It's from Gentoo commit eee848f7ff3e4547606966b2181fced6e65273a1. --- .../dev-python/pygments/pygments-2.14.0.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pygments/pygments-2.14.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pygments/pygments-2.14.0.ebuild index 8cb3ab44f8..6a612a3384 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pygments/pygments-2.14.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/pygments/pygments-2.14.0.ebuild @@ -4,19 +4,18 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN^} PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 bash-completion-r1 +inherit distutils-r1 bash-completion-r1 pypi -MY_P=${P^} DESCRIPTION="Pygments is a syntax highlighting package written in Python" HOMEPAGE=" https://pygments.org/ https://github.com/pygments/pygments/ https://pypi.org/project/Pygments/ " -SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz" -S=${WORKDIR}/${MY_P} LICENSE="BSD-2" SLOT="0"