diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2022-05-29 16:36:11 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2022-05-29 17:11:16 -0700 |
commit | c48a2baf347591248febbd9c6c331e94ab51c19a (patch) | |
tree | d3357df838a80a18fd0ca8de1539bf52e7927954 /dev-util/buildbot-www/buildbot-www-3.5.0.ebuild | |
parent | dev-util/buildbot-pkg: Bump to 3.5.0 (diff) | |
download | gentoo-c48a2baf347591248febbd9c6c331e94ab51c19a.tar.gz gentoo-c48a2baf347591248febbd9c6c331e94ab51c19a.tar.bz2 gentoo-c48a2baf347591248febbd9c6c331e94ab51c19a.zip |
dev-util/buildbot-www: Bump to 3.5.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
Diffstat (limited to 'dev-util/buildbot-www/buildbot-www-3.5.0.ebuild')
-rw-r--r-- | dev-util/buildbot-www/buildbot-www-3.5.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild b/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild new file mode 100644 index 000000000000..c63f1d6ffe14 --- /dev/null +++ b/dev-util/buildbot-www/buildbot-www-3.5.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_REQ_USE="sqlite" +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +MY_PV="${PV/_p/.post}" +MY_P="${PN}-${MY_PV}" + +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/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~riscv ~amd64-linux ~x86-linux" + +RDEPEND="~dev-util/buildbot-pkg-${PV}[${PYTHON_USEDEP}]" +BDEPEND="${RDEPEND}" |