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: python-cinderclient-1.0.7.ebuild python-cinderclient-1.0.5-r1.ebuild ChangeLog
Date: Sat, 30 Nov 2013 12:00:31
Message-Id: 20131130120024.336C82004B@flycatcher.gentoo.org
1 idella4 13/11/30 12:00:24
2
3 Modified: python-cinderclient-1.0.5-r1.ebuild ChangeLog
4 Added: python-cinderclient-1.0.7.ebuild
5 Log:
6 bump; update deps, 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.3 dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: python-cinderclient-1.0.5-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- python-cinderclient-1.0.5-r1.ebuild 28 Nov 2013 06:09:45 -0000 1.2
24 +++ python-cinderclient-1.0.5-r1.ebuild 30 Nov 2013 12:00:24 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.5-r1.ebuild,v 1.3 2013/11/30 12:00:24 idella4 Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_7 )
33 @@ -38,6 +38,6 @@
34
35 python_test() {
36 testr init
37 - testr run
38 - flake8 cinderclient/tests
39 + testr run --parallel || die "tests failed under python2.7"
40 + flake8 cinderclient/tests || die "run by flake8 over tests folder yielded error"
41 }
42
43
44
45 1.8 dev-python/python-cinderclient/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/ChangeLog?r1=1.7&r2=1.8
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- ChangeLog 28 Nov 2013 06:09:45 -0000 1.7
58 +++ ChangeLog 30 Nov 2013 12:00:24 -0000 1.8
59 @@ -1,6 +1,12 @@
60 # ChangeLog for dev-python/python-cinderclient
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.7 2013/11/28 06:09:45 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/ChangeLog,v 1.8 2013/11/30 12:00:24 idella4 Exp $
64 +
65 +*python-cinderclient-1.0.7 (30 Nov 2013)
66 +
67 + 30 Nov 2013; Ian Delaney <idella4@g.o>
68 + +python-cinderclient-1.0.7.ebuild, python-cinderclient-1.0.5-r1.ebuild:
69 + bump; update deps, test phase
70
71 28 Nov 2013; Ian Delaney <idella4@g.o> metadata.xml,
72 python-cinderclient-1.0.5-r1.ebuild:
73
74
75
76 1.1 dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild?rev=1.1&content-type=text/plain
80
81 Index: python-cinderclient-1.0.7.ebuild
82 ===================================================================
83 # Copyright 1999-2013 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-cinderclient/python-cinderclient-1.0.7.ebuild,v 1.1 2013/11/30 12:00:24 idella4 Exp $
86
87 EAPI=5
88 PYTHON_COMPAT=( python2_7 )
89
90 inherit distutils-r1
91
92 DESCRIPTION="A client for the OpenStack Cinder API"
93 HOMEPAGE="https://launchpad.net/python-cinderclient"
94 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
95
96 LICENSE="Apache-2.0"
97 SLOT="0"
98 KEYWORDS="~amd64 ~x86"
99 IUSE="test"
100
101 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
102 test? ( >=dev-python/pyflakes-0.7.2[${PYTHON_USEDEP}]
103 <dev-python/pyflakes-0.7.4[${PYTHON_USEDEP}]
104 =dev-python/flake8-2.0[${PYTHON_USEDEP}]
105 >=dev-python/hacking-0.5.6[${PYTHON_USEDEP}]
106 <dev-python/hacking-0.8[${PYTHON_USEDEP}]
107 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
108 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
109 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
110 dev-python/subunit[${PYTHON_USEDEP}]
111 =dev-python/pep8-1.4.5[${PYTHON_USEDEP}]
112 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
113 >=dev-python/testtools-0.9.32[${PYTHON_USEDEP}]
114 >=dev-python/testrepository-0.0.17[${PYTHON_USEDEP}]
115 )"
116 RDEPEND="virtual/python-argparse[${PYTHON_USEDEP}]
117 >=dev-python/pbr-0.5.21[${PYTHON_USEDEP}]
118 <dev-python/pbr-1.0[${PYTHON_USEDEP}]
119 >=dev-python/prettytable-0.6[${PYTHON_USEDEP}]
120 <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
121 >=dev-python/requests-1.1[${PYTHON_USEDEP}]
122 >=dev-python/simplejson-2.0.9[${PYTHON_USEDEP}]
123 >=dev-python/six-1.4.1[${PYTHON_USEDEP}]
124 >=dev-python/Babel-1.3[${PYTHON_USEDEP}]"
125
126 python_test() {
127 testr init
128 testr run --parallel || die "tests failed under python2.7"
129 flake8 cinderclient/tests || die "run by flake8 over tests folder yielded error"
130 }