commit: b3c10a331f0bf3e490f5d0fe526cc1fb85c54449
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 23:24:13 2023 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 23:33:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3c10a33
dev-util/buildbot-www-react: new package, add 3.9.0
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
dev-util/buildbot-www-react/Manifest | 1 +
.../buildbot-www-react-3.9.0.ebuild | 22 ++++++++++++++++++++
dev-util/buildbot-www-react/metadata.xml | 24 ++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/dev-util/buildbot-www-react/Manifest
b/dev-util/buildbot-www-react/Manifest
new file mode 100644
index 000000000000..ab2f6c0f9904
--- /dev/null
+++ b/dev-util/buildbot-www-react/Manifest
@@ -0,0 +1 @@
+DIST buildbot-www-react-3.9.0.tar.gz 38431 BLAKE2B
e32edbd846c131670f8bc3c84fbc9456bd5757a09ed1e3b145f8cbb13707a31866527b3d1d16b7d77a2cf05d90923037841034c835ba5d7bc92ee47d9a00be92
SHA512
bdc1db5a21ff47b8f8c416e1eae38b561b2480d7643b91b598ae25bf6ffa362e6eeadf90c6a0e109dca6b80c15400562529d7b4dfe9e0ed1588e33a69b8c132f
diff --git a/dev-util/buildbot-www-react/buildbot-www-react-3.9.0.ebuild
b/dev-util/buildbot-www-react/buildbot-www-react-3.9.0.ebuild
new file mode 100644
index 000000000000..086a404d6277
--- /dev/null
+++ b/dev-util/buildbot-www-react/buildbot-www-react-3.9.0.ebuild
@@ -0,0 +1,22 @@
+# 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 base web interface, use with
buildbot-react-{console-view,grid-view}..."
+HOMEPAGE="https://buildbot.net/
+ https://github.com/buildbot/buildbot
+ https://pypi.org/project/buildbot-www-react/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux"
+
+RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]"
+BDEPEND="${RDEPEND}"
diff --git a/dev-util/buildbot-www-react/metadata.xml
b/dev-util/buildbot-www-react/metadata.xml
new file mode 100644
index 000000000000..b15ec83b52fd
--- /dev/null
+++ b/dev-util/buildbot-www-react/metadata.xml
@@ -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-www-react package is the base or common code used
for the other
+ react based user interface packages such as the grid and
console views.
+ </longdescription>
+ <upstream>
+ <maintainer>
+ <email>[email protected]</email>
+ <name>Developers List</name>
+ </maintainer>
+ <remote-id type="pypi">buildbot-www-react</remote-id>
+ <remote-id type="github">buildbot/buildbot</remote-id>
+ </upstream>
+</pkgmetadata>