mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python-jinja2: 2.7.3 -> 2.8 and add python3 recipe
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cb7d7a6e06
commit
a0f777e6ec
16
meta-python/recipes-devtools/python/python-jinja2.inc
Normal file
16
meta-python/recipes-devtools/python/python-jinja2.inc
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user