summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygments_2.11.2.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.11.2.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.11.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.11.2.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.11.2.bb b/meta/recipes-devtools/python/python3-pygments_2.11.2.bb
deleted file mode 100644
index 35d288c89e..0000000000
--- a/meta/recipes-devtools/python/python3-pygments_2.11.2.bb
+++ /dev/null
@@ -1,19 +0,0 @@
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=98419e351433ac106a24e3ad435930bc"
6
7inherit setuptools3
8SRC_URI[sha256sum] = "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a"
9
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15
16inherit pypi
17
18BBCLASSEXTEND = "native nativesdk"
19