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-cinderclient: metadata.xml python-cinderclient-1.0.5-r1.ebuild ChangeLog
Date: Thu, 28 Nov 2013 06:09:50
Message-Id: 20131128060945.A5B0B2004B@flycatcher.gentoo.org
1 idella4 13/11/28 06:09:45
2
3 Modified: metadata.xml python-cinderclient-1.0.5-r1.ebuild
4 ChangeLog
5 Log:
6 switch herd, unrestrict test & update test phase
7
8 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/python-cinderclient/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 21 Jan 2013 09:24:00 -0000 1.1
24 +++ metadata.xml 28 Nov 2013 06:09:45 -0000 1.2
25 @@ -1,7 +1,7 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>python</herd>
30 + <herd>openstack</herd>
31 <maintainer>
32 <email>prometheanfire@g.o</email>
33 <name>Matthew Thode</name>
34
35
36
37 1.2 dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: python-cinderclient-1.0.5-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- python-cinderclient-1.0.5-r1.ebuild 13 Sep 2013 19:26:45 -0000 1.1
50 +++ python-cinderclient-1.0.5-r1.ebuild 28 Nov 2013 06:09:45 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v 1.1 2013/09/13 19:26:45 prometheanfire Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v 1.2 2013/11/28 06:09:45 idella4 Exp $
56
57 EAPI=5
58 PYTHON_COMPAT=( python2_7 )
59 @@ -15,8 +15,6 @@
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="test"
63 -#restricting tests til upstream can decide on a testing infra, I'm tired of adding packages that stop getting used...
64 -RESTRICT="test"
65
66 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
67 test? ( dev-python/fixtures[${PYTHON_USEDEP}]
68 @@ -39,5 +37,7 @@
69 dev-python/six[${PYTHON_USEDEP}]"
70
71 python_test() {
72 - sh run_tests.sh -N -p -c
73 + testr init
74 + testr run
75 + flake8 cinderclient/tests
76 }
77
78
79
80 1.7 dev-python/python-cinderclient/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.7&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.7&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?r1=1.6&r2=1.7
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
89 retrieving revision 1.6
90 retrieving revision 1.7
91 diff -u -r1.6 -r1.7
92 --- ChangeLog 13 Sep 2013 19:26:45 -0000 1.6
93 +++ ChangeLog 28 Nov 2013 06:09:45 -0000 1.7
94 @@ -1,6 +1,10 @@
95 # ChangeLog for dev-python/python-cinderclient
96 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.6 2013/09/13 19:26:45 prometheanfire Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.7 2013/11/28 06:09:45 idella4 Exp $
99 +
100 + 28 Nov 2013; Ian Delaney <idella4@g.o> metadata.xml,
101 + python-cinderclient-1.0.5-r1.ebuild:
102 + switch herd, unrestrict test & update test phase
103
104 *python-cinderclient-1.0.5-r1 (13 Sep 2013)