From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17C2C1396D0 for ; Fri, 15 Sep 2017 17:41:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B7F0E0CEB; Fri, 15 Sep 2017 17:41:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50BB3E0CEB for ; Fri, 15 Sep 2017 17:41:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49E2433BF1C for ; Fri, 15 Sep 2017 17:41:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E4129085 for ; Fri, 15 Sep 2017 17:41:26 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1505497273.8f1a9f0839e9d65c0f01ea9be07b89b4b94e5fda.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-wsgi-dashboards/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-wsgi-dashboards/Manifest dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild dev-util/buildbot-wsgi-dashboards/metadata.xml X-VCS-Directories: dev-util/buildbot-wsgi-dashboards/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 8f1a9f0839e9d65c0f01ea9be07b89b4b94e5fda X-VCS-Branch: master Date: Fri, 15 Sep 2017 17:41:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7ce64a04-36bd-4815-b8ed-9b509f0ab147 X-Archives-Hash: dce753d96dd03494077004f86ffa22ca commit: 8f1a9f0839e9d65c0f01ea9be07b89b4b94e5fda Author: Brian Dolbec gentoo org> AuthorDate: Thu Sep 14 23:19:47 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Sep 15 17:41:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1a9f08 dev-util/buildbot-wsgi-dashboards: New buildbot plugin module Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-util/buildbot-wsgi-dashboards/Manifest | 1 + .../buildbot-wsgi-dashboards-0.9.11.ebuild | 50 ++++++++++++++++++++++ dev-util/buildbot-wsgi-dashboards/metadata.xml | 24 +++++++++++ 3 files changed, 75 insertions(+) diff --git a/dev-util/buildbot-wsgi-dashboards/Manifest b/dev-util/buildbot-wsgi-dashboards/Manifest new file mode 100644 index 00000000000..c75e8dd8d31 --- /dev/null +++ b/dev-util/buildbot-wsgi-dashboards/Manifest @@ -0,0 +1 @@ +DIST buildbot-wsgi-dashboards-0.9.11.tar.gz 627215 SHA256 bb72b78045867bc0ee2cbe90df96978860ed14e61090dc67b5ecd9606bab2975 SHA512 6f829d5ead05cb91f5b85f128874f1df01288e87938df9f8dd1cca1552ccfb7cae35be4eb077ea97d5ca4f44b236947649131b9aed2bdc9142920c2ee1439f4b WHIRLPOOL d33937eb54c8c4f7bc8d5d3258d37b0fac39293657e2668fc96149a574ff583f37798ff0ce03b2bc5a2ab5db1015db5538c1d5806ff23ca7d2b7a8152666d97f diff --git a/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild new file mode 100644 index 00000000000..cf9810a5d1c --- /dev/null +++ b/dev-util/buildbot-wsgi-dashboards/buildbot-wsgi-dashboards-0.9.11.ebuild @@ -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 plugin to integrate flask or bottle dashboards to buildbot UI" +HOMEPAGE="https://buildbot.net/ https://github.com/buildbot/buildbot https://pypi.python.org/pypi/buildbot-wsgi-dashboards" + +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 +} diff --git a/dev-util/buildbot-wsgi-dashboards/metadata.xml b/dev-util/buildbot-wsgi-dashboards/metadata.xml new file mode 100644 index 00000000000..5635b23b831 --- /dev/null +++ b/dev-util/buildbot-wsgi-dashboards/metadata.xml @@ -0,0 +1,24 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + + + hwoarang@gentoo.org + Markos Chandras + + + The buildbot-wsgi-dashboards plugin is the user interface code used to + integrate flask or bottle dashboards to buildbot's web interface. + + + + devel@buildbot.net + Developers List + + buildbot-wsgi-dashboards + buildbot/buildbot + +