From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BCDAA138247 for ; Thu, 28 Nov 2013 06:32:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96B50E095A; Thu, 28 Nov 2013 06:32:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A612E095A for ; Thu, 28 Nov 2013 06:32:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B365B33F1C0 for ; Thu, 28 Nov 2013 06:32:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2332) id 746162004B; Thu, 28 Nov 2013 06:32:32 +0000 (UTC) From: "Ian Delaney (idella4)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, idella4@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-swiftclient: python-swiftclient-1.8.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-swiftclient-1.8.0.ebuild ChangeLog X-VCS-Directories: dev-python/python-swiftclient X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131128063232.746162004B@flycatcher.gentoo.org> Date: Thu, 28 Nov 2013 06:32:32 +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: 894cf7e0-3160-42b8-b71b-870484a79a88 X-Archives-Hash: aae0112d8da3a98bcb115485e10f28a4 idella4 13/11/28 06:32:32 Modified: python-swiftclient-1.8.0.ebuild ChangeLog Log: update test phase (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision Changes Path 1.2 dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild?r1=1.1&r2=1.2 Index: python-swiftclient-1.8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-swiftclient-1.8.0.ebuild 15 Nov 2013 06:51:33 -0000 1.1 +++ python-swiftclient-1.8.0.ebuild 28 Nov 2013 06:32:32 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild,v 1.1 2013/11/15 06:51:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild,v 1.2 2013/11/28 06:32:32 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -46,8 +46,10 @@ } python_test() { - # https://bugs.launchpad.net/python-swiftclient/+bug/1251507 - nosetests tests -e test_instantiation || die "testsuite failed" + testr init + testr run || die "tests failed under python2_7" + flake8 tests && einfo "run of tests folder by flake8 passed" + flake8 bin/swift && einfo "run of ./bin/swift by flake8 passed" } python_install_all() { 1.8 dev-python/python-swiftclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 15 Nov 2013 06:51:33 -0000 1.7 +++ ChangeLog 28 Nov 2013 06:32:32 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/python-swiftclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.7 2013/11/15 06:51:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.8 2013/11/28 06:32:32 idella4 Exp $ + + 28 Nov 2013; Ian Delaney python-swiftclient-1.8.0.ebuild: + update test phase *python-swiftclient-1.8.0 (15 Nov 2013)