summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.3.10.bb
diff options
context:
space:
mode:
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.bb27
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 @@
1SUMMARY = "Templating library for Python"
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=73026b50800163bd3c75cfdc121d9eb5"
6
7PYPI_PACKAGE = "mako"
8
9inherit pypi python_setuptools_build_meta ptest-python-pytest
10
11SRC_URI[sha256sum] = "99579a6f39583fa7e5630a28c3c1f440e4e97a414b80372649c0ce338da2ea28"
12
13RDEPENDS:${PN} = "python3-html \
14 python3-markupsafe \
15 python3-misc \
16 python3-netclient \
17 python3-pygments \
18 python3-threading \
19"
20
21PTEST_PYTEST_DIR = "test"
22
23do_install_ptest:append() {
24 install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/
25}
26
27BBCLASSEXTEND = "native nativesdk"