summaryrefslogtreecommitdiff
path: root/dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2024-03-10 22:47:05 +0100
committerSam James <sam@gentoo.org>2024-03-14 05:37:18 +0000
commit2b4698dea0fa59805e88b253800b15fdc5dd65f0 (patch)
tree933de7c0a32e87fec75e30fb4913d1bd53462445 /dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild
parentd0a67fd6e8f3da05c2f782a3e32cc8e592c2033e (diff)
downloadgentoo-2b4698dea0fa59805e88b253800b15fdc5dd65f0.tar.gz
gentoo-2b4698dea0fa59805e88b253800b15fdc5dd65f0.tar.bz2
gentoo-2b4698dea0fa59805e88b253800b15fdc5dd65f0.zip
dev-util/buildbot-react-grid-view: add 3.11.1
Signed-off-by: Magnus Granberg <zorry@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild')
-rw-r--r--dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild b/dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild
new file mode 100644
index 000000000000..7de8bc5e3cd9
--- /dev/null
+++ b/dev-util/buildbot-react-grid-view/buildbot-react-grid-view-3.11.1.ebuild
@@ -0,0 +1,24 @@
+# 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 react based grid view web interface"
+HOMEPAGE="https://buildbot.net/
+ https://github.com/buildbot/buildbot
+ https://pypi.org/project/buildbot-react-grid-view/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux"
+
+BDEPEND="
+ ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
+ ~dev-util/buildbot-www-react-${PV}[${PYTHON_USEDEP}]
+"