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