Package Details: buildstream 2.1.0-1

Git Clone URL: https://aur.archlinux.org/buildstream.git (read-only, click to copy)
Package Base: buildstream
Description: A powerful and flexible software integration toolset
Upstream URL: https://buildstream.build
Licenses: Apache
Submitter: rafaelff
Maintainer: marko10_000
Last Packager: marko10_000
Votes: 6
Popularity: 0.024130
First Submitted: 2018-01-03 16:40 (UTC)
Last Updated: 2023-09-24 17:22 (UTC)

Latest Comments

1 2 3 Next › Last »

marko10_000 commented on 2022-12-29 22:33 (UTC)

Thanks jjardon. I packaged and added them as optional dependencies.

jjardon commented on 2022-12-29 13:42 (UTC) (edited on 2022-12-29 13:43 (UTC) by jjardon)

Note plugins for buildstream are now in several places, see https://buildstream.build/install.html:

MarsSeed commented on 2022-06-28 17:39 (UTC) (edited on 2022-06-28 17:39 (UTC) by MarsSeed)

The latest 1.95.0 release tag now supports the current python-ruamel-yaml>=0.17.

FantasqueX commented on 2022-03-18 06:46 (UTC)

Currently, the most recent stable version(1.6.5) depends on ruamel.yaml < 0.17 which conflicts the one in ArchLinux repository. So packaging is impossible now. Hoping a new version will remove the restriction.

mikezackles commented on 2021-08-16 16:15 (UTC)

FYI the project has moved to github (and there is a new version there): https://github.com/mikezackles/buildstream-PKGBUILD/commit/c21c86b34ecf36fd9e93161df623f9925b95e801

jjardon commented on 2019-09-04 09:57 (UTC)

@rafaelff: FYI, No need for a specific version of ruamel anymore since 1.4.1

rafaelff commented on 2019-01-12 12:34 (UTC)

@jjardon: Fixed, thanks.

jjardon commented on 2019-01-09 13:38 (UTC)

@rafaelff: From setup.py, the ruamel version to use should be:

'ruamel.yaml < 0.15.52'

So python-ruamel-yaml0.15.51 is the maximum version allowed

rafaelff commented on 2018-11-30 12:58 (UTC)

@KerrickStaley: should be solved now. Please try and let me know.

KerrickStaley commented on 2018-11-27 02:58 (UTC)

I'm getting the following error running bst:

$ bst build --track-all sdk/gtk+-3.bst Traceback (most recent call last): File "/usr/bin/bst", line 5, in <module> from buildstream._frontend import cli File "/usr/lib/python3.7/site-packages/buildstream/init.py", line 31, in <module> from .plugin import Plugin File "/usr/lib/python3.7/site-packages/buildstream/plugin.py", line 100, in <module> from . import _yaml File "/usr/lib/python3.7/site-packages/buildstream/_yaml.py", line 27, in <module> from ruamel import yaml ModuleNotFoundError: No module named 'ruamel'

I think python-ruamel-yaml should be added as a dependency.