summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-devtools/python/python3-pygments_2.17.2.bb (renamed from meta/recipes-devtools/python/python3-pygments_2.16.1.bb)11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.16.1.bb b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
index 240d01d0df..8b98064b78 100644
--- a/meta/recipes-devtools/python/python3-pygments_2.16.1.bb
+++ b/meta/recipes-devtools/python/python3-pygments_2.17.2.bb
@@ -4,15 +4,10 @@ HOMEPAGE = "http://pygments.org/"
4LICENSE = "BSD-2-Clause" 4LICENSE = "BSD-2-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=36a13c90514e2899f1eba7f41c3ee592"
6 6
7inherit python_setuptools_build_meta 7inherit python_hatchling
8SRC_URI[sha256sum] = "1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" 8SRC_URI[sha256sum] = "da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367"
9
10DEPENDS += "\
11 ${PYTHON_PN} \
12 "
13
14PYPI_PACKAGE = "Pygments"
15 9
10UPSTREAM_CHECK_PYPI_PACKAGE = "Pygments"
16inherit pypi 11inherit pypi
17 12
18BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"