diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.3.5.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.3.5.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.3.5.bb b/meta/recipes-devtools/python/python3-mako_1.3.5.bb deleted file mode 100644 index d52f72f458..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.3.5.bb +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
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=d0995d6f7ba3f186a03118f244e88f57" | ||
6 | |||
7 | PYPI_PACKAGE = "Mako" | ||
8 | |||
9 | inherit pypi python_setuptools_build_meta ptest | ||
10 | |||
11 | SRC_URI:append = " \ | ||
12 | file://run-ptest \ | ||
13 | " | ||
14 | |||
15 | SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc" | ||
16 | |||
17 | RDEPENDS:${PN} = "python3-html \ | ||
18 | python3-markupsafe \ | ||
19 | python3-netclient \ | ||
20 | python3-pygments \ | ||
21 | python3-threading \ | ||
22 | " | ||
23 | |||
24 | RDEPENDS:${PN}-ptest += "\ | ||
25 | python3-pytest \ | ||
26 | python3-unittest-automake-output \ | ||
27 | " | ||
28 | |||
29 | do_install_ptest() { | ||
30 | install -d ${D}${PTEST_PATH}/test | ||
31 | install -m 0644 ${S}/setup.cfg ${D}${PTEST_PATH}/ | ||
32 | cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ | ||
33 | } | ||
34 | |||
35 | BBCLASSEXTEND = "native nativesdk" | ||