diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-21 16:59:21 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:39:41 -0700 |
| commit | 8ff7f9ec9cf236057e46419e9a372f20412375cf (patch) | |
| tree | 6d23682234a06c0f3c4cfbff2fd0164a81b577ee /meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb | |
| parent | d6fd953e84ee33b01824e2ade37b28b2b094863d (diff) | |
| download | meta-openembedded-8ff7f9ec9cf236057e46419e9a372f20412375cf.tar.gz | |
python3-scikit-build-core: upgrade 0.11.1 -> 0.11.3
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.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.3.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
| 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 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 7 | |||
| 8 | DEPENDS = "python3-hatch-vcs-native" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" | ||
| 13 | SRC_URI[sha256sum] = "74baf7cbc089f8621cc0646d9c5679034d5be1b014c10912dc32a4bcd1092506" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
