blob: 3ff6003b2943fcd94b6621fade91aa43d05a0e0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = meson-pypy3
pkgdesc = Meson PEP 517 Python build backend
pkgver = 0.18.0
pkgrel = 1
url = https://github.com/mesonbuild/meson-python
arch = any
groups = python-build-backend
license = MIT
makedepends = git
makedepends = ninja
makedepends = pypy3-build
makedepends = pypy3-installer
depends = meson
depends = patchelf
depends = pypy3
depends = pypy3-packaging
depends = pypy3-pyproject-metadata
optdepends = python-colorama: colored output
source = git+https://github.com/mesonbuild/meson-python#tag=0.18.0
source = remove-meson-dependency.patch
sha256sums = 8a63df1fc44d72efa737405eef4bf4e395252305cfc19c20974c3dd50e0fa9a2
sha256sums = 2decf6c12ef1646bacd6bf733ff313cb4d43c8214a18ff68b0d66cc55685571e
pkgname = meson-pypy3
|