void-packages/srcpkgs/python3-meson-python/template

21 lines
754 B
Bash

# Template file for 'python3-meson-python'
pkgname=python3-meson-python
version=0.14.0
revision=2
build_style=python3-pep517
hostmakedepends="meson python3-pyproject-metadata"
depends="meson python3-pyproject-metadata patchelf"
short_desc="Meson PEP 517 Python build backend"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://meson-python.readthedocs.io/"
changelog="https://raw.githubusercontent.com/mesonbuild/meson-python/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/m/meson_python/meson_python-${version}.tar.gz"
checksum=b96866690326544dfe452583753ac3f43313227e9fd9416701a8df90af212234
# tests require custom-built executables, need reconciliation with xbps-src env
make_check=no
post_install() {
vlicense LICENSE
}