mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
python3-mako: upgrade 1.2.4 -> 1.3.0
License-Update: Updated copyright year Changelog: https://docs.makotemplates.org/en/latest/changelog.html#change-1.3.0 (From OE-Core rev: 990493a429b4bc542a060dbb6b8bbb57dc8c30ad) Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6638bfd51d
commit
0d3640fa77
20
meta/recipes-devtools/python/python3-mako_1.3.0.bb
Normal file
20
meta/recipes-devtools/python/python3-mako_1.3.0.bb
Normal file
@@ -0,0 +1,20 @@
|
||||
SUMMARY = "Templating library for Python"
|
||||
HOMEPAGE = "http://www.makotemplates.org/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=fcc01df649aee6c59dcb254c894ea0d4"
|
||||
|
||||
PYPI_PACKAGE = "Mako"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
SRC_URI[sha256sum] = "e3a9d388fd00e87043edbe8792f45880ac0114e9c4adc69f6e9bfb2c55e3b11b"
|
||||
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-html \
|
||||
${PYTHON_PN}-markupsafe \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-pygments \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user