blob: a0ee9c41f7e8eb288f6e2d2be89798c76a9be5af (
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
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = buildstream
pkgdesc = A powerful and flexible software integration toolset
pkgver = 2.2.1
pkgrel = 1
url = https://buildstream.build
arch = x86_64
license = Apache
makedepends = cython
makedepends = git
makedepends = python-packaging
depends = buildbox-common
depends = python
depends = python-click
depends = python-dateutil
depends = python-grpcio
depends = python-jinja
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
depends = python-pyroaring
depends = python-ruamel-yaml
depends = python-ruamel.yaml.clib
depends = python-setuptools
depends = python-ujson
depends = bzip2
depends = gzip
depends = lzip
depends = tar
depends = xz
optdepends = buildstream-plugins: Official BuildStream plugins like “git”
optdepends = buildstream-plugins-container: Official BuildStream plugin for Docker images
optdepends = buildstream-plugins-experimental: Official experimental BuildStream plugins
source = git+https://github.com/apache/buildstream.git#tag=2.2.1&commit=aba6eff09b133e140fba961ede14a984b2e236c7
sha256sums = SKIP
pkgname = buildstream
|