From ba180ee1480600f3151bdbe6ebe887bd6a06997a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 12 Mar 2026 18:59:28 +0800 Subject: python3-scikit-build-core: upgrade 0.11.6 -> 0.12.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-scikit-build-core_0.11.6.bb | 18 ------------------ .../python/python3-scikit-build-core_0.12.2.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb deleted file mode 100644 index 93a83ead65..0000000000 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Build backend for CMake based projects" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" - -PYPI_PACKAGE = "scikit_build_core" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -DEPENDS = "python3-hatch-vcs-native" - -inherit pypi python_hatchling - -SRC_URI += " \ - file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch \ - file://0001-Find-cmake-from-PATH-instead-of-CMAKE_BIN_DIR.patch \ -" -SRC_URI[sha256sum] = "5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb new file mode 100644 index 0000000000..d7f8aacd97 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.12.2.bb @@ -0,0 +1,18 @@ +SUMMARY = "Build backend for CMake based projects" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" + +PYPI_PACKAGE = "scikit_build_core" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +DEPENDS = "python3-hatch-vcs-native" + +inherit pypi python_hatchling + +SRC_URI += " \ + file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch \ + file://0001-Find-cmake-from-PATH-instead-of-CMAKE_BIN_DIR.patch \ +" +SRC_URI[sha256sum] = "562e0bbc9de1a354c87825ccf732080268d6582a0200f648e8c4a2dcb1e3736d" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf