diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2024-11-26 17:11:48 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-26 07:26:30 -0800 |
| commit | 4d2e519dd4b11b15d379ec1a9efa0f59812c6cce (patch) | |
| tree | 27a72f70358086b2f3e5a8df9ef2453e87bde11f /meta-python/recipes-devtools | |
| parent | 1f6b2a0a2bedff99c91c589821d3fe7284b763de (diff) | |
| download | meta-openembedded-4d2e519dd4b11b15d379ec1a9efa0f59812c6cce.tar.gz | |
python3-scikit-build-core: Add recipe
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Build backend for CMake based projects" | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "scikit_build_core" | ||
| 6 | |||
| 7 | DEPENDS = "python3-hatch-vcs-native" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "04cbb59fe795202a7eeede1849112ee9dcbf3469feebd9b8b36aa541336ac4f8" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
