void-packages/srcpkgs/python3-meson-python/template
2025-05-05 20:28:50 -04:00

20 lines
781 B
Bash

# Template file for 'python3-meson-python'
pkgname=python3-meson-python
version=0.18.0
revision=1
build_style=python3-pep517
hostmakedepends="meson python3-pyproject-metadata patchelf"
depends="meson python3-pyproject-metadata python3-packaging 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=c56a99ec9df669a40662fe46960321af6e4b14106c14db228709c1628e23848d
# tests require custom-built executables, need reconciliation with xbps-src env
make_check=no
post_install() {
vlicense LICENSE
}