summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-10 11:33:17 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:24:15 -0700
commit0a464ffd88a1d74dadb649a3adb8a154be4b42b5 (patch)
tree6086babe9ef53165d0636b2e72540dba13afb0dd /meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb
parent467d587b2440f515b71f8e67612af925a1c53968 (diff)
downloadmeta-openembedded-0a464ffd88a1d74dadb649a3adb8a154be4b42b5.tar.gz
python3-scikit-build-core: upgrade 0.11.3 -> 0.11.4
Changelog: ============= Fixes: - Typo in license-files - Fix dynamic-metadata iteration (only affected GraalPy) - Better abiflags implementation, uses ABIFLAGS on 3.14+, supports GraalPy - File API commandFragments is optional - Add python -m scikit_build_core printout and a few CLI issues - Add some platform info to logging Internal: - Explicit mypy ignores - Adjust typing to be ready for next mypy release Documentation: - Refactor the documentation to use single-line summaries 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.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.bb
new file mode 100644
index 0000000000..d1b2fde166
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.4.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] = "5b194bbb04092ae327d294b23e4bbffb6181adce4259440a86c9cf6abb8eaa6c"
14
15BBCLASSEXTEND = "native nativesdk"