Install this version:
emerge -a =dev-build/buildstream-plugins-2.7.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-build/buildstream-plugins-2.7.0
Or alternatively:
emerge --autounmask-write -a =dev-build/buildstream-plugins-2.7.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.7.0 | 8 | ~amd64 | 2 |
# Copyright 1999-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 plugins for the BuildStream project"
HOMEPAGE="https://apache.github.io/buildstream-plugins/"
SRC_URI="
https://github.com/apache/buildstream-plugins/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz
"
LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64"
IUSE="test"
RDEPEND="
dev-build/buildstream:2[${PYTHON_USEDEP}]
"
BDEPEND="
virtual/pkgconfig
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}]
)
"
RESTRICT="!test? ( test )"
EPYTEST_PLUGINS=( pytest-datafiles )
distutils_enable_tests pytest
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"
local EPYTEST_DESELECT=(
# tests using network
tests/sources/docker.py::test_docker_fetch
tests/sources/docker.py::test_docker_source_checkout
tests/sources/docker.py::test_handle_network_error
tests/sources/docker.py::test_fetch_duplicate_layers
source_determinism.py::test_deterministic_source_umask[git]
)
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
}
Manage flags for this package:
euse -i <flag> -p dev-build/buildstream-plugins |
euse -E <flag> -p dev-build/buildstream-plugins |
euse -D <flag> -p dev-build/buildstream-plugins
dev-build/buildstream:2[]
virtual/pkgconfig 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[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | buildstream-plugins-2.7.0.tar.gz | 125853 bytes | https://github.com/apache/buildstream-plugins/archive/refs/tags/2.7.0.tar.gz |