diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-08-22 14:50:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-23 08:25:52 +0100 |
commit | ede97d6f88d368b40be526d1170512ba1e4250a9 (patch) | |
tree | 4c68e929b1c8ff2bdb18122e76796f9817c965fb /meta/recipes-devtools/python/python3-pygments_2.10.0.bb | |
parent | d3c6f3b9683b7599a34e0ec5073a581c37dc8966 (diff) | |
download | poky-ede97d6f88d368b40be526d1170512ba1e4250a9.tar.gz |
python3-pygments: upgrade 2.9.0 -> 2.10.0
(From OE-Core rev: e1eb444524d53f160491809da79791888e186255)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pygments_2.10.0.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-pygments_2.10.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta/recipes-devtools/python/python3-pygments_2.10.0.bb new file mode 100644 index 0000000000..3c1b5d15c3 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pygments_2.10.0.bb | |||
@@ -0,0 +1,19 @@ | |||
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] = "f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6" | ||
9 | |||
10 | DEPENDS += "\ | ||
11 | ${PYTHON_PN} \ | ||
12 | " | ||
13 | |||
14 | PYPI_PACKAGE = "Pygments" | ||
15 | |||
16 | inherit pypi | ||
17 | |||
18 | BBCLASSEXTEND = "native nativesdk" | ||
19 | |||