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-www/
Date: Sun, 20 Jun 2021 16:07:11
Message-Id: 1624205069.fb2095770c7f14bfd4c002821fcb112d0f249479.dolsen@gentoo
1 commit: fb2095770c7f14bfd4c002821fcb112d0f249479
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 20 14:27:51 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 16:04:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb209577
7
8 dev-util/buildbot-www: Version bump to 3.2.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-www/Manifest | 1 +
14 dev-util/buildbot-www/buildbot-www-3.2.0.ebuild | 29 +++++++++++++++++++++++++
15 2 files changed, 30 insertions(+)
16
17 diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
18 index 229a0b7860b..9314fa8391a 100644
19 --- a/dev-util/buildbot-www/Manifest
20 +++ b/dev-util/buildbot-www/Manifest
21 @@ -5,3 +5,4 @@ DIST buildbot-www-2.8.4.tar.gz 3170166 BLAKE2B d3d5c8a6b4b963cffaa75035e2f4a076a
22 DIST buildbot-www-3.0.2.tar.gz 3180864 BLAKE2B 772f23daf19ea964e4e65bb890e25bd90623e1eef8cb2845352e4e65884668d913aec98e292fb28121f1d87571430224eb5c70aca326f4c106d7125fbdc10570 SHA512 9be7271dbae3b62ee6fcb10441faaa9cab952b9db989275a62b7ca9d4c5dc342ec1decf33c267c0d2d8e095ab32f4493055cda1880f73818d26a98fab674a108
23 DIST buildbot-www-3.1.0.tar.gz 3180991 BLAKE2B d2ebe82e97cb92c97c43059555c276602dc128164bed2ecf7014ad81b7b2375568dcbc3d35be2e98c737be8e7c2774d77f0361625d96db3da311fc5da7aa5ee8 SHA512 db1be3054bc3b6112f1f4ebe846f02a1da096ffbf29bfe1b99d254a759a67d64849e3c1e3df7edbada200e791d62904a2e2c66e7e0f8273feb3dedd463efc69a
24 DIST buildbot-www-3.1.1.tar.gz 3180995 BLAKE2B 16c6e0966d64cc6631df8b4980bb20617707ebd3fca279cc6aa614e83bf0c3537e992f120670c00992dce854304ddf421143e96565e05482bd3d231f15fbe2c6 SHA512 89a1f88958fc509e33d6d5f2e8f0690ff87069eff60296926b3cf7021a060fc3918a990e54e5750922d6152b9d1e9257a973df16630332be9fd10a3643520354
25 +DIST buildbot-www-3.2.0.tar.gz 3182436 BLAKE2B b9ba9f0982527e5ed20e0657526292f5f9eb2ca875b6aa1944cfff6eacda2c49de6f311437d5752ab00b2391515b6d9b0caa8165cb1755b89d96489f9a0d9df0 SHA512 9cc6566cb8dd13a1031bcebcc3797cc3ced2d9fe18303a9a436854db6382ffac850ed01ad44d6bd462ed1b59264c72b06b7bb790e75f25e8e6b384ae694793b3
26
27 diff --git a/dev-util/buildbot-www/buildbot-www-3.2.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.2.0.ebuild
28 new file mode 100644
29 index 00000000000..34eaab6d662
30 --- /dev/null
31 +++ b/dev-util/buildbot-www/buildbot-www-3.2.0.ebuild
32 @@ -0,0 +1,29 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI="7"
37 +PYTHON_REQ_USE="sqlite"
38 +PYTHON_COMPAT=( python3_{7,8,9} )
39 +
40 +DISTUTILS_USE_SETUPTOOLS="bdepend"
41 +
42 +inherit distutils-r1
43 +
44 +DESCRIPTION="BuildBot base web interface, use with buildbot-{console-view,waterfall-view}..."
45 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
46 +
47 +MY_PV="${PV/_p/.post}"
48 +MY_P="${PN}-${MY_PV}"
49 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +
54 +KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
55 +
56 +DEPEND="
57 + ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
58 +"
59 +RDEPEND="${DEPEND}"
60 +
61 +S="${WORKDIR}/${MY_P}"