diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:23 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:45 +0000 |
| commit | d9abc8dc8f32b7f6cc8e9a31e37903766688ac14 (patch) | |
| tree | debbf22a7fb9d8dffa43ec8970845c55976fa62c /meta/recipes-devtools/python/python3-mako_1.3.9.bb | |
| parent | 3ecaa6717f50a7019eb612418c5ea3447945b850 (diff) | |
| download | poky-d9abc8dc8f32b7f6cc8e9a31e37903766688ac14.tar.gz | |
python3-mako: upgrade 1.3.8 -> 1.3.9
License-Update: Copyright year updated to 2025.
Fixed test suite to not rely upon ancient "future division" statement to
test the Template.future_imports feature.
(From OE-Core rev: 3c35df03ffb394022af16e8551b18d0015b3d657)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.3.9.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.3.9.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.9.bb b/meta/recipes-devtools/python/python3-mako_1.3.9.bb new file mode 100644 index 0000000000..83b6149337 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.3.9.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 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=73026b50800163bd3c75cfdc121d9eb5" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "mako" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 10 | |||
| 11 | |||
| 12 | |||
| 13 | SRC_URI[sha256sum] = "b5d65ff3462870feec922dbccf38f6efb44e5714d7b593a656be86663d8600ac" | ||
| 14 | |||
| 15 | RDEPENDS:${PN} = "python3-html \ | ||
| 16 | python3-markupsafe \ | ||
| 17 | python3-misc \ | ||
| 18 | python3-netclient \ | ||
| 19 | python3-pygments \ | ||
| 20 | python3-threading \ | ||
| 21 | " | ||
| 22 | |||
| 23 | PTEST_PYTEST_DIR = "test" | ||
| 24 | |||
| 25 | do_install_ptest:append() { | ||
| 26 | install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/ | ||
| 27 | } | ||
| 28 | |||
| 29 | BBCLASSEXTEND = "native nativesdk" | ||
