summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-12-04 17:46:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-06 22:55:49 +0000
commitef7ba05995ed4d195112efb6e2d4ee913f1bf9a2 (patch)
tree01efdeac5ae5196ab1a6439fc4e9f3f8ecc153e2 /meta/recipes-devtools/python/python3-pygments_2.17.2.bb
parent37076ad1e1f8793d9b58a0b4ae95152e8d10703a (diff)
downloadpoky-ef7ba05995ed4d195112efb6e2d4ee913f1bf9a2.tar.gz
python3-pygments: upgrade 2.16.1 -> 2.17.2
* Drop redundant DEPENDS * PEP-517 backend is now hatchling -> inherit python_hatchling * Drop PYPI_PACKAGE as upstream download filename is now "pygments" * Add UPSTREAM_CHECK_PYPI_PACKAGE since upstream path is still "/Pygments/" https://github.com/pygments/pygments/blob/2.17.2/CHANGES (From OE-Core rev: 426ec8595233203034d06dd30041c551f2622d90) Signed-off-by: Tim Orling <tim.orling@konsulko.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.17.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.17.2.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.17.2.bb b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
new file mode 100644
index 0000000000..8b98064b78
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
@@ -0,0 +1,14 @@
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] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
9
10UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
11inherit pypi
12
13BBCLASSEXTEND = "native nativesdk"
14