From a0f777e6ec2e774d2f6f0a1c61ff662c7a51c9c7 Mon Sep 17 00:00:00 2001 From: Sven Ebenfeld Date: Fri, 22 Jan 2016 23:46:34 +0100 Subject: python-jinja2: 2.7.3 -> 2.8 and add python3 recipe Signed-off-by: Sven Ebenfeld --- meta-python/recipes-devtools/python/python-jinja2.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-jinja2.inc (limited to 'meta-python/recipes-devtools/python/python-jinja2.inc') 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 @@ +DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." +HOMEPAGE = "https://pypi.python.org/pypi/Jinja2" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386" + +PR = "r0" +PYPI_PACKAGE = "Jinja2" + +SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e" +SRC_URI[sha256sum] = "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4" + +RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \ + ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe" + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf