diff options
author | Magnus Granberg <zorry@gentoo.org> | 2024-10-14 23:31:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-18 10:05:15 +0300 |
commit | 5ccef1f2b238a4a2fac4498d2770e82c95c7c0c3 (patch) | |
tree | a89225697963004a4bb6951b90c18d6de72b77bc /dev-util/buildbot-console-view | |
parent | dev-util/buildbot-badges: add 3.11.9 (diff) | |
download | gentoo-5ccef1f2b238a4a2fac4498d2770e82c95c7c0c3.tar.gz gentoo-5ccef1f2b238a4a2fac4498d2770e82c95c7c0c3.tar.bz2 gentoo-5ccef1f2b238a4a2fac4498d2770e82c95c7c0c3.zip |
dev-util/buildbot-console-view: add 3.11.9
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-console-view')
-rw-r--r-- | dev-util/buildbot-console-view/Manifest | 1 | ||||
-rw-r--r-- | dev-util/buildbot-console-view/buildbot-console-view-3.11.9.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest index b3e0886e6388..e6d969ccb4cd 100644 --- a/dev-util/buildbot-console-view/Manifest +++ b/dev-util/buildbot-console-view/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/dev-util/buildbot-console-view/buildbot-console-view-3.11.9.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-3.11.9.ebuild new file mode 100644 index 000000000000..72d58ae54d06 --- /dev/null +++ b/dev-util/buildbot-console-view/buildbot-console-view-3.11.9.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/-console-/_console_} +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}" |