diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2020-10-10 13:26:59 -0400 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2020-10-10 14:56:11 -0400 |
commit | c38efd79c8a527b2ab8e9d361c90b9e6af1a614a (patch) | |
tree | 840822779f4049cd0ede8256962f633eaeeb482b /dev-util/buildbot-console-view | |
parent | dev-util/buildbot-waterfall-view: Version bump to 2.8.4 (diff) | |
download | gentoo-c38efd79c8a527b2ab8e9d361c90b9e6af1a614a.tar.gz gentoo-c38efd79c8a527b2ab8e9d361c90b9e6af1a614a.tar.bz2 gentoo-c38efd79c8a527b2ab8e9d361c90b9e6af1a614a.zip |
dev-util/buildbot-console-view: Version bump to 2.8.4
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Brian Dolbec <dolsen@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-2.8.4.ebuild | 37 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-util/buildbot-console-view/Manifest b/dev-util/buildbot-console-view/Manifest index 21640b7987f8..ed1412ff4846 100644 --- a/dev-util/buildbot-console-view/Manifest +++ b/dev-util/buildbot-console-view/Manifest @@ -1 +1,2 @@ DIST buildbot-console-view-2.8.2.tar.gz 17575 BLAKE2B e036429dd40fdfdadd65a10d4f6fc025b00d9a61153aecd4f31e0c6c133ba1e546b1c810254ec1fb83913cd4434db223c3cd782481ef5785ec48162a2f111682 SHA512 dbec358933865aa79ad86754ef454d89fa369fc64f3df54eb079c0f1ebadb027131d4bd7ac14dd29a16d34aa416e21f90cbecc873944a7ab8ef7da637e20c999 +DIST buildbot-console-view-2.8.4.tar.gz 18531 BLAKE2B 8d997e34eefea4be6bbbb33902b992a4864b601ef689cedbd7051667e5cab1ee45b13e2d5ad888af4a805ab1a60f0bc79439580583b3c3e233d321b52b28e0d9 SHA512 ccaa8b9ab18bd6e6609ab017ce4f2d447f99310b3448584decb8a572c573426bf84e6b86837f68b715863c66de013a8cad546e35dbbfb051c1c8d32a3825fe7f diff --git a/dev-util/buildbot-console-view/buildbot-console-view-2.8.4.ebuild b/dev-util/buildbot-console-view/buildbot-console-view-2.8.4.ebuild new file mode 100644 index 000000000000..461db8d8fd20 --- /dev/null +++ b/dev-util/buildbot-console-view/buildbot-console-view-2.8.4.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_REQ_USE="sqlite" +PYTHON_COMPAT=( python3_{6,7,8} ) + +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 + +DESCRIPTION="Buildbot console-view plugin" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.org/project/buildbot-console-view/" + +MY_PV="${PV/_p/.post}" +MY_P="${PN}-${MY_PV}" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" + +KEYWORDS="~amd64" + +IUSE="" + +RDEPEND=" + ~dev-util/buildbot-${PV}[${PYTHON_USEDEP}] + ~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" + +python_install_all() { + distutils-r1_python_install_all +} |