summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-03 17:03:09 +0800
committerKhem Raj <raj.khem@gmail.com>2025-09-04 10:28:29 -0700
commit55cebaa92611f8f8c42ffb28e642789ea1e2188c (patch)
treea6e419a2bded4a1debcdcf663c9611c040919f79 /meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb
parent63c722b92dadf804266b37e3854c20d1f8e79f36 (diff)
downloadmeta-openembedded-55cebaa92611f8f8c42ffb28e642789ea1e2188c.tar.gz
python3-scikit-build-core: upgrade 0.11.5 -> 0.11.6
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb15
1 files changed, 15 insertions, 0 deletions
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 @@
1SUMMARY = "Build backend for CMake based projects"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09"
4
5PYPI_PACKAGE = "scikit_build_core"
6UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
7
8DEPENDS = "python3-hatch-vcs-native"
9
10inherit pypi python_hatchling
11
12SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch"
13SRC_URI[sha256sum] = "5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b"
14
15BBCLASSEXTEND = "native nativesdk"