mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
python3-pygments: upgrade 2.17.2 -> 2.18.0
2.18.0 offers new/updated lexers and various other improvements. Changelog: https://pygments.org/docs/changelog/ (From OE-Core rev: 58ce774d6899e3bd7f3f67c81830caca7f596d70) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a6dcd48922
commit
07d6e23e0d
14
meta/recipes-devtools/python/python3-pygments_2.18.0.bb
Normal file
14
meta/recipes-devtools/python/python3-pygments_2.18.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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=36a13c90514e2899f1eba7f41c3ee592"
|
||||
|
||||
inherit python_hatchling
|
||||
SRC_URI[sha256sum] = "786ff802f32e91311bff3889f6e9a86e81505fe99f2735bb6d60ae0c5004f199"
|
||||
|
||||
UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
|
||||
inherit pypi
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user