Name: buildstream-plugins-community Summary: A collection of community-maintained plugins for BuildStream License: LGPL-2.1-or-later URL: https://buildstream.gitlab.io/buildstream-plugins-community/ BuildArch: noarch # Match buildstream: the test suite imports buildstream._testing, and the # binary already Requires buildstream. Core is unavailable on these arches. ExcludeArch: %{ix86} s390x Version: 2.3.3 Release: 1%{?dist} Source0: https://files.pythonhosted.org/packages/source/b/buildstream-plugins-community/buildstream_plugins_community-%{version}.tar.gz Patch: no_click.patch BuildRequires: buildstream >= %{version} BuildRequires: python3-devel >= 3.10 BuildRequires: git Requires: buildstream >= %{version} Requires: quilt %description A collection of community-maintained plugins for BuildStream %prep %autosetup -n buildstream_plugins_community-%{version} -p1 %generate_buildrequires %pyproject_buildrequires -g test -x httpfetcher,pypi,deb,git,cargo2 %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -l buildstream_plugins_community %check # Ignore test that require network access %pytest \ --ignore=tests/sources/bazel.py \ --ignore=tests/sources/bazel_file.py \ --deselect=tests/sources/git_tag.py::test_gitlfs_off \ --deselect=tests/sources/git_tag.py::test_gitlfs_notset %files -n %{name} -f %{pyproject_files} %doc NEWS README.rst %changelog * Thu Sep 03 2026 Javier Jardón - 2.3.2-1 - Initial package