diff options
author | Sven Ebenfeld <sven.ebenfeld@gmail.com> | 2016-01-22 23:46:34 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:17 +0100 |
commit | a0f777e6ec2e774d2f6f0a1c61ff662c7a51c9c7 (patch) | |
tree | 16961873b79f0eb92c43cc784a67132e5aab6755 /meta-python/recipes-devtools/python/python-jinja2.inc | |
parent | cb7d7a6e063e8490b0c38af3a4fd0ee067eb7b0b (diff) | |
download | meta-openembedded-a0f777e6ec2e774d2f6f0a1c61ff662c7a51c9c7.tar.gz |
python-jinja2: 2.7.3 -> 2.8 and add python3 recipe
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jinja2.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jinja2.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc new file mode 100644 index 0000000000..879550beab --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jinja2.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" | ||
5 | |||
6 | PR = "r0" | ||
7 | PYPI_PACKAGE = "Jinja2" | ||
8 | |||
9 | SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e" | ||
10 | SRC_URI[sha256sum] = "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4" | ||
11 | |||
12 | RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ | ||
13 | ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \ | ||
14 | ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe" | ||
15 | |||
16 | CLEANBROKEN = "1" | ||