diff options
author | Magnus Granberg <zorry@gentoo.org> | 2024-10-30 22:09:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-09 09:07:20 +0000 |
commit | 88c51e005dcc2de3a7feccd8d6a04ff280c05e8d (patch) | |
tree | da840c4db10013292c702a425ad931dc3f7fd528 /dev-util | |
parent | dev-util/buildbot-www: add 4.1.0 (diff) | |
download | gentoo-88c51e005dcc2de3a7feccd8d6a04ff280c05e8d.tar.gz gentoo-88c51e005dcc2de3a7feccd8d6a04ff280c05e8d.tar.bz2 gentoo-88c51e005dcc2de3a7feccd8d6a04ff280c05e8d.zip |
dev-util/buildbot: Bump to 4.1.0
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/buildbot/buildbot-4.1.0.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-util/buildbot/buildbot-4.1.0.ebuild b/dev-util/buildbot/buildbot-4.1.0.ebuild index dbc53da2edb8..057a336d38f3 100644 --- a/dev-util/buildbot/buildbot-4.1.0.ebuild +++ b/dev-util/buildbot/buildbot-4.1.0.ebuild @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" # https://github.com/buildbot/buildbot/commit/b941956d3b9598804b46cf9ceebadc549f90e303 # Fix CommandToString.test_list_with_objects PATCHES=( - "${FILESDIR}/buildbot-4.1.0-TestCommandToString.patch" + "${FILESDIR}/buildbot-4.1.0-TestCommandToString.patch" ) RDEPEND=" @@ -54,8 +54,8 @@ RDEPEND=" docker? ( >=dev-python/docker-7.0.0[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] - ) -" + )" + BDEPEND=" test? ( ${RDEPEND} @@ -71,7 +71,7 @@ BDEPEND=" dev-python/pypugjs[${PYTHON_USEDEP}] dev-python/txrequests[${PYTHON_USEDEP}] dev-python/treq[${PYTHON_USEDEP}] - dev-util/ruff + dev-util/ruff )" DOC_CONTENTS="The \"buildbot\" user and the \"buildmaster\" init script has been added @@ -82,9 +82,6 @@ The scripts can run as a different user if desired." src_prepare() { # disable all warnings as errors sed -e "/warnings.filterwarnings('error')/d" -i buildbot/test/__init__.py || die - # https://github.com/buildbot/buildbot/issues/6776 - # https://bugs.gentoo.org/904062 - rm buildbot/test/integration/test_try_client.py || die distutils-r1_src_prepare } |