commit: 3f2629e075879c035090b4de71065cd82dd712db Author: Magnus Granberg <zorry <AT> gentoo <DOT> org> AuthorDate: Sun Oct 27 07:58:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 9 09:07:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2629e0
dev-util/buildbot-console-view: add 4.1.0 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/buildbot-console-view/Manifest | 1 + .../buildbot-console-view-4.1.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest index e6d969ccb4cd..ae9dbba85278 100644 --- a/dev-util/buildbot-console-view/Manifest +++ b/dev-util/buildbot-console-view/Manifest @@ -1,3 +1,4 @@ DIST buildbot-console-view-3.11.0.tar.gz 19024 BLAKE2B 0e72218d9735b191b64f0cb53c98e8ecba7ec3d3b60e7e9ca61faa005f6816ae0cce069b57d8a910542a7879e0a328a0568acb97ed0b97f08a41c4653f645e0e SHA512 1b6e822ac22849f7e646f126011dbf84088324179e39c7abc4dbd1a717c6261f3373c7130947fd9f200c6e1bb57a3aeec2ce2f60328e85ab51773771b980300d DIST buildbot-console-view-3.11.1.tar.gz 19008 BLAKE2B 23f35c2ae75a869475ef416d463ed0aa738e0a45f5066fafdb585c01b9b07f97b29d22103732d51f95e130bea29ebeb6fa8294b6222a2607ffd79f21c09bef99 SHA512 2a8a106de8a049802ce2da436ef2440824786e1ed6fa79115d684705e135d8bf09aec54628e75fdb1193117359cec32db4bbd69b715d2c0e6457e1ad9524f086 DIST buildbot_console_view-3.11.9.tar.gz 19042 BLAKE2B 11ce4d18f3caa5181c265781f47c4b5e51f49c710ddf21b1b5e0e17a7a18ded033ef6f20416646c7bf2e64ba4e07740ff77262906aea0ef54552fd5532f78e21 SHA512 f9f0a9af8ea5292c226c9420d8837172d40791ebd6abb4e410b6e5cad66548c7d06bb5dca9570606c9d9f4f22b4b3f3ba40e51921db03c731ae56f414de93e4b +DIST buildbot_console_view-4.1.0.tar.gz 22355 BLAKE2B a9ed8bdbc49d7c8fa92240c74bd297807be85ac4d9bedf9a950b53ed477ba5241442ecc91282d85c2cfcb356e38254818779459bb23052b3be72b772670187c0 SHA512 6fd56b4238cb362c5dbba4d5fb2c249dd3ddcfae58a2e4f6e96b3800bd9105945a479168cea0556012959955125345f082abc5099436aa568fb64afa82f66b67 diff --git a/dev-util/buildbot-console-view/buildbot-console-view-4.1.0.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-4.1.0.ebuild new file mode 100644 index 000000000000..cae816e72ac4 --- /dev/null +++ b/dev-util/buildbot-console-view/buildbot-console-view-4.1.0.ebuild @@ -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//-/_} +inherit distutils-r1 pypi + +DESCRIPTION="Buildbot console-view plugin" +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-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-${PV}[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}"