dev-util/buildbot-grid-view: New buildbot plugin module

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Brian Dolbec
2017-09-14 16:18:33 -07:00
parent 29ea36efca
commit b53a80a43d
3 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST buildbot-grid-view-0.9.11.tar.gz 638818 SHA256 f93088ba6ac063c4bd7400b2477c94e86a7531fc614c3965c18914dcc701812b SHA512 4da052b284452557a1de080afd31064b8ae950f1a1fbe2f2418a130e1150b84fc25a119866ccc5889a38dfe94a5f1f8d3b4ff7f3f7dd6cdb485eea90adda3f2a WHIRLPOOL 1ccd86ff91d508ec06c2f21128e2f09889450c81efce2603d29348c449c4d4d2e82ad7c885c11c53abc001ae3d40100ef3de86f1fac7ea1b8099da2ef13c4444

View File

@@ -0,0 +1,50 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
PYTHON_REQ_USE="sqlite"
PYTHON_COMPAT=( python2_7 python3_5 )
EGIT_REPO_URI="https://github.com/buildbot/buildbot.git"
[[ ${PV} == *9999 ]] && inherit git-r3
inherit distutils-r1
DESCRIPTION="BuildBot grid view web interface"
HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-grid-view"
MY_PV="${PV/_p/.post}"
MY_P="${PN}-${MY_PV}"
[[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
if [[ ${PV} == *9999 ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64"
fi
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-python/setuptools-21.2.1[${PYTHON_USEDEP}]
~dev-util/buildbot-${PV}[${PYTHON_USEDEP}]
~dev-util/buildbot-www-${PV}[${PYTHON_USEDEP}]
"
S="${WORKDIR}/${MY_P}"
#[[ ${PV} == *9999 ]] && S=${S}/www/base
python_test() {
distutils_install_for_testing
esetup.py test || die "Tests failed under ${EPYTHON}"
}
python_install_all() {
distutils-r1_python_install_all
}

View File

@@ -0,0 +1,24 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dolsen@gentoo.org</email>
<name>Brian Dolbec</name>
</maintainer>
<maintainer type="person">
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
</maintainer>
<longdescription lang="en">
The buildbot-grid-view plugin is the user interface code used to
display information about the builds.
</longdescription>
<upstream>
<maintainer>
<email>devel@buildbot.net</email>
<name>Developers List</name>
</maintainer>
<remote-id type="pypi">buildbot-grid-view</remote-id>
<remote-id type="github">buildbot/buildbot</remote-id>
</upstream>
</pkgmetadata>