Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-swiftclient: python-swiftclient-1.8.0.ebuild ChangeLog
Date: Thu, 28 Nov 2013 06:32:38
Message-Id: 20131128063232.746162004B@flycatcher.gentoo.org
1 idella4 13/11/28 06:32:32
2
3 Modified: python-swiftclient-1.8.0.ebuild ChangeLog
4 Log:
5 update test phase
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild?rev=1.2&view=markup
13 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
14 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
15
16 Index: python-swiftclient-1.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/python-swiftclient-1.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-swiftclient-1.8.0.ebuild 15 Nov 2013 06:51:33 -0000 1.1
23 +++ python-swiftclient-1.8.0.ebuild 28 Nov 2013 06:32:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -46,8 +46,10 @@
33 }
34
35 python_test() {
36 - # https://bugs.launchpad.net/python-swiftclient/+bug/1251507
37 - nosetests tests -e test_instantiation || die "testsuite failed"
38 + testr init
39 + testr run || die "tests failed under python2_7"
40 + flake8 tests && einfo "run of tests folder by flake8 passed"
41 + flake8 bin/swift && einfo "run of ./bin/swift by flake8 passed"
42 }
43
44 python_install_all() {
45
46
47
48 1.8 dev-python/python-swiftclient/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.8&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?rev=1.8&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-swiftclient/ChangeLog?r1=1.7&r2=1.8
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v
57 retrieving revision 1.7
58 retrieving revision 1.8
59 diff -u -r1.7 -r1.8
60 --- ChangeLog 15 Nov 2013 06:51:33 -0000 1.7
61 +++ ChangeLog 28 Nov 2013 06:32:32 -0000 1.8
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-python/python-swiftclient
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.7 2013/11/15 06:51:33 idella4 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-swiftclient/ChangeLog,v 1.8 2013/11/28 06:32:32 idella4 Exp $
67 +
68 + 28 Nov 2013; Ian Delaney <idella4@g.o> python-swiftclient-1.8.0.ebuild:
69 + update test phase
70
71 *python-swiftclient-1.8.0 (15 Nov 2013)