dev-build/buildstream-plugins-community - 2.3.1 (guru)

Search

Install

Install this version:

emerge -a =dev-build/buildstream-plugins-community-2.3.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-build/buildstream-plugins-community-2.3.1

Or alternatively:

emerge --autounmask-write -a =dev-build/buildstream-plugins-community-2.3.1

Package Information

Description:
A collection of community maintained plugins for the BuildStream project
Homepage:
https://buildstream.gitlab.io/buildstream-plugins-community/
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
2.3.1 8 ~amd64 2
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )

inherit distutils-r1

DESCRIPTION="A collection of community maintained plugins for the BuildStream project"
HOMEPAGE="https://buildstream.gitlab.io/buildstream-plugins-community/"
SRC_URI="https://gitlab.com/BuildStream/buildstream-plugins-community/-/archive/${PV}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="2"
KEYWORDS="~amd64"
IUSE="test"

RDEPEND="
	dev-build/buildstream:2[${PYTHON_USEDEP}]
	dev-python/arpy[${PYTHON_USEDEP}]
	dev-python/dulwich[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/tomlkit[${PYTHON_USEDEP}]
"

BDEPEND="
	test? (
		dev-python/pycodestyle[${PYTHON_USEDEP}]
		dev-python/pyftpdlib[${PYTHON_USEDEP}]
		dev-python/pylint[${PYTHON_USEDEP}]
		dev-python/pytest-datafiles[${PYTHON_USEDEP}]
		dev-python/pytest-env[${PYTHON_USEDEP}]
		dev-python/pytest-xdist[${PYTHON_USEDEP}]
		dev-python/responses[${PYTHON_USEDEP}]
		dev-python/setuptools-scm[${PYTHON_USEDEP}]
		dev-util/ostree
		dev-util/quilt
		dev-vcs/git-lfs
	)
"

RESTRICT="!test? ( test )"

EPYTEST_PLUGINS=( pytest-datafiles )

distutils_enable_tests pytest

src_configure() {
	# pyproject contains `version=dynamic`
	export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

	distutils-r1_src_configure
}

python_test() {
	# UNKNOWN:Path name should not have more than 107 characters
	local TMPDIR=/tmp

	# fuse: failed to open /dev/fuse: Permission denied
	addwrite "/dev/fuse"

	EPYTEST_DESELECT=(
		# tests using network
		tests/sources/bazel_file.py::test_basic
		tests/sources/bazel_file.py::test_multi_url
		source_determinism.py::test_deterministic_source_umask[git_tag]
		source_determinism.py::test_deterministic_source_umask[zip]
	)

	export BST_TEST_SUITE=1

	# to not pollute the source directory and make grepping hard.
	# can't just use ${T} as the --basetemp option removes the directory
	# if it exists
	epytest --basetemp "${T}"/test_dir
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-build/buildstream-plugins-community | euse -E <flag> -p dev-build/buildstream-plugins-community | euse -D <flag> -p dev-build/buildstream-plugins-community

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	dev-build/buildstream:2[]
	dev-python/arpy[]
	dev-python/dulwich[]
	dev-python/requests[]
	dev-python/tomlkit[]

BDEPEND

	test? (
		dev-python/pycodestyle[]
		dev-python/pyftpdlib[]
		dev-python/pylint[]
		dev-python/pytest-datafiles[]
		dev-python/pytest-env[]
		dev-python/pytest-xdist[]
		dev-python/responses[]
		dev-python/setuptools-scm[]
		dev-util/ostree
		dev-util/quilt
		dev-vcs/git-lfs
	)

Manifest for 2.3.1

Type File Size Source URLs
DIST buildstream-plugins-community-2.3.1.tar.bz2 130547 bytes https://gitlab.com/BuildStream/buildstream-plugins-community/-/archive/2.3.1/buildstream-plugins-community-2.3.1.tar.bz2