From 11c1594d963319aced20e5c7966f17cb811d95d3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:29 +0800 Subject: python3-pyflakes: upgrade 3.3.2 -> 3.4.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb new file mode 100644 index 0000000000..a946a008c2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyflakes_3.4.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "passive checker of Python programs" +HOMEPAGE = "https://github.com/PyCQA/pyflakes" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f" + +SRC_URI[sha256sum] = "b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf