13 lines
480 B
PHP
13 lines
480 B
PHP
SUMMARY = "Build backend for Python that uses CMake to build extension modules."
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b4e748e5f102e31c9390dcd6fa66f09"
|
|
|
|
PYPI_PACKAGE = "scikit_build_core"
|
|
SRC_URI += "file://0001-use-env-cmake-and-ninja.patch"
|
|
|
|
DEPENDS = "python3-hatch-vcs-native"
|
|
RDEPENDS:${PN} = "cmake python3-cmake python3-ninja python3-pyproject-metadata"
|
|
inherit allarch python3targetconfig pypi python_hatchling
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|