summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2024-10-27 09:05:21 +0100
committerSam James <sam@gentoo.org>2024-11-09 09:07:18 +0000
commitba9706a8d1e967880bb9488f8710d27af7d9fa5a (patch)
tree5d30733d655e0fbfa2b56f74dfd15abccc59cfa2 /dev-util/buildbot-waterfall-view
parentdev-util/buildbot-pkg: add 4.1.0 (diff)
downloadgentoo-ba9706a8d1e967880bb9488f8710d27af7d9fa5a.tar.gz
gentoo-ba9706a8d1e967880bb9488f8710d27af7d9fa5a.tar.bz2
gentoo-ba9706a8d1e967880bb9488f8710d27af7d9fa5a.zip
dev-util/buildbot-waterfall-view: add 4.1.0
Signed-off-by: Magnus Granberg <zorry@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-waterfall-view')
-rw-r--r--dev-util/buildbot-waterfall-view/Manifest1
-rw-r--r--dev-util/buildbot-waterfall-view/buildbot-waterfall-view-4.1.0.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/dev-util/buildbot-waterfall-view/Manifest b/dev-util/buildbot-waterfall-view/Manifest
index acbbdf164bc6..8bfae38c362a 100644
--- a/dev-util/buildbot-waterfall-view/Manifest
+++ b/dev-util/buildbot-waterfall-view/Manifest
@@ -1,3 +1,4 @@
DIST buildbot-waterfall-view-3.11.0.tar.gz 194382 BLAKE2B 1d811f6a4c7416c6efd4d361951b78f9ad3774ba0575801d497142ccd1c336c1e6455d8b800da8a41e4973efe22cb993c0df31d1ec3d709614a0179037360492 SHA512 46435c45fe3658f4b19499136bf777c294016543a4fc157ac2564fa2376de230a0e10096b43c8b8dc3b24633de9b649cab9fe7928790da4ed9108dc0dbde3d89
DIST buildbot-waterfall-view-3.11.1.tar.gz 194370 BLAKE2B b7777e4789cb725e96f306c80b29f910b912a4adf90c58c3397615f43b60c6d998adcd71724323db7e0fa44d3f11d5a65f90cc67295b38fda7397d27092f9511 SHA512 4179ab46ed4ec4963c78b83d739962364d4fbe973f91c05ebc060c1f0884b015e2eafff0a6c22d2f01274a9c3a073011b59d346125d7942bbb95290899c29223
DIST buildbot_waterfall_view-3.11.9.tar.gz 194388 BLAKE2B 04c04c7aeda2cd5496aaed565583f673466084573fab1d690448363ec8eec7565d049c5515eb98d89ad5236fe54aa58139a83c15abd76234c0fb013b1e2892f2 SHA512 f6de2bb6f0f6186863e5094bda49da67381a31f881efa16e7bff32db9551c4d2846d93068ad212e72f06860de7586a14b74b00c93e41efbaf5ce3ca412ad14ad
+DIST buildbot_waterfall_view-4.1.0.tar.gz 61939 BLAKE2B ecb6970cde2de09e2ecb409c79427f7b2f6a08729439227a32fa225eca79366296711e0abd3ffbdd418736ad5eb59eec357a27b826c012e81b3951bfd49f02d9 SHA512 bfb41aedff9b4b38707273430bf0f32f1fd2ac5401881f1a49c692f3e56a8c56073d603678c32853aefed19c6a3d8161fc84492069458f5f2dfc657026ee681f
diff --git a/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-4.1.0.ebuild b/dev-util/buildbot-waterfall-view/buildbot-waterfall-view-4.1.0.ebuild
new file mode 100644
index 000000000000..8bdcec20dda0
--- /dev/null
+++ b/dev-util/buildbot-waterfall-view/buildbot-waterfall-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 waterfall-view plugin"
+HOMEPAGE="https://buildbot.net/
+ https://github.com/buildbot/buildbot
+ https://pypi.org/project/buildbot-waterfall-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}"