| SUMMARY = "Build backend for CMake based projects" |
| LICENSE = "Apache-2.0" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09" |
| |
| PYPI_PACKAGE = "scikit_build_core" |
| UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| |
| DEPENDS = "python3-hatch-vcs-native" |
| |
| inherit pypi python_hatchling |
| |
| SRC_URI += " \ |
| file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch \ |
| file://0001-Find-cmake-from-PATH-instead-of-CMAKE_BIN_DIR.patch \ |
| " |
| SRC_URI[sha256sum] = "562e0bbc9de1a354c87825ccf732080268d6582a0200f648e8c4a2dcb1e3736d" |
| |
| BBCLASSEXTEND = "native nativesdk" |