summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygments_2.12.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-05-05 07:04:54 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-05 21:17:37 +0100
commit583afe5618c8ae696bae4293867df2c34e663d39 (patch)
tree2429247ea0a56c836983f3ce6bc857558e4383de /meta/recipes-devtools/python/python3-pygments_2.12.0.bb
parent8df997d1ed01018f18d9a38c59169d68841938bb (diff)
downloadpoky-583afe5618c8ae696bae4293867df2c34e663d39.tar.gz
python3-pygments: upgrade 2.11.2 -> 2.12.0
License-Update: copyright years (From OE-Core rev: 986244fa3f61832c7c8807c96423f64fc916c9c2) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygments_2.12.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.12.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.12.0.bb b/meta/recipes-devtools/python/python3-pygments_2.12.0.bb
new file mode 100644
index 0000000000..b47e0aff67
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pygments_2.12.0.bb
@@ -0,0 +1,19 @@
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 setuptools3
8SRC_URI[sha256sum] = "5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb"
9
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15
16inherit pypi
17
18BBCLASSEXTEND = "native nativesdk"
19