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: Fri, 23 Sep 2022 03:00:41
Message-Id: 1663902027.35f236a7e74f6ddd7f5272015c34515f72c0cb61.dolsen@gentoo
1 commit: 35f236a7e74f6ddd7f5272015c34515f72c0cb61
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 02:12:10 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 03:00:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f236a7
7
8 dev-util/buildbot-waterfall-view: Version bump to 3.6.1
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.1.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 7db967201afc..5b654f46230f 100644
18 --- a/dev-util/buildbot-waterfall-view/Manifest
19 +++ b/dev-util/buildbot-waterfall-view/Manifest
20 @@ -1,3 +1,4 @@
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 +DIST buildbot-waterfall-view-3.6.1.tar.gz 193914 BLAKE2B 401dd8b1c042fe2dc5bc1c696607d3c0ab3188975757feb8a242049fb73c28f1f5f4dc1dc027ccf37f7a942e1a7d3093b917c1c3a4f81d5181bf8f8dffff6196 SHA512 f1bf080fa7b8e1dc17d52367e1e3dc3e4224c2de6db128bc2f061c338ef69c88732b39d487dcf92d06e2855902d6f078d76e97ddd0d38e348d4e83d0728ad634
25
26 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild
27 new file mode 100644
28 index 000000000000..591aebc7cf5b
29 --- /dev/null
30 +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-3.6.1.ebuild
31 @@ -0,0 +1,30 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +DISTUTILS_USE_PEP517=setuptools
38 +PYTHON_REQ_USE="sqlite"
39 +PYTHON_COMPAT=( python3_{8..10} )
40 +inherit distutils-r1
41 +
42 +MY_PV="${PV/_p/.post}"
43 +MY_P="${PN}-${MY_PV}"
44 +
45 +DESCRIPTION="Buildbot waterfall-view plugin"
46 +HOMEPAGE="https://buildbot.net/
47 + https://github.com/buildbot/buildbot
48 + https://pypi.org/project/buildbot-waterfall-view/"
49 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
50 +S="${WORKDIR}/${MY_P}"
51 +
52 +LICENSE="GPL-2"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
55 +
56 +RDEPEND="
57 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
58 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
59 + dev-python/mock[${PYTHON_USEDEP}]
60 +"
61 +BDEPEND="${RDEPEND}"