mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-util/buildbot-react-console-view: add 3.11.9
Signed-off-by: Magnus Granberg <zorry@gentoo.org> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
committed by
Arthur Zamarin
parent
41ae52a888
commit
376bb2c241
@@ -1,2 +1,3 @@
|
||||
DIST buildbot-react-console-view-3.11.0.tar.gz 22189 BLAKE2B 1bedd806de9263c2eba7eb23701ff61469773352dd3fd994c83ab96cc4416c0c5da20e0f1b14024df38e22eb9b4001e41dca8a00d85159a111bee12b0e633308 SHA512 edfaa3cf89d3e45b7fc5d5b898dc37b2d4546469ef5ae9cc62feaa47b00e99e27b9dfde7b49fd2b99ed909746ae2b055b0b26bd9f5c1650fddf756d2fad4295f
|
||||
DIST buildbot-react-console-view-3.11.1.tar.gz 22200 BLAKE2B d6ce3f220152bf69b76745050edf9a4af5b644b1e1fe5322c8aa50e90b1b9962efbc6af218dd0a8a5510b3b7813e6a2b3a7b297cab11d4edf3c43a19b2f6b30b SHA512 c809355de9e169c14e6230fc406976078fc2bf94a99359b1d37f4d76c7128b1f7214bd932fe85c1ef05787e0b998e57c80e37846496a377253f6dbefc4f013f2
|
||||
DIST buildbot_react_console_view-3.11.9.tar.gz 22142 BLAKE2B 9139317d137268962713d71ecfc59935a7571e89d6cd0e5acc4e2bf9d3939407e59708a1ea71d37b3f8f14e32806c23f2785ef6918c4ddcdd8f0fab03d12874d SHA512 3227ecca5dff0eacfb575ec4fa2391d06819fe64e567ee982cef52151519709c58f044a192f27cb74d86ff5c8c018be0ee9a8efc2a436b29540e41ad48db41c6
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
# 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} )
|
||||
PYPI_PN=${PN/-react-console-/_react_console_}
|
||||
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}"
|
||||
Reference in New Issue
Block a user