diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-05 07:04:54 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-05 21:17:37 +0100 |
| commit | 583afe5618c8ae696bae4293867df2c34e663d39 (patch) | |
| tree | 2429247ea0a56c836983f3ce6bc857558e4383de /meta/recipes-devtools/python/python3-pygments_2.11.2.bb | |
| parent | 8df997d1ed01018f18d9a38c59169d68841938bb (diff) | |
| download | poky-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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Pygments is a syntax highlighting package written in Python." | ||
| 2 | DESCRIPTION = "Pygments is a syntax highlighting package written in Python." | ||
| 3 | HOMEPAGE = "http://pygments.org/" | ||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=98419e351433ac106a24e3ad435930bc" | ||
| 6 | |||
| 7 | inherit setuptools3 | ||
| 8 | SRC_URI[sha256sum] = "4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" | ||
| 9 | |||
| 10 | DEPENDS += "\ | ||
| 11 | ${PYTHON_PN} \ | ||
| 12 | " | ||
| 13 | |||
| 14 | PYPI_PACKAGE = "Pygments" | ||
| 15 | |||
| 16 | inherit pypi | ||
| 17 | |||
| 18 | BBCLASSEXTEND = "native nativesdk" | ||
| 19 | |||
