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 596C91396D9 for ; Fri, 27 Oct 2017 02:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BE472BC011; Fri, 27 Oct 2017 02:29:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3DFAD2BC011 for ; Fri, 27 Oct 2017 02:29:30 +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 421BB33BEB4 for ; Fri, 27 Oct 2017 02:29:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 330E183A for ; Fri, 27 Oct 2017 02:29: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: <1509071301.8b4b02ba89e7fe309fd304c3e2f6aba3bc7473a3.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-grid-view/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-grid-view/Manifest dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild X-VCS-Directories: dev-util/buildbot-grid-view/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 8b4b02ba89e7fe309fd304c3e2f6aba3bc7473a3 X-VCS-Branch: master Date: Fri, 27 Oct 2017 02:29: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: 7d2672ef-bbba-40d1-8aee-5495a494a3fd X-Archives-Hash: 857057a5d3caa7b92e1cd9db06398495 commit: 8b4b02ba89e7fe309fd304c3e2f6aba3bc7473a3 Author: Brian Dolbec gentoo org> AuthorDate: Fri Oct 27 02:18:45 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Oct 27 02:28:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4b02ba dev-util/buildbot-grid-view: Version bump, EAPI bump Package-Manager: Portage-2.3.12, Repoman-2.3.4 dev-util/buildbot-grid-view/Manifest | 1 + .../buildbot-grid-view-0.9.12_p1.ebuild | 50 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/dev-util/buildbot-grid-view/Manifest b/dev-util/buildbot-grid-view/Manifest index e10352fb5af..fe4548226d0 100644 --- a/dev-util/buildbot-grid-view/Manifest +++ b/dev-util/buildbot-grid-view/Manifest @@ -1 +1,2 @@ DIST buildbot-grid-view-0.9.11.tar.gz 638818 SHA256 f93088ba6ac063c4bd7400b2477c94e86a7531fc614c3965c18914dcc701812b SHA512 4da052b284452557a1de080afd31064b8ae950f1a1fbe2f2418a130e1150b84fc25a119866ccc5889a38dfe94a5f1f8d3b4ff7f3f7dd6cdb485eea90adda3f2a WHIRLPOOL 1ccd86ff91d508ec06c2f21128e2f09889450c81efce2603d29348c449c4d4d2e82ad7c885c11c53abc001ae3d40100ef3de86f1fac7ea1b8099da2ef13c4444 +DIST buildbot-grid-view-0.9.12.post1.tar.gz 638819 SHA256 9dcccd323589f8bb17e50ccd56cd7147e3e3171fcfc9c6bb2aac1d75e411c939 SHA512 3bc90dcee10781afa90a44d0ff57629f2fe8620fb1133a489282b3a69b884d33a7ad3cbf6e38f688755fcc2153c9ae1c0d48cd2797e33070f66a9093887179c6 WHIRLPOOL 803c518e773a7c2c4360efbb72417d1fc315560048a3662eefe4f1213861f260208703d7bb5837206cb90c2ef82ff248e4180a083648432554bde4cc83f4869f diff --git a/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild new file mode 100644 index 00000000000..f32dcb7f4ca --- /dev/null +++ b/dev-util/buildbot-grid-view/buildbot-grid-view-0.9.12_p1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" +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-0.9.12*[${PYTHON_USEDEP}] + =dev-util/buildbot-www-0.9.12*[${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 +}