From 9a73ca39502ca952f63a71d7314746af62cbd4ff Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 2 Jun 2023 12:48:57 -0400 Subject: [PATCH] New package: python3-meson-python-0.13.1 --- srcpkgs/python3-meson-python/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-meson-python/template diff --git a/srcpkgs/python3-meson-python/template b/srcpkgs/python3-meson-python/template new file mode 100644 index 00000000000..57f3b808c83 --- /dev/null +++ b/srcpkgs/python3-meson-python/template @@ -0,0 +1,20 @@ +# Template file for 'python3-meson-python' +pkgname=python3-meson-python +version=0.13.1 +revision=1 +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 " +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=63b3170001425c42fa4cfedadb9051cbd28925ff8eed7c40d36ba0099e3c7618 +# tests require custom-built executables, need reconciliation with xbps-src env +make_check=no + +post_install() { + vlicense LICENSE +}