From 0d3640fa77927b6d6203b053415e582748ded943 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 17 Nov 2023 14:49:02 -0500 Subject: 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-mako_1.2.4.bb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-mako_1.2.4.bb (limited to 'meta/recipes-devtools/python/python3-mako_1.2.4.bb') diff --git a/meta/recipes-devtools/python/python3-mako_1.2.4.bb b/meta/recipes-devtools/python/python3-mako_1.2.4.bb deleted file mode 100644 index 9860058723..0000000000 --- a/meta/recipes-devtools/python/python3-mako_1.2.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "Templating library for Python" -HOMEPAGE = "http://www.makotemplates.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ad08dd28df88e64b35bcac27c822ee34" - -PYPI_PACKAGE = "Mako" - -inherit pypi python_setuptools_build_meta - -SRC_URI[sha256sum] = "d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" - -RDEPENDS:${PN} = "${PYTHON_PN}-html \ - ${PYTHON_PN}-markupsafe \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-pygments \ - ${PYTHON_PN}-threading \ -" - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf