diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3-mako_1.0.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-mako_1.0.3.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-mako_1.0.3.bb b/meta/recipes-devtools/python/python3-mako_1.0.3.bb new file mode 100644 index 0000000000..c77060357d --- /dev/null +++ b/meta/recipes-devtools/python/python3-mako_1.0.3.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Templating library for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=deb3ff8e4c17aaf7b80889b6b2bf4c83" | ||
| 5 | |||
| 6 | SRC_URI = "https://pypi.python.org/packages/source/M/Mako/Mako-${PV}.tar.gz" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "a78f20f6366a8a0659ce5532f8614e53" | ||
| 9 | SRC_URI[sha256sum] = "7644bc0ee35965d2e146dde31827b8982ed70a58281085fac42869a09764d38c" | ||
| 10 | |||
| 11 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/mako/" | ||
| 12 | UPSTREAM_CHECK_REGEX = "/Mako/(?P<pver>(\d+[\.\-_]*)+)" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/Mako-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools3 | ||
| 17 | |||
| 18 | RDEPENDS_${PN} = "python3-threading \ | ||
| 19 | python3-netclient \ | ||
| 20 | python3-html \ | ||
| 21 | " | ||
| 22 | RDEPENDS_${PN}_class-native = "" | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
