mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 09:16:36 +01:00
python3-pygments: upgrade 2.10.0 -> 2.11.1
(From OE-Core rev: 8d48a3e9a7abca9058ba056019226c6bd97b0ccf) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c8b3beebc8
commit
721912cfcb
19
meta/recipes-devtools/python/python3-pygments_2.11.1.bb
Normal file
19
meta/recipes-devtools/python/python3-pygments_2.11.1.bb
Normal file
@@ -0,0 +1,19 @@
|
||||
SUMMARY = "Pygments is a syntax highlighting package written in Python."
|
||||
DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
|
||||
HOMEPAGE = "http://pygments.org/"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc"
|
||||
|
||||
inherit setuptools3
|
||||
SRC_URI[sha256sum] = "59b895e326f0fb0d733fd28c6839bd18ad0687ba20efc26d4277fd1d30b971f4"
|
||||
|
||||
DEPENDS += "\
|
||||
${PYTHON_PN} \
|
||||
"
|
||||
|
||||
PYPI_PACKAGE = "Pygments"
|
||||
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user