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, 10 Oct 2020 18:56:31
Message-Id: 1602356172.6849b4da3c379a708ffeee0b84ce620079451d93.dolsen@gentoo
1 commit: 6849b4da3c379a708ffeee0b84ce620079451d93
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 17:28:46 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 18:56:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6849b4da
7
8 dev-util/buildbot-wsgi-dashboards: 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-wsgi-dashboards/Manifest | 1 +
14 .../buildbot-wsgi-dashboards-2.8.4.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 036efb520e7..5d52d05513f 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-2.8.2.tar.gz 5566 BLAKE2B 487b816862366acae9e55c39cb440a21c8e5c438299c43e2d6fad049ff946ece5ab647390955fbbad403ad1d7c0a2707a7612129442dc398cc7210d831aa49ef SHA512 2b75a61331aa457b3f168e1955b8905f95d11008ab6bee611ac92488f988cb0cf73fbf92321e594ac0a6e5ae03b82dfa05daab5a0647ae636a96922c0f4e8eff
23 +DIST buildbot-wsgi-dashboards-2.8.4.tar.gz 5588 BLAKE2B 3298edaebe2f9eb5e31f8298598e892d64d653648843e3c107710d4df3a24977bd3e77db06f7edecdf8d85bbbdeedfc66a75c6f3eef93ec8374d0df1973790dc SHA512 656f0626c8cad2c21d64ebc3eb4d6e1ac24a10909afc28819e54046be8e843a7383f3648a00a908cfddd9543767e1c3293825170d7c6c64c40a61bdcd55245bd
24
25 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.4.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.4.ebuild
26 new file mode 100644
27 index 00000000000..f124a0ef5c5
28 --- /dev/null
29 +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.4.ebuild
30 @@ -0,0 +1,32 @@
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 plugin to integrate flask or bottle dashboards to buildbot UI"
43 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
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 +RDEPEND=""
55 +
56 +DEPEND="${RDEPEND}
57 + >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
58 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
59 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
60 +"
61 +
62 +S="${WORKDIR}/${MY_P}"