From 583afe5618c8ae696bae4293867df2c34e663d39 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 5 May 2022 07:04:54 +0200 Subject: python3-pygments: upgrade 2.11.2 -> 2.12.0 License-Update: copyright years (From OE-Core rev: 986244fa3f61832c7c8807c96423f64fc916c9c2) Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- .../python/python3-pygments_2.12.0.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-pygments_2.12.0.bb (limited to 'meta/recipes-devtools/python/python3-pygments_2.12.0.bb') 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 @@ +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 setuptools3 +SRC_URI[sha256sum] = "5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb" + +DEPENDS += "\ + ${PYTHON_PN} \ + " + +PYPI_PACKAGE = "Pygments" + +inherit pypi + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf