diff mbox series

[meta-python,1/3] python3-scikit-build-core: Add recipe

Message ID 20241126151150.95784-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-scikit-build-core: Add recipe | expand

Commit Message

Leon Anavi Nov. 26, 2024, 3:11 p.m. UTC
Add new recipe with version 0.10.7:

- Avoid modifying the input dict
- Avoid providing prepare-metadata methods if `failed` in overrides
- Support negative envvar values correctly

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-scikit-build-core_0.10.7.bb      | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb
new file mode 100644
index 0000000000..8259f90aab
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "Build backend for CMake based projects"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09"
+
+PYPI_PACKAGE = "scikit_build_core"
+
+DEPENDS = "python3-hatch-vcs-native"
+
+inherit pypi python_hatchling
+
+SRC_URI[sha256sum] = "04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8"
+
+BBCLASSEXTEND = "native nativesdk"