From 55cebaa92611f8f8c42ffb28e642789ea1e2188c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:03:09 +0800 Subject: python3-scikit-build-core: upgrade 0.11.5 -> 0.11.6 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-scikit-build-core_0.11.6.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb (limited to 'meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb') 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 new file mode 100644 index 0000000000..73cbf2a3f9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb @@ -0,0 +1,15 @@ +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" +SRC_URI[sha256sum] = "5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf