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-badges/
Date: Mon, 01 Jun 2020 22:57:54
Message-Id: 1591052253.961c3974a745e4e1ce4660251dd789596181d9cc.dolsen@gentoo
1 commit: 961c3974a745e4e1ce4660251dd789596181d9cc
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:30:41 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 22:57:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961c3974
7
8 dev-util/buildbot-badges: New pkg, plugin module for dev-util/buildbot
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-badges/Manifest | 1 +
14 .../buildbot-badges/buildbot-badges-2.8.0.ebuild | 38 ++++++++++++++++++++++
15 dev-util/buildbot-badges/metadata.xml | 22 +++++++++++++
16 3 files changed, 61 insertions(+)
17
18 diff --git a/dev-util/buildbot-badges/Manifest b/dev-util/buildbot-badges/Manifest
19 new file mode 100644
20 index 00000000000..462bf2d7022
21 --- /dev/null
22 +++ b/dev-util/buildbot-badges/Manifest
23 @@ -0,0 +1 @@
24 +DIST buildbot-badges-2.8.0.tar.gz 3935 BLAKE2B d5cf4dff1ebcb752b3b82377912d0a6e811d7def94dcf9e6f339a810d67b7eafcc699f4abdf32618aa71f231165e31be57be1834c9d0a8bf40012e66c7f19245 SHA512 2653393de1fa3c6e98d744144190e7f7999cc1955f67467c70609ae6531f5b5f05adc4bc84cce9092deda374103266e24397080998c3d62635bf44dcb8650609
25
26 diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
27 new file mode 100644
28 index 00000000000..c59f1ad4227
29 --- /dev/null
30 +++ b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
31 @@ -0,0 +1,38 @@
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 badges plugin produces an image in SVG or PNG format..."
44 +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/"
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 +IUSE=""
56 +
57 +RDEPEND=""
58 +
59 +DEPEND="${RDEPEND}
60 + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
61 + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
62 + ~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
63 + dev-python/cairocffi[${PYTHON_USEDEP}]
64 + media-gfx/cairosvg[${PYTHON_USEDEP}]
65 + >=dev-python/jinja-2.1[${PYTHON_USEDEP}]
66 + dev-python/klein[${PYTHON_USEDEP}]
67 +"
68 +
69 +S="${WORKDIR}/${MY_P}"
70
71 diff --git a/dev-util/buildbot-badges/metadata.xml b/dev-util/buildbot-badges/metadata.xml
72 new file mode 100644
73 index 00000000000..132bad70520
74 --- /dev/null
75 +++ b/dev-util/buildbot-badges/metadata.xml
76 @@ -0,0 +1,22 @@
77 +<?xml version="1.0" encoding="UTF-8"?>
78 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
79 +<pkgmetadata>
80 + <maintainer type="person">
81 + <email>dolsen@g.o</email>
82 + <name>Brian Dolbec</name>
83 + </maintainer>
84 + <longdescription lang="en">
85 + The Buildbot badges plugin produces an image in SVG or PNG format with
86 + information about the last build for the given builder name. PNG
87 + generation is based on the CAIRO SVG engine, it requires a bit more CPU
88 + to generate.
89 + </longdescription>
90 + <upstream>
91 + <maintainer>
92 + <email>devel@××××××××.net</email>
93 + <name>Developers List</name>
94 + </maintainer>
95 + <remote-id type="pypi">buildbot-grid-view</remote-id>
96 + <remote-id type="github">buildbot/buildbot</remote-id>
97 + </upstream>
98 +</pkgmetadata>