summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-mako_1.3.5.bb
diff options
context:
space:
mode:
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.bb35
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 @@
1SUMMARY = "Templating library for Python"
2HOMEPAGE = "http://www.makotemplates.org/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d0995d6f7ba3f186a03118f244e88f57"
6
7PYPI_PACKAGE = "Mako"
8
9inherit pypi python_setuptools_build_meta ptest
10
11SRC_URI:append = " \
12 file://run-ptest \
13"
14
15SRC_URI[sha256sum] = "48dbc20568c1d276a2698b36d968fa76161bf127194907ea6fc594fa81f943bc"
16
17RDEPENDS:${PN} = "python3-html \
18 python3-markupsafe \
19 python3-netclient \
20 python3-pygments \
21 python3-threading \
22"
23
24RDEPENDS:${PN}-ptest += "\
25 python3-pytest \
26 python3-unittest-automake-output \
27"
28
29do_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
35BBCLASSEXTEND = "native nativesdk"