Skip to content

Commit

Permalink
dev-util/buildbot-react-console-view: new package, add 3.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dolbec <[email protected]>
  • Loading branch information
dol-sen committed Aug 24, 2023
1 parent b3c10a3 commit c68ffc6
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/buildbot-react-console-view/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST buildbot-react-console-view-3.9.0.tar.gz 25184 BLAKE2B 672e80e9bfd04232a292da0807b1bbc024be2bdcaadec54ecf4ab9f2ee562a2bada92a48965339b3f56f2ceade127faf0903ed09f5e064e0a1f604c2aaba626c SHA512 51d398dadf7e0874061efefc62e3b0d08ce2d29fc8bd686a4f700d12858edc733e114e99d44d2fc97cd891f32faa0751a423be5bce2ae06ebd6ce0c6903e1a0d
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 pypi

DESCRIPTION="Buildbot react based console-view plugin"
HOMEPAGE="https://buildbot.net/
https://github.com/buildbot/buildbot
https://pypi.org/project/buildbot-react-console-view/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"

RDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
~dev-util/buildbot-www-react-${PV}[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"
24 changes: 24 additions & 0 deletions dev-util/buildbot-react-console-view/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Brian Dolbec</name>
</maintainer>
<maintainer type="person">
<email>[email protected]</email>
<name>Magnus Granberg</name>
</maintainer>
<longdescription lang="en">
The buildbot-react-console-view plugin is the new react based user interface
code used to display information about the builds to the console.
</longdescription>
<upstream>
<maintainer>
<email>[email protected]</email>
<name>Developers List</name>
</maintainer>
<remote-id type="pypi">buildbot-react-console-view</remote-id>
<remote-id type="github">buildbot/buildbot</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit c68ffc6

Please sign in to comment.