From f6b097aa11a1ca80f7618bc992b4ba053aa66648 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Sun, 28 Jan 2024 17:57:52 +0100 Subject: dev-util/buildbot-react-wsgi-dashboards: new package, add 3.11.0 Closes: https://bugs.gentoo.org/920676 Signed-off-by: Magnus Granberg Signed-off-by: Sam James --- dev-util/buildbot-react-wsgi-dashboards/Manifest | 1 + .../buildbot-react-wsgi-dashboards-3.11.0.ebuild | 24 ++++++++++++++++++++++ .../buildbot-react-wsgi-dashboards/metadata.xml | 24 ++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-util/buildbot-react-wsgi-dashboards/Manifest create mode 100644 dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild create mode 100644 dev-util/buildbot-react-wsgi-dashboards/metadata.xml diff --git a/dev-util/buildbot-react-wsgi-dashboards/Manifest b/dev-util/buildbot-react-wsgi-dashboards/Manifest new file mode 100644 index 000000000000..fc941a83677d --- /dev/null +++ b/dev-util/buildbot-react-wsgi-dashboards/Manifest @@ -0,0 +1 @@ +DIST buildbot-react-wsgi-dashboards-3.11.0.tar.gz 433325 BLAKE2B 636e8dcc101609243658ec6ebf1dcd6b62884b881b1296cf61fe877a7bb12d804222f55bb3e4f87d263823ebcc6d3fd28c8145c5167f3219baee7659345f0ad6 SHA512 3443ebf79e2d0a1913f8160ffad398f36304596e65c9691b728ee3e87b2b2878083623b8e3300c860a09f9a8e76de64b5be30191dc5e4e1a07ae457484ab98cf diff --git a/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild b/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild new file mode 100644 index 000000000000..a3fb0a32bd39 --- /dev/null +++ b/dev-util/buildbot-react-wsgi-dashboards/buildbot-react-wsgi-dashboards-3.11.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 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..12} ) +inherit distutils-r1 pypi + +DESCRIPTION="Buildbot plugin to integrate flask or bottle dashboards to buildbot UI" +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-react-wsgi-dashboards/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" + +BDEPEND=" + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}] + ~dev-util/buildbot-www-react-${PV}[${PYTHON_USEDEP}] +" diff --git a/dev-util/buildbot-react-wsgi-dashboards/metadata.xml b/dev-util/buildbot-react-wsgi-dashboards/metadata.xml new file mode 100644 index 000000000000..9e44a7882f31 --- /dev/null +++ b/dev-util/buildbot-react-wsgi-dashboards/metadata.xml @@ -0,0 +1,24 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + zorry@gentoo.org + Magnus Granberg + + + The buildbot-react-wsgi-dashboards plugin is the user interface code used to + integrate flask or bottle dashboards to buildbot's web interface. + + + + devel@buildbot.net + Developers List + + buildbot-react-wsgi-dashboards + buildbot/buildbot + + -- cgit v1.2.3-65-gdbad