Skip to content

Commit

Permalink
dev-util/buildbot-react-grid-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 c68ffc6 commit 5dacef2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-util/buildbot-react-grid-view/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST buildbot-react-grid-view-3.9.0.tar.gz 13096 BLAKE2B 8999df8e3e8b389769003b6694fb22eafc31ebeedbfd559eadfa38fb7ac152c968b3de278c51b54a35372d3d90b5df39ee121a74e44e68bc51777dd058e2e0bc SHA512 22624e5be3b638de4a0f826770a249d4da7fb47109586a2f4a3bada76202a639cdd98be62c9a108b48fddb41294b3c0a8594c0cb4b8cc33cae4b198607924d81
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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 grid view web interface"
HOMEPAGE="https://buildbot.net/
https://github.com/buildbot/buildbot
https://pypi.org/project/buildbot-react-grid-view/"

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

BDEPEND="
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
~dev-util/buildbot-www-react-${PV}[${PYTHON_USEDEP}]
"
24 changes: 24 additions & 0 deletions dev-util/buildbot-react-grid-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-grid-view plugin is the new react based user interface
code used to display information about the builds.
</longdescription>
<upstream>
<maintainer>
<email>[email protected]</email>
<name>Developers List</name>
</maintainer>
<remote-id type="pypi">buildbot-react-grid-view</remote-id>
<remote-id type="github">buildbot/buildbot</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 5dacef2

Please sign in to comment.