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: Sat, 10 Oct 2020 18:56:30
Message-Id: 1602356170.7b6cf597676efbd6f6f0f51540e9e02206c8b877.dolsen@gentoo
1 commit: 7b6cf597676efbd6f6f0f51540e9e02206c8b877
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 17:26:17 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 18:56:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b6cf597
7
8 dev-util/buildbot-waterfall-view: Version bump to 2.8.4
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-waterfall-view/Manifest | 1 +
14 .../buildbot-waterfall-view-2.8.4.ebuild | 34 ++++++++++++++++++++++
15 2 files changed, 35 insertions(+)
16
17 diff --git a/dev-util/buildbot-waterfall-view/Manifest b/dev-util/buildbot-waterfall-view/Manifest
18 index 8d2ff7e178c..a4245089aed 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-2.8.2.tar.gz 190551 BLAKE2B 9db81d1cf17357a57c34eb8f3b1e4412635c4804708d3d99646a68293af52594952884f96f7d528c6a87302c3563a8d4f4411ed410da2fe1043b4439d4113d73 SHA512 e252874745a623c1ec8fefcfb10c742a783ec677f172d20ef8165687ec5981f4df09092096f7922381e886f4ea7ba4c795997ad8ff8fd58fd6aa40d8bc057b00
23 +DIST buildbot-waterfall-view-2.8.4.tar.gz 191026 BLAKE2B f81dea767bf881182eeb6eb750cdcf4bc289ac92097b9b8e13a5b5a237873aa4ea16f48625e56de2dc69fe849e5602d96a3d7991cdeb427dae169de5740f0bcb SHA512 c15b7bd23193742b50deaceb1810f8dbeedb77768f0d8a3d0a7bf72c89d914b963aa2141475464f9f3701881da6abed49e730ccb39d824a755ad9c567590dd7f
24
25 diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild
26 new file mode 100644
27 index 00000000000..8e4b9cc0d87
28 --- /dev/null
29 +++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-2.8.4.ebuild
30 @@ -0,0 +1,34 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +PYTHON_REQ_USE="sqlite"
36 +PYTHON_COMPAT=( python3_{6,7,8} )
37 +
38 +DISTUTILS_USE_SETUPTOOLS="rdepend"
39 +
40 +inherit distutils-r1
41 +
42 +DESCRIPTION="Buildbot waterfall-view plugin"
43 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-waterfall-view/"
44 +
45 +MY_PV="${PV/_p/.post}"
46 +MY_P="${PN}-${MY_PV}"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
48 +
49 +LICENSE="GPL-2"
50 +SLOT="0"
51 +
52 + KEYWORDS="~amd64"
53 +
54 +IUSE=""
55 +
56 +RDEPEND="
57 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
58 + dev-python/mock[${PYTHON_USEDEP}]
59 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
60 +"
61 +
62 +DEPEND="${RDEPEND}"
63 +
64 +S="${WORKDIR}/${MY_P}"