void-packages/srcpkgs/python3-scikit-build/template

23 lines
851 B
Bash

# Template file for 'python3-scikit-build'
pkgname=python3-scikit-build
version=0.17.6
revision=1
build_style=python3-pep517
# test requires setuptools_scm to not be installed
make_check_args="-k not(nosetuptoolsscm)"
hostmakedepends="hatch-vcs python3-wheel"
depends="python3-distro python3-packaging python3-setuptools python3-wheel"
checkdepends="${depends} cmake gcc-fortran git ninja python3-Cython
python3-devel python3-pip python3-pytest-mock python3-requests
python3-virtualenv"
short_desc="Build system generator for Python C/C++/Cython/Fortran extensions"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="MIT"
homepage="https://scikit-build.org"
distfiles="${PYPI_SITE}/s/scikit_build/scikit_build-${version}.tar.gz"
checksum=b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d
post_install() {
vlicense LICENSE
}