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-wsgi-dashboards/
Date: Sat, 25 Sep 2021 18:08:58
Message-Id: 1632593224.a8ee681972e838da81afb6e21052b1e4ab7c94f6.dolsen@gentoo
1 commit: a8ee681972e838da81afb6e21052b1e4ab7c94f6
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 18:05:17 2021 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 18:07:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8ee6819
7
8 dev-util/buildbot-wsgi-dashboards: Version bump to 3.3.0
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
12
13 dev-util/buildbot-wsgi-dashboards/Manifest | 1 +
14 .../buildbot-wsgi-dashboards-3.3.0.ebuild | 32 ++++++++++++++++++++++
15 2 files changed, 33 insertions(+)
16
17 diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest b/dev-util/buildbot-wsgi-dashboards/Manifest
18 index 49e6d2c3d7e..fd0cd179483 100644
19 --- a/dev-util/buildbot-wsgi-dashboards/Manifest
20 +++ b/dev-util/buildbot-wsgi-dashboards/Manifest
21 @@ -6,3 +6,4 @@ DIST buildbot-wsgi-dashboards-3.0.2.tar.gz 5581 BLAKE2B a122d97fe5837319a1185e94
22 DIST buildbot-wsgi-dashboards-3.1.0.tar.gz 5581 BLAKE2B 0ab769016aac877dbd2a802d87cb8a2de4e0019a810b1a448ee261cae9f0e9efc4a6ff4a7ff4c28c348d82639c8c4eee9f53a87340fa53c2971d8f4e977b4708 SHA512 40c9e328262c42c3c36bf85022a534cabc568a47280d82921ef6b5badaefdc94082984e3c5acede26fb62f27a38783ec03257d7500cdb7241c10fac7bd45971c
23 DIST buildbot-wsgi-dashboards-3.1.1.tar.gz 5583 BLAKE2B ba0462e70e29cc1e6cfcc6a461373bdc56c03dc0510e7498310e722e0a5c494311f6da081f1ccccd2641657a7025885211802ce38b13326bde2f0b2f403ee198 SHA512 3a4a4621ae2ecca9313d2c6c4c33566b3e2e58c0259caaf135935362139eb4c1536669251138408c76c136ffe4a93ba9cbca7fa08b7b07e46472b2606b24ab06
24 DIST buildbot-wsgi-dashboards-3.2.0.tar.gz 5582 BLAKE2B ad52295e4c334377372e0db03fdd0d6b929fe0c19184b02feb6ba6e296a11477e8334a1e23d3a8c720462064916fefc45f78e729e59bd3a789779711365df038 SHA512 9deba0ba64f5c57da5e4688538757ae287b9505d2e98dce0ba2e7a16fac80bceff666eadf9116739c3af5481749e1568c2b07c367ca33f7ac548cdc719535c75
25 +DIST buildbot-wsgi-dashboards-3.3.0.tar.gz 5591 BLAKE2B 90ef8554d41a4a58f0ac320d688a95145a53bf7c56bed9a164940912d3d944f8e04668ef96aeeb862c6627d97b7a90e648a878710d8bf68a5c2dd4bc24436100 SHA512 bd791710f5788ff44be784549535c3043babea3c672c8e26f4563d1e5c5f217eff87b142ffbea3d94a6764cd2e5b422f48158cd70dfd8c1225ae299304903861
26
27 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.3.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.3.0.ebuild
28 new file mode 100644
29 index 00000000000..4ddd7898f76
30 --- /dev/null
31 +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.3.0.ebuild
32 @@ -0,0 +1,32 @@
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 plugin to integrate flask or bottle dashboards to buildbot UI"
45 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
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 +RDEPEND=""
57 +
58 +DEPEND="${RDEPEND}
59 + >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
60 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
61 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
62 +"
63 +
64 +S="${WORKDIR}/${MY_P}"