Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-waterfall-view/
Date: Mon, 30 May 2022 00:11:36
Message-Id: 1653869478.15e2b840cc4e46982fe5022b4e3a54b765b9600e.dolsen@gentoo
1 commit: 15e2b840cc4e46982fe5022b4e3a54b765b9600e
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 23:40:53 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 00:11:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e2b840
7
8 dev-util/buildbot-waterfall-view: Bump to 3.5.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-waterfall-view/Manifest | 1 +
14 .../buildbot-waterfall-view-3.5.0.ebuild | 29 ++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-util/buildbot-waterfall-view/Manifest b/dev-util/buildbot-waterfall-view/Manifest
18 index d43d5267749e..e268e2d943b8 100644
19 --- a/dev-util/buildbot-waterfall-view/Manifest
20 +++ b/dev-util/buildbot-waterfall-view/Manifest
21 @@ -1 +1,2 @@
22 DIST buildbot-waterfall-view-3.4.0.tar.gz 192456 BLAKE2B 7375e22b86b4dfe2cde88d4190accea50bf49c9615358ec55b341e6720551b4605015938ed15bfac6bf80805a32457081389bd150d762e90132af4f18295cfe5 SHA512 a9a381e8b520919f71011083face8760f864f5bbe5080446c64c0a63c38d787e486cddd20c3548b01d78534a206221ed2bec85bb78681fe3dceaef2bc1f172d9
23 +DIST buildbot-waterfall-view-3.5.0.tar.gz 192440 BLAKE2B 46ef4e839dabb5006c740c6f04235b123be420b4d0108cf59bab075fde3dbf6bbe0b4fdfc37fd8606da3696d15f45ee4363f8c35434f944af70f884e2de1edff SHA512 381ce3bb976aa0e1cadd541af44ab0bf1450a3e47351a55b32bda24ad824dbba0f075ee8204a3f26c3ab62a5a615c6ca5027b1894852f8d5308fb27b64e9c177
24
25 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild
26 new file mode 100644
27 index 000000000000..317f27754a58
28 --- /dev/null
29 +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.5.0.ebuild
30 @@ -0,0 +1,29 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_REQ_USE="sqlite"
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +MY_PV="${PV/_p/.post}"
41 +MY_P="${PN}-${MY_PV}"
42 +
43 +DESCRIPTION="Buildbot waterfall-view plugin"
44 +HOMEPAGE="https://buildbot.net/
45 + https://github.com/buildbot/buildbot
46 + https://pypi.org/project/buildbot-waterfall-view/"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
48 +S="${WORKDIR}/${MY_P}"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
53 +
54 +RDEPEND="
55 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
56 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
57 + dev-python/mock[${PYTHON_USEDEP}]
58 +"
59 +BDEPEND="${RDEPEND}"