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: Sun, 28 Jun 2020 00:46:40
Message-Id: 1593305182.44999363626d89149d303b75e75cd56029906d5a.dolsen@gentoo
1 commit: 44999363626d89149d303b75e75cd56029906d5a
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 28 00:05:40 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 28 00:46:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44999363
7
8 dev-util/buildbot-wsgi-dashboards: Version bump
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
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.2.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 1648b09b499..6beb9457fc4 100644
19 --- a/dev-util/buildbot-wsgi-dashboards/Manifest
20 +++ b/dev-util/buildbot-wsgi-dashboards/Manifest
21 @@ -1,2 +1,3 @@
22 DIST buildbot-wsgi-dashboards-2.7.0.tar.gz 5573 BLAKE2B e50576da2a86c3f63435c6ca721c0756e1bbe004e82a750d4f0a03799cde4b6c8db7a5199842ce46a835614ccfb588b4eca20035988f54c7d1b6dc9c43f31823 SHA512 018a103fd53f6c3fdca418a46d8576c6b1fd35c05b1cd2ef2dc2c8d30540fbf1528501369246c49d64cfc2d795bcb528fb672f0536a0239f64b87616c50c18c9
23 DIST buildbot-wsgi-dashboards-2.8.0.tar.gz 5576 BLAKE2B cad5d728ab7811b6e5f0750dd4e74ad25ac92c72a8e5f58beed0c19ba38de1599f5f5977c087acfbf2a138e41aa927ded54fd7ff9f1719de46560e814bb3320a SHA512 98217a351b0d441ab346d385b8b72333d100c33f40812f2c248a893a31e9ca157cc9e19048ed5a6e49283bdd9dd15ddbf5f16fd9e47ec5a63fedc959a93f1a33
24 +DIST buildbot-wsgi-dashboards-2.8.2.tar.gz 5566 BLAKE2B 487b816862366acae9e55c39cb440a21c8e5c438299c43e2d6fad049ff946ece5ab647390955fbbad403ad1d7c0a2707a7612129442dc398cc7210d831aa49ef SHA512 2b75a61331aa457b3f168e1955b8905f95d11008ab6bee611ac92488f988cb0cf73fbf92321e594ac0a6e5ae03b82dfa05daab5a0647ae636a96922c0f4e8eff
25
26 diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.2.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.2.ebuild
27 new file mode 100644
28 index 00000000000..f124a0ef5c5
29 --- /dev/null
30 +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-2.8.2.ebuild
31 @@ -0,0 +1,32 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +PYTHON_REQ_USE="sqlite"
37 +PYTHON_COMPAT=( python3_{6,7,8} )
38 +
39 +DISTUTILS_USE_SETUPTOOLS="rdepend"
40 +
41 +inherit distutils-r1
42 +
43 +DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI"
44 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-wsgi-dashboards/"
45 +
46 +MY_PV="${PV/_p/.post}"
47 +MY_P="${PN}-${MY_PV}"
48 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
49 +
50 +LICENSE="GPL-2"
51 +SLOT="0"
52 +
53 +KEYWORDS="~amd64"
54 +
55 +RDEPEND=""
56 +
57 +DEPEND="${RDEPEND}
58 + >=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
59 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
60 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
61 +"
62 +
63 +S="${WORKDIR}/${MY_P}"