diff options
author | Magnus Granberg <zorry@gentoo.org> | 2024-01-28 17:52:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 08:29:15 +0000 |
commit | f60f893fa4bff7dde8aa63b923e7c7203b631512 (patch) | |
tree | 6253b4a22d094c49e2f9c55cc77182d35343bef9 /dev-util/buildbot-console-view | |
parent | dev-util/buildbot-badges: add 3.11.0 (diff) | |
download | gentoo-f60f893fa4bff7dde8aa63b923e7c7203b631512.tar.gz gentoo-f60f893fa4bff7dde8aa63b923e7c7203b631512.tar.bz2 gentoo-f60f893fa4bff7dde8aa63b923e7c7203b631512.zip |
dev-util/buildbot-console-view: add 3.11.0
Closes: https://bugs.gentoo.org/920676
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
Signed-off-by: Sam James <sam@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.0.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest index acbaf680fea5..1d2813c1e409 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.6.1.tar.gz 18731 BLAKE2B b572b0c2bedfb1149056237a5b7417c933cdd75b8a723edcb5b37cbf33c8d6d1c1fa5d490955a119eb6ca6df7317b89182c45462ceebb310d3b78f44712f4d33 SHA512 3489579c02db7f2b02aaeab8d9cc2eb60d72e5a12eca51c63cf10491c683ba7b99069de6ca2348fcf44dd6ce81d58d437a7d03749815a3fad55162e50df912e0 DIST buildbot-console-view-3.9.0.tar.gz 19013 BLAKE2B 8e4adcbbe1aa545dfe314e31a13ec5b50dfb074e7c7c945f30a099937307fe4b76b058cde35e9726e030ea925670b570f8fbb8489e2162c7d0594d0f4227a557 SHA512 4cff6c23f3b8959b49db9d04447730eabdf3794050c2a8602f111c7b7a144de6fb53f2ee4035a63e27f25954034af04e39e81db1b1b9c785168670aa8660a631 diff --git a/dev-util/buildbot-console-view/buildbot-console-view-3.11.0.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-3.11.0.ebuild new file mode 100644 index 000000000000..95af709e5135 --- /dev/null +++ b/dev-util/buildbot-console-view/buildbot-console-view-3.11.0.ebuild @@ -0,0 +1,25 @@ +# 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 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 ~amd64-linux ~x86-linux" + +RDEPEND=" + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}] + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}] +" +BDEPEND="${RDEPEND}" |