From 8e7a6b5a430c9baf9c3a2444d3cbf08aee83cf63 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Sep 2025 17:16:33 +0800 Subject: python3-build: upgrade 1.2.2 -> 1.3.0 (From OE-Core rev: b6bd9f0d31519e05a6bfb4b964219cb0d7c1e439) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../recipes-devtools/python/python3-build_1.2.2.bb | 27 ---------------------- .../recipes-devtools/python/python3-build_1.3.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-build_1.2.2.bb create mode 100644 meta/recipes-devtools/python/python3-build_1.3.0.bb (limited to 'meta') diff --git a/meta/recipes-devtools/python/python3-build_1.2.2.bb b/meta/recipes-devtools/python/python3-build_1.2.2.bb deleted file mode 100644 index 8d4ae2ca1d..0000000000 --- a/meta/recipes-devtools/python/python3-build_1.2.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "A simple, correct PEP517 package builder" -HOMEPAGE = "https://github.com/pypa/build" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" - -SRC_URI[sha256sum] = "119b2fb462adef986483438377a13b2f42064a2a3a4161f24a0cca698a07ac8c" - -inherit pypi python_flit_core - -DEPENDS += "python3-pyproject-hooks-native" - -do_compile:class-native() { - python_flit_core_do_manual_build -} - -RDEPENDS:${PN} += " \ - python3-compression \ - python3-difflib \ - python3-ensurepip \ - python3-logging \ - python3-packaging \ - python3-pyproject-hooks \ - python3-tomllib \ - python3-venv \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-build_1.3.0.bb b/meta/recipes-devtools/python/python3-build_1.3.0.bb new file mode 100644 index 0000000000..2bf08ca08b --- /dev/null +++ b/meta/recipes-devtools/python/python3-build_1.3.0.bb @@ -0,0 +1,27 @@ +SUMMARY = "A simple, correct PEP517 package builder" +HOMEPAGE = "https://github.com/pypa/build" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c" + +SRC_URI[sha256sum] = "698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397" + +inherit pypi python_flit_core + +DEPENDS += "python3-pyproject-hooks-native" + +do_compile:class-native() { + python_flit_core_do_manual_build +} + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-difflib \ + python3-ensurepip \ + python3-logging \ + python3-packaging \ + python3-pyproject-hooks \ + python3-tomllib \ + python3-venv \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf