diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.3.10.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.3.10.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.10.bb b/meta/recipes-devtools/python/python3-mako_1.3.10.bb new file mode 100644 index 0000000000..2d937dc184 --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.3.10.bb | |||
@@ -0,0 +1,27 @@ | |||
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 | SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28" | ||
12 | |||
13 | RDEPENDS:${PN} = "python3-html \ | ||
14 | python3-markupsafe \ | ||
15 | python3-misc \ | ||
16 | python3-netclient \ | ||
17 | python3-pygments \ | ||
18 | python3-threading \ | ||
19 | " | ||
20 | |||
21 | PTEST_PYTEST_DIR = "test" | ||
22 | |||
23 | do_install_ptest:append() { | ||
24 | install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/ | ||
25 | } | ||
26 | |||
27 | BBCLASSEXTEND = "native nativesdk" | ||