blob: 082d693ad548bc314179a4aa248e64461279e9ec (
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
37
38
|
pkgbase = buildstream
pkgdesc = A powerful and flexible software integration toolset
pkgver = 2.7.0
pkgrel = 1
url = https://buildstream.build
arch = x86_64
license = Apache
makedepends = cython
makedepends = git
makedepends = python-packaging
depends = buildbox
depends = python
depends = python-click
depends = python-dateutil
depends = python-dulwich
depends = python-grpcio
depends = python-jinja
depends = python-pluginbase
depends = python-protobuf
depends = python-psutil
depends = python-pyroaring
depends = python-requests
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.7.0
sha256sums = SKIP
pkgname = buildstream
|