mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
dev-python/pygments: Sync with Gentoo
It's from Gentoo commit eee848f7ff3e4547606966b2181fced6e65273a1.
This commit is contained in:
parent
997e8c1292
commit
1c6e9b725c
@ -4,19 +4,18 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYPI_NO_NORMALIZE=1
|
||||||
|
PYPI_PN=${PN^}
|
||||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
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"
|
DESCRIPTION="Pygments is a syntax highlighting package written in Python"
|
||||||
HOMEPAGE="
|
HOMEPAGE="
|
||||||
https://pygments.org/
|
https://pygments.org/
|
||||||
https://github.com/pygments/pygments/
|
https://github.com/pygments/pygments/
|
||||||
https://pypi.org/project/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"
|
LICENSE="BSD-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user