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: Sat, 10 Oct 2020 18:56:29
Message-Id: 1602356170.562afd7fa0fdccef901403f8010b36e9d74628c3.dolsen@gentoo
1 commit: 562afd7fa0fdccef901403f8010b36e9d74628c3
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 17:25:30 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=562afd7f
7
8 dev-util/buildbot-www: 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-www/Manifest | 1 +
14 dev-util/buildbot-www/buildbot-www-2.8.4.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 d443040ceef..854beeaa632 100644
19 --- a/dev-util/buildbot-www/Manifest
20 +++ b/dev-util/buildbot-www/Manifest
21 @@ -1 +1,2 @@
22 DIST buildbot-www-2.8.2.tar.gz 3172352 BLAKE2B 8ead9e9eb046bf773bd70d312ae612dced839b263b02d300f600d066fcf21ef98a7884fef36c494bdc8eb26129d5bf7897c319256f0fe6ef8e1515dc8507a26e SHA512 22d0ccb3e5b3badeb5a59db18dd7b0b925fe84936c1be1773437e899122df95bc9b0a4205a0c87182cf6be4ca4275ab20cb86a4da6098c9d9c73927cb9b3c784
23 +DIST buildbot-www-2.8.4.tar.gz 3170166 BLAKE2B d3d5c8a6b4b963cffaa75035e2f4a076af27c9f816a8e80b346bdeade55f01c7c8403612b8e6d12036261dabe6ab4f05ddb7ffce4e7369565d361fe7b062f691 SHA512 8b698b8b99b3f9b51df0ce230c3d6e5dea8d1c1278cb7372edd170844ec46f7fe213be20db628da244cd38daaa53b1e2fcbffd3ab3980eee35ccc6a9824c7ae5
24
25 diff --git a/dev-util/buildbot-www/buildbot-www-2.8.4.ebuild b/dev-util/buildbot-www/buildbot-www-2.8.4.ebuild
26 new file mode 100644
27 index 00000000000..c5f7aebcb28
28 --- /dev/null
29 +++ b/dev-util/buildbot-www/buildbot-www-2.8.4.ebuild
30 @@ -0,0 +1,29 @@
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 base web interface, use with buildbot-{console-view,waterfall-view}..."
43 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-www/"
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 +DEPEND="
55 + ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
56 +"
57 +RDEPEND="${DEPEND}"
58 +
59 +S="${WORKDIR}/${MY_P}"