From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4B4515800A for ; Thu, 24 Aug 2023 23:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA8332BC02B; Thu, 24 Aug 2023 23:34:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D53912BC02B for ; Thu, 24 Aug 2023 23:34:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2756F340C43 for ; Thu, 24 Aug 2023 23:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 889CC1083 for ; Thu, 24 Aug 2023 23:34:39 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1692919981.c68ffc6c40d51c7e3baabf1ae290d86df190ccc7.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-react-console-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-react-console-view/Manifest dev-util/buildbot-react-console-view/buildbot-react-console-view-3.9.0.ebuild dev-util/buildbot-react-console-view/metadata.xml X-VCS-Directories: dev-util/buildbot-react-console-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c68ffc6c40d51c7e3baabf1ae290d86df190ccc7 X-VCS-Branch: master Date: Thu, 24 Aug 2023 23:34:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b27ad71-142e-45fe-b0f5-3e549453cdf6 X-Archives-Hash: 1e9c98e9341d0eab553892d1a56d5689 commit: c68ffc6c40d51c7e3baabf1ae290d86df190ccc7 Author: Brian Dolbec gentoo org> AuthorDate: Thu Aug 24 23:25:05 2023 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Aug 24 23:33:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68ffc6c dev-util/buildbot-react-console-view: new package, add 3.9.0 Signed-off-by: Brian Dolbec gentoo.org> dev-util/buildbot-react-console-view/Manifest | 1 + .../buildbot-react-console-view-3.9.0.ebuild | 25 ++++++++++++++++++++++ dev-util/buildbot-react-console-view/metadata.xml | 24 +++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/dev-util/buildbot-react-console-view/Manifest b/dev-util/buildbot-react-console-view/Manifest new file mode 100644 index 000000000000..4c0f257bc907 --- /dev/null +++ b/dev-util/buildbot-react-console-view/Manifest @@ -0,0 +1 @@ +DIST buildbot-react-console-view-3.9.0.tar.gz 25184 BLAKE2B 672e80e9bfd04232a292da0807b1bbc024be2bdcaadec54ecf4ab9f2ee562a2bada92a48965339b3f56f2ceade127faf0903ed09f5e064e0a1f604c2aaba626c SHA512 51d398dadf7e0874061efefc62e3b0d08ce2d29fc8bd686a4f700d12858edc733e114e99d44d2fc97cd891f32faa0751a423be5bce2ae06ebd6ce0c6903e1a0d diff --git a/dev-util/buildbot-react-console-view/buildbot-react-console-view-3.9.0.ebuild b/dev-util/buildbot-react-console-view/buildbot-react-console-view-3.9.0.ebuild new file mode 100644 index 000000000000..f822a2f76023 --- /dev/null +++ b/dev-util/buildbot-react-console-view/buildbot-react-console-view-3.9.0.ebuild @@ -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}" diff --git a/dev-util/buildbot-react-console-view/metadata.xml b/dev-util/buildbot-react-console-view/metadata.xml new file mode 100644 index 000000000000..f49f90b24118 --- /dev/null +++ b/dev-util/buildbot-react-console-view/metadata.xml @@ -0,0 +1,24 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + zorry@gentoo.org + Magnus Granberg + + + The buildbot-react-console-view plugin is the new react based user interface + code used to display information about the builds to the console. + + + + devel@buildbot.net + Developers List + + buildbot-react-console-view + buildbot/buildbot + +