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: Wed, 27 Jun 2018 15:24:29
Message-Id: 1530113052.336f8b9dcce1567409471184bd61e3db374e09cc.dolsen@gentoo
1 commit: 336f8b9dcce1567409471184bd61e3db374e09cc
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 17 10:35:33 2018 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 15:24:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336f8b9d
7
8 dev-util/buildbot-wsgi-dashboards: Version bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-util/buildbot-wsgi-dashboards/Manifest | 1 +
13 .../buildbot-wsgi-dashboards-1.1.2.ebuild | 50 ++++++++++++++++++++++
14 2 files changed, 51 insertions(+)
15
16 diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest b/dev-util/buildbot-wsgi-dashboards/Manifest
17 index 9e9543b3ddc..090cadcd3fd 100644
18 --- a/dev-util/buildbot-wsgi-dashboards/Manifest
19 +++ b/dev-util/buildbot-wsgi-dashboards/Manifest
20 @@ -2,3 +2,4 @@ DIST buildbot-wsgi-dashboards-0.9.12.tar.gz 627274 BLAKE2B 26632ddd1577e9c419d13
21 DIST buildbot-wsgi-dashboards-0.9.13.tar.gz 627272 BLAKE2B 1b4b8b6a0eed9572923a0dba24a9194557074e84640cf57141014a92294c56f22330566ae995bfa5e6be63640549e42e5aae01911df6989dbe4861b7ca5544f8 SHA512 08eedef62e85d71cbfde0f57727974a2bc1a9d33fc3821aaeb3a003df3b212c2b1ce00afa986dad062415b0bf8d8a9c0c328810e9d3fc994cdcbb82de2037366
22 DIST buildbot-wsgi-dashboards-0.9.15.post1.tar.gz 626856 BLAKE2B 13104173594f1f5326221cac1839b44e792212c772730f0632f8528e55f5249d61b72c97cce7e51b6b3a82b2490a7654b7deea04ba61da13158e6d40e0021429 SHA512 5bd089d38a87e1e1dd03343b96824dc227e35268971b9b541e761c289042412b7dd0bc42df2fc9c28da5933a995c5bdf7af7bc7aafff999ce2f9431881bbd58e
23 DIST buildbot-wsgi-dashboards-1.1.0.tar.gz 626836 BLAKE2B f7323073f644e6b6b89595aa052ae1bc25d14b439c3d1d0f3601eb4a62b07563ef12a97bde8997495fe6260e31de55a29b220f48c0b794761e077de77ccd0246 SHA512 799c2a28bd874c864264247fa0d030b3335d63bec88cfc7637b8456615c0c299de4df91557178e5d3358450fea89ed0ddb82ae27bbf8304dc3b7f9711ce69e94
24 +DIST buildbot-wsgi-dashboards-1.1.2.tar.gz 626825 BLAKE2B 396fa858cafd6dc3958c37ea2e9e685357de2185ce0b73d946d3eb2e99472339e176de1b49d821337535904c521e8dbaa662217c568306e7b2d889d11fdeb5ed SHA512 1eee2a38b525145e50812dff421613291f6b0b6a80a531b54383d771393d2a12c1c7840e2dabf7949918ac3f31ce5f6bd9514c08dee8fe5900c99438e63d4ee2
25
26 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
27 new file mode 100644
28 index 00000000000..d40978a5739
29 --- /dev/null
30 +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-1.1.2.ebuild
31 @@ -0,0 +1,50 @@
32 +# Copyright 1999-2018 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +PYTHON_REQ_USE="sqlite"
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
38 +
39 +EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
40 +
41 +[[ ${PV} == *9999 ]] && inherit git-r3
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 +[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
50 +
51 +LICENSE="GPL-2"
52 +SLOT="0"
53 +
54 +if [[ ${PV} == *9999 ]]; then
55 + KEYWORDS=""
56 +else
57 + KEYWORDS="~amd64"
58 +fi
59 +
60 +IUSE="test"
61 +
62 +RDEPEND=""
63 +
64 +DEPEND="${RDEPEND}
65 + >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
66 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
67 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
68 +"
69 +
70 +S="${WORKDIR}/${MY_P}"
71 +#[[ ${PV} == *9999 ]] && S=${S}/www/base
72 +
73 +python_test() {
74 + distutils_install_for_testing
75 +
76 + esetup.py test || die "Tests failed under ${EPYTHON}"
77 +}
78 +
79 +python_install_all() {
80 + distutils-r1_python_install_all
81 +}