* update meson-python to 0.17.1-2
This commit is contained in:
parent
06ba7a5001
commit
3b52342b60
27
python/meson-python/.SRCINFO
Normal file
27
python/meson-python/.SRCINFO
Normal 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
|
4
python/meson-python/.nvchecker.toml
Normal file
4
python/meson-python/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[meson-python]
|
||||
source = 'github'
|
||||
github = 'mesonbuild/meson-python'
|
||||
use_max_tag = true
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user