diff options
author | Magnus Granberg <zorry@gentoo.org> | 2024-01-28 18:00:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-30 08:29:18 +0000 |
commit | 717287a024d30f8e272b50e66b3e6ef854a4af65 (patch) | |
tree | 7317001c7a1172ecd6a25307a114ea1bf96c7672 /dev-util/buildbot-www/buildbot-www-3.11.0.ebuild | |
parent | dev-util/buildbot-www-react: add 3.11.0 (diff) | |
download | gentoo-717287a024d30f8e272b50e66b3e6ef854a4af65.tar.gz gentoo-717287a024d30f8e272b50e66b3e6ef854a4af65.tar.bz2 gentoo-717287a024d30f8e272b50e66b3e6ef854a4af65.zip |
dev-util/buildbot-www: 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-www/buildbot-www-3.11.0.ebuild')
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-3.11.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/buildbot-www/buildbot-www-3.11.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.11.0.ebuild new file mode 100644 index 000000000000..2a01e37f15ca --- /dev/null +++ b/dev-util/buildbot-www/buildbot-www-3.11.0.ebuild @@ -0,0 +1,22 @@ +# 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 base web interface, use with buildbot-{console-view,waterfall-view}..." +HOMEPAGE="https://buildbot.net/ + https://github.com/buildbot/buildbot + https://pypi.org/project/buildbot-www/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~amd64-linux ~x86-linux" + +RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" |