From 07d6e23e0d2ba28fb0e0a4d87c2cef08b44d9995 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 21 May 2024 13:04:37 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygments_2.17.2.bb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pygments_2.17.2.bb (limited to 'meta/recipes-devtools/python/python3-pygments_2.17.2.bb') diff --git a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb deleted file mode 100644 index 8b98064b78..0000000000 --- a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -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] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" - -UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments" -inherit pypi - -BBCLASSEXTEND = "native nativesdk" - -- cgit v1.2.3-54-g00ecf