16 lines
610 B
Bash
16 lines
610 B
Bash
# Template file for 'python3-scikit-build-core'
|
|
pkgname=python3-scikit-build-core
|
|
version=0.11.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling hatch-vcs"
|
|
depends="python3-packaging python3-pathspec cmake"
|
|
short_desc="Python CMake adaptor and API for plugins"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://scikit-build-core.readthedocs.io"
|
|
distfiles="${PYPI_SITE}/s/scikit_build_core/scikit_build_core-${version}.tar.gz"
|
|
checksum=423d8b0885bf1942816c851f8ec7c1efc0a7ecad4f38ff43d5ba869a894b107b
|
|
# Tests require unpackaged dependencies
|
|
make_check=no
|