summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-scikit-build-core_0.10.7.bb
blob: 8259f90aabe5f0c266958731a2cbc34d849dbe39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"