From 681fae0ee8967ff2a6083aa4734e282d8c2935f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 20 Nov 2023 16:06:28 -0500 Subject: [PATCH] python3-meson-python: update to 0.15.0. --- srcpkgs/python3-meson-python/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-meson-python/template b/srcpkgs/python3-meson-python/template index 68ea2e1cb6b..4fd997e28aa 100644 --- a/srcpkgs/python3-meson-python/template +++ b/srcpkgs/python3-meson-python/template @@ -1,9 +1,9 @@ # Template file for 'python3-meson-python' pkgname=python3-meson-python -version=0.14.0 -revision=2 +version=0.15.0 +revision=1 build_style=python3-pep517 -hostmakedepends="meson python3-pyproject-metadata" +hostmakedepends="meson python3-pyproject-metadata patchelf" depends="meson python3-pyproject-metadata patchelf" short_desc="Meson PEP 517 Python build backend" maintainer="Andrew J. Hesford " @@ -11,7 +11,7 @@ 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 +checksum=fddb73eecd49e89c1c41c87937cd89c2d0b65a1c63ba28238681d4bd9484d26f # tests require custom-built executables, need reconciliation with xbps-src env make_check=no