From 0034c8aac358fe613018f0456ad7c68c2da04684 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 8 Apr 2025 08:51:38 +0800 Subject: python3-flit-core: upgrade 3.11.0 -> 3.12.0 (From OE-Core rev: 1063bb21317954c30a3dafbf24fad3349e9a2cbd) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../python/python3-flit-core_3.11.0.bb | 31 ---------------------- .../python/python3-flit-core_3.12.0.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-flit-core_3.11.0.bb create mode 100644 meta/recipes-devtools/python/python3-flit-core_3.12.0.bb diff --git a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb deleted file mode 100644 index 1d44b58830..0000000000 --- a/meta/recipes-devtools/python/python3-flit-core_3.11.0.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "This provides a PEP 517 build backend for packages using Flit." -DESCRIPTION = "This provides a PEP 517 build backend for packages using \ -Flit. The only public interface is the API specified by PEP 517, at \ -flit_core.buildapi." -HOMEPAGE = "https://github.com/pypa/flit" -BUGTRACKER = "https://github.com/pypa/flit/issues" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08" - -SRC_URI[sha256sum] = "58d0a07f684c315700c9c54a661a1130995798c3e495db0db53ce6e7d0121825" - -inherit pypi python_flit_core - -# Need to install by hand as there's a dependency loop -DEPENDS:remove:class-native = " python3-build-native python3-installer-native" -DEPENDS:append:class-native = " unzip-native" - -# We need the full flit tarball -PYPI_PACKAGE = "flit" -PEP517_SOURCE_PATH = "${S}/flit_core" - -do_compile:class-native () { - python_flit_core_do_manual_build -} - -do_install:class-native () { - python_pep517_do_bootstrap_install -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb new file mode 100644 index 0000000000..e40ffd0d0f --- /dev/null +++ b/meta/recipes-devtools/python/python3-flit-core_3.12.0.bb @@ -0,0 +1,31 @@ +SUMMARY = "This provides a PEP 517 build backend for packages using Flit." +DESCRIPTION = "This provides a PEP 517 build backend for packages using \ +Flit. The only public interface is the API specified by PEP 517, at \ +flit_core.buildapi." +HOMEPAGE = "https://github.com/pypa/flit" +BUGTRACKER = "https://github.com/pypa/flit/issues" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=41eb78fa8a872983a882c694a8305f08" + +SRC_URI[sha256sum] = "1c80f34dd96992e7758b40423d2809f48f640ca285d0b7821825e50745ec3740" + +inherit pypi python_flit_core + +# Need to install by hand as there's a dependency loop +DEPENDS:remove:class-native = " python3-build-native python3-installer-native" +DEPENDS:append:class-native = " unzip-native" + +# We need the full flit tarball +PYPI_PACKAGE = "flit" +PEP517_SOURCE_PATH = "${S}/flit_core" + +do_compile:class-native () { + python_flit_core_do_manual_build +} + +do_install:class-native () { + python_pep517_do_bootstrap_install +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf