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: Mon, 30 May 2022 00:11:36
Message-Id: 1653869477.cec28cc758fde3096b80010ce2cb03a91f111585.dolsen@gentoo
1 commit: cec28cc758fde3096b80010ce2cb03a91f111585
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 23:37:29 2022 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 00:11:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec28cc7
7
8 dev-util/buildbot-wsgi-dashboards: Bump to 3.5.0
9
10 Package-Manager: Portage-3.0.30, 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.5.0.ebuild | 27 ++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest b/dev-util/buildbot-wsgi-dashboards/Manifest
18 index cf187ca77b4b..161555be404f 100644
19 --- a/dev-util/buildbot-wsgi-dashboards/Manifest
20 +++ b/dev-util/buildbot-wsgi-dashboards/Manifest
21 @@ -1 +1,2 @@
22 DIST buildbot-wsgi-dashboards-3.4.0.tar.gz 5583 BLAKE2B 0eed4a375330d58bd6caf95f8cdc2ebfaebc9c123450461d4e0f938745bb1b6afe0e9786bd886c6e6cb6a522da2b645bf1ad3237b2049f86bc1bca83829b15a1 SHA512 56411bb34a1f40d02a814e8d33dcd3c6de65627728c3bb9cad776c43c48707e648ccdbb4a58cbfb8ed080c219fc37252304c88ab363eb6deb6057b2debde1071
23 +DIST buildbot-wsgi-dashboards-3.5.0.tar.gz 5585 BLAKE2B 94c365d4140de539a0ea85b78e24acd5d789fe022eb5ff2474ebc07554d139d964c9625b684b312b2134c3fd4bf3a6628178ac72d52283bb6fcfd7b7820d51f1 SHA512 d233273c05f9c2f6d81091dd620469dd19377848d5958c26cc746b6340ea9451c49aff8f8a36986741b3775fcc60065e0fbc402183f60f43d4afce238b907fd0
24
25 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild
26 new file mode 100644
27 index 000000000000..0bd0ca928a28
28 --- /dev/null
29 +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-3.5.0.ebuild
30 @@ -0,0 +1,27 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_REQ_USE="sqlite"
37 +PYTHON_COMPAT=( python3_{8..10} )
38 +inherit distutils-r1
39 +
40 +MY_PV="${PV/_p/.post}"
41 +MY_P="${PN}-${MY_PV}"
42 +
43 +DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI"
44 +HOMEPAGE="https://buildbot.net/
45 + https://github.com/buildbot/buildbot
46 + https://pypi.org/project/buildbot-wsgi-dashboards/"
47 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
48 +S="${WORKDIR}/${MY_P}"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
53 +
54 +BDEPEND="
55 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
56 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
57 +"