public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-badges/
Date: Mon,  1 Jun 2020 22:57:47 +0000 (UTC)	[thread overview]
Message-ID: <1591052253.961c3974a745e4e1ce4660251dd789596181d9cc.dolsen@gentoo> (raw)

commit:     961c3974a745e4e1ce4660251dd789596181d9cc
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  1 20:30:41 2020 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 22:57:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961c3974

dev-util/buildbot-badges: New pkg, plugin module for dev-util/buildbot

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>

 dev-util/buildbot-badges/Manifest                  |  1 +
 .../buildbot-badges/buildbot-badges-2.8.0.ebuild   | 38 ++++++++++++++++++++++
 dev-util/buildbot-badges/metadata.xml              | 22 +++++++++++++
 3 files changed, 61 insertions(+)

diff --git a/dev-util/buildbot-badges/Manifest b/dev-util/buildbot-badges/Manifest
new file mode 100644
index 00000000000..462bf2d7022
--- /dev/null
+++ b/dev-util/buildbot-badges/Manifest
@@ -0,0 +1 @@
+DIST buildbot-badges-2.8.0.tar.gz 3935 BLAKE2B d5cf4dff1ebcb752b3b82377912d0a6e811d7def94dcf9e6f339a810d67b7eafcc699f4abdf32618aa71f231165e31be57be1834c9d0a8bf40012e66c7f19245 SHA512 2653393de1fa3c6e98d744144190e7f7999cc1955f67467c70609ae6531f5b5f05adc4bc84cce9092deda374103266e24397080998c3d62635bf44dcb8650609

diff --git a/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
new file mode 100644
index 00000000000..c59f1ad4227
--- /dev/null
+++ b/dev-util/buildbot-badges/buildbot-badges-2.8.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_REQ_USE="sqlite"
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+
+inherit distutils-r1
+
+DESCRIPTION="Buildbot badges plugin produces an image in SVG or PNG format..."
+HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-grid-view/"
+
+MY_PV="${PV/_p/.post}"
+MY_P="${PN}-${MY_PV}"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+IUSE=""
+
+RDEPEND=""
+
+DEPEND="${RDEPEND}
+	~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+	~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
+	~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]
+	dev-python/cairocffi[${PYTHON_USEDEP}]
+	media-gfx/cairosvg[${PYTHON_USEDEP}]
+	>=dev-python/jinja-2.1[${PYTHON_USEDEP}]
+	dev-python/klein[${PYTHON_USEDEP}]
+"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-util/buildbot-badges/metadata.xml b/dev-util/buildbot-badges/metadata.xml
new file mode 100644
index 00000000000..132bad70520
--- /dev/null
+++ b/dev-util/buildbot-badges/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>dolsen@gentoo.org</email>
+		<name>Brian Dolbec</name>
+	</maintainer>
+	<longdescription lang="en">
+		The Buildbot badges plugin produces an image in SVG or PNG format with
+		information about the last build for the given builder name. PNG
+		generation is based on the CAIRO SVG engine, it requires a bit more CPU
+		to generate.
+	</longdescription>
+	<upstream>
+		<maintainer>
+			<email>devel@buildbot.net</email>
+			<name>Developers List</name>
+		</maintainer>
+		<remote-id type="pypi">buildbot-grid-view</remote-id>
+		<remote-id type="github">buildbot/buildbot</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2020-06-01 22:57 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 22:57 Brian Dolbec [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-28  0:46 [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-badges/ Brian Dolbec
2020-09-18 17:20 Michał Górny
2020-10-10 18:56 Brian Dolbec
2021-01-17 18:51 Brian Dolbec
2021-01-29 21:46 Brian Dolbec
2021-03-28 22:16 Brian Dolbec
2021-04-25 21:13 Brian Dolbec
2021-05-02  0:19 Brian Dolbec
2021-06-20 16:07 Brian Dolbec
2021-09-25 18:08 Brian Dolbec
2022-01-28 11:16 Arthur Zamarin
2022-01-30 18:47 Arthur Zamarin
2022-03-14 10:32 Yixun Lan
2022-05-30  0:11 Brian Dolbec
2022-05-30 19:08 Brian Dolbec
2022-08-25 23:24 Brian Dolbec
2022-09-23  3:00 Brian Dolbec
2022-12-31 15:08 Sam James
2023-01-10 13:56 Michał Górny
2023-04-09  8:27 Arthur Zamarin
2023-08-24 23:34 Brian Dolbec
2024-01-30  8:33 Sam James
2024-03-14  5:37 Sam James
2024-03-14  6:22 Sam James
2024-03-14  6:22 Sam James
2024-03-14 19:19 Sam James
2024-03-15 12:29 Jakov Smolić

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1591052253.961c3974a745e4e1ce4660251dd789596181d9cc.dolsen@gentoo \
    --to=dolsen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox