From 8ff7f9ec9cf236057e46419e9a372f20412375cf Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 May 2025 16:59:21 +0800 Subject: python3-scikit-build-core: upgrade 0.11.1 -> 0.11.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-scikit-build-core_0.11.1.bb | 15 --------------- .../python/python3-scikit-build-core_0.11.3.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb deleted file mode 100644 index 0632503ac9..0000000000 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.1.bb +++ /dev/null @@ -1,15 +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" -SRC_URI[sha256sum] = "4e5988df5cd33f0bdb9967b72663ca99f50383c9bc21d8b24fa40c0661ae72b7" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb new file mode 100644 index 0000000000..134bb3aeac --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.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] = "74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf