diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-11-17 14:49:02 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-20 15:30:53 +0000 |
| commit | 0d3640fa77927b6d6203b053415e582748ded943 (patch) | |
| tree | e1bea1e91aca18d982dd6195e726661874be75a3 /meta/recipes-devtools/python/python3-mako_1.3.0.bb | |
| parent | 6638bfd51d4a0eabf528f99ff915a06f947a1a2e (diff) | |
| download | poky-0d3640fa77927b6d6203b053415e582748ded943.tar.gz | |
python3-mako: upgrade 1.2.4 -> 1.3.0
License-Update: Updated copyright year
Changelog: https://docs.makotemplates.org/en/latest/changelog.html#change-1.3.0
(From OE-Core rev: 990493a429b4bc542a060dbb6b8bbb57dc8c30ad)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.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-mako_1.3.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.3.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.0.bb b/meta/recipes-devtools/python/python3-mako_1.3.0.bb new file mode 100644 index 0000000000..d180e05cea --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.3.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | SUMMARY = "Templating library for Python" | ||
| 2 | HOMEPAGE = "http://www.makotemplates.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcc01df649aee6c59dcb254c894ea0d4" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Mako" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "e3a9d388fd00e87043edbe8792f45880ac0114e9c4adc69f6e9bfb2c55e3b11b" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "${PYTHON_PN}-html \ | ||
| 14 | ${PYTHON_PN}-markupsafe \ | ||
| 15 | ${PYTHON_PN}-netclient \ | ||
| 16 | ${PYTHON_PN}-pygments \ | ||
| 17 | ${PYTHON_PN}-threading \ | ||
| 18 | " | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
