* update meson-python to 0.17.1-2

This commit is contained in:
Alexander Baldeck 2024-12-04 07:42:28 +01:00
parent 06ba7a5001
commit 3b52342b60
3 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,27 @@
pkgbase = meson-python
pkgdesc = Meson PEP 517 Python build backend
pkgver = 0.17.1
pkgrel = 2
url = https://github.com/mesonbuild/meson-python
arch = any
groups = python-build-backend
license = MIT
checkdepends = cython
checkdepends = python-gitpython
checkdepends = python-pytest
checkdepends = python-pytest-mock
checkdepends = python-wheel
makedepends = git
makedepends = ninja
makedepends = python-build
makedepends = python-installer
depends = meson
depends = patchelf
depends = python
depends = python-packaging
depends = python-pyproject-metadata
optdepends = python-colorama: colored output
source = git+https://github.com/mesonbuild/meson-python#tag=0.17.1
sha256sums = aa4b6f8f90c6e5bdcb6991efdb4e1eed4b9bcc50583c9611375ee589696b5854
pkgname = meson-python

View File

@ -0,0 +1,4 @@
[meson-python]
source = 'github'
github = 'mesonbuild/meson-python'
use_max_tag = true

View File

@ -3,10 +3,11 @@
pkgname=meson-python
pkgver=0.17.1
pkgrel=1
pkgrel=2
pkgdesc='Meson PEP 517 Python build backend'
arch=(any)
url='https://github.com/mesonbuild/meson-python'
groups=(python-build-backend)
license=(MIT)
depends=(meson
patchelf