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 2BC1315838C for ; Tue, 30 Jan 2024 08:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3D75E2A41; Tue, 30 Jan 2024 08:33:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C0C7AE2A44 for ; Tue, 30 Jan 2024 08:33:30 +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 922BA3430CF for ; Tue, 30 Jan 2024 08:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C948514C8 for ; Tue, 30 Jan 2024 08:33:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706603358.e4a9b33092cd5fc162d8dd742b798d182054ef77.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-www-react/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-www-react/Manifest dev-util/buildbot-www-react/buildbot-www-react-3.11.0.ebuild X-VCS-Directories: dev-util/buildbot-www-react/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e4a9b33092cd5fc162d8dd742b798d182054ef77 X-VCS-Branch: master Date: Tue, 30 Jan 2024 08:33:26 +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: 8e4630f7-420c-43a7-a839-a2de77ec8ec1 X-Archives-Hash: e178ee05aab60d6ae96a94d5d0268999 commit: e4a9b33092cd5fc162d8dd742b798d182054ef77 Author: Magnus Granberg gentoo org> AuthorDate: Sun Jan 28 17:00:18 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 30 08:29:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a9b330 dev-util/buildbot-www-react: add 3.11.0 Closes: https://bugs.gentoo.org/920676 Signed-off-by: Magnus Granberg gentoo.org> Signed-off-by: Sam James gentoo.org> dev-util/buildbot-www-react/Manifest | 1 + .../buildbot-www-react-3.11.0.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/dev-util/buildbot-www-react/Manifest b/dev-util/buildbot-www-react/Manifest index ab2f6c0f9904..8a50a24b0865 100644 --- a/dev-util/buildbot-www-react/Manifest +++ b/dev-util/buildbot-www-react/Manifest @@ -1 +1,2 @@ +DIST buildbot-www-react-3.11.0.tar.gz 339509 BLAKE2B 274ac1e27537fb10918720dee4ca017289741c4da49c24af25cdb9ce342dccdc61e1b03d669521a8aa54e9265eefdead062869f0db1176d2ea9de5d147d2459b SHA512 3f110a9195f6a1206392f54f78bc82e4a17a386fed2316ae94f5a6648bde7603e948453161f80018064a403c661fcddceaf57c1c480527f0b7ae9e5906e714af 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.11.0.ebuild b/dev-util/buildbot-www-react/buildbot-www-react-3.11.0.ebuild new file mode 100644 index 000000000000..278991d26bc3 --- /dev/null +++ b/dev-util/buildbot-www-react/buildbot-www-react-3.11.0.ebuild @@ -0,0 +1,22 @@ +# 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 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 ~amd64-linux ~x86-linux" + +RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}"