summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygments_2.19.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-07 17:01:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-09 15:26:50 +0000
commit499e32979e62ff64a9b6613919f245cc0fcb81ee (patch)
tree48e78fb158ef13ce52ae4ea500e1fbb8fa0c83f9 /meta/recipes-devtools/python/python3-pygments_2.19.0.bb
parentf32712754b77f95bd230e02fa6b12313f12a289e (diff)
downloadpoky-499e32979e62ff64a9b6613919f245cc0fcb81ee.tar.gz
python3-pygments: upgrade 2.18.0 -> 2.19.0
(From OE-Core rev: f18bcd0b4024da048be6a1773608a4c2a4db4a38) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygments_2.19.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.19.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.19.0.bb b/meta/recipes-devtools/python/python3-pygments_2.19.0.bb
new file mode 100644
index 0000000000..f1bc845662
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pygments_2.19.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Pygments is a syntax highlighting package written in Python."
2DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
3HOMEPAGE = "http://pygments.org/"
4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
6
7inherit python_hatchling
8SRC_URI[sha256sum] = "afc4146269910d4bdfabcd27c24923137a74d562a23a320a41a55ad303e19783"
9
10inherit pypi
11
12BBCLASSEXTEND = "native nativesdk"
13