Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyrax: pyrax-1.4.7-r1.ebuild pyrax-1.4.3.ebuild pyrax-1.3.6.ebuild pyrax-9999.ebuild pyrax-1.4.7.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:46:53
Message-Id: 20140706124650.944182004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:46:50
2
3 Modified: pyrax-1.4.7-r1.ebuild pyrax-1.4.3.ebuild
4 pyrax-1.3.6.ebuild pyrax-9999.ebuild
5 pyrax-1.4.7.ebuild ChangeLog
6 Log:
7 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.3 dev-python/pyrax/pyrax-1.4.7-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild?r1=1.2&r2=1.3
17
18 Index: pyrax-1.4.7-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- pyrax-1.4.7-r1.ebuild 11 Aug 2013 05:12:24 -0000 1.2
25 +++ pyrax-1.4.7-r1.ebuild 6 Jul 2014 12:46:50 -0000 1.3
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2013 Gentoo Foundation
28 +# Copyright 1999-2014 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild,v 1.2 2013/08/11 05:12:24 patrick Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7-r1.ebuild,v 1.3 2014/07/06 12:46:50 mgorny Exp $
32
33 EAPI=5
34 PYTHON_COMPAT=( python2_7 )
35 @@ -19,8 +19,7 @@
36 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
37 test? ( dev-python/mock[${PYTHON_USEDEP}]
38 >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
39 - dev-python/python-swiftclient[${PYTHON_USEDEP}]
40 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
41 + dev-python/python-swiftclient[${PYTHON_USEDEP}] )"
42 RDEPEND="
43 dev-python/httplib2[${PYTHON_USEDEP}]
44 keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
45
46
47
48 1.3 dev-python/pyrax/pyrax-1.4.3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild?r1=1.2&r2=1.3
53
54 Index: pyrax-1.4.3.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- pyrax-1.4.3.ebuild 11 Aug 2013 05:12:24 -0000 1.2
61 +++ pyrax-1.4.3.ebuild 6 Jul 2014 12:46:50 -0000 1.3
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2013 Gentoo Foundation
64 +# Copyright 1999-2014 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild,v 1.2 2013/08/11 05:12:24 patrick Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.3.ebuild,v 1.3 2014/07/06 12:46:50 mgorny Exp $
68
69 EAPI=5
70 PYTHON_COMPAT=( python2_7 )
71 @@ -19,8 +19,7 @@
72 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
73 test? ( dev-python/mock[${PYTHON_USEDEP}]
74 >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
75 - dev-python/python-swiftclient[${PYTHON_USEDEP}]
76 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
77 + dev-python/python-swiftclient[${PYTHON_USEDEP}] )"
78 RDEPEND="
79 dev-python/httplib2[${PYTHON_USEDEP}]
80 dev-python/keyring[${PYTHON_USEDEP}]
81
82
83
84 1.3 dev-python/pyrax/pyrax-1.3.6.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild?rev=1.3&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild?rev=1.3&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild?r1=1.2&r2=1.3
89
90 Index: pyrax-1.3.6.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild,v
93 retrieving revision 1.2
94 retrieving revision 1.3
95 diff -u -r1.2 -r1.3
96 --- pyrax-1.3.6.ebuild 11 Aug 2013 05:12:24 -0000 1.2
97 +++ pyrax-1.3.6.ebuild 6 Jul 2014 12:46:50 -0000 1.3
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2013 Gentoo Foundation
100 +# Copyright 1999-2014 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild,v 1.2 2013/08/11 05:12:24 patrick Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.3.6.ebuild,v 1.3 2014/07/06 12:46:50 mgorny Exp $
104
105 EAPI=5
106 PYTHON_COMPAT=( python2_7 )
107 @@ -19,8 +19,7 @@
108 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
109 test? ( dev-python/mock
110 >=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]
111 - dev-python/python-swiftclient[${PYTHON_USEDEP}]
112 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
113 + dev-python/python-swiftclient[${PYTHON_USEDEP}] )"
114 RDEPEND="
115 dev-python/httplib2[${PYTHON_USEDEP}]
116 dev-python/keyring[${PYTHON_USEDEP}]
117
118
119
120 1.3 dev-python/pyrax/pyrax-9999.ebuild
121
122 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild?rev=1.3&view=markup
123 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild?rev=1.3&content-type=text/plain
124 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild?r1=1.2&r2=1.3
125
126 Index: pyrax-9999.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild,v
129 retrieving revision 1.2
130 retrieving revision 1.3
131 diff -u -r1.2 -r1.3
132 --- pyrax-9999.ebuild 11 Aug 2013 05:12:24 -0000 1.2
133 +++ pyrax-9999.ebuild 6 Jul 2014 12:46:50 -0000 1.3
134 @@ -1,6 +1,6 @@
135 -# Copyright 1999-2013 Gentoo Foundation
136 +# Copyright 1999-2014 Gentoo Foundation
137 # Distributed under the terms of the GNU General Public License v2
138 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild,v 1.2 2013/08/11 05:12:24 patrick Exp $
139 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-9999.ebuild,v 1.3 2014/07/06 12:46:50 mgorny Exp $
140
141 EAPI=5
142 PYTHON_COMPAT=( python2_7 )
143 @@ -21,8 +21,7 @@
144 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
145 test? ( dev-python/mock
146 >=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]
147 - dev-python/python-swiftclient[${PYTHON_USEDEP}]
148 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
149 + dev-python/python-swiftclient[${PYTHON_USEDEP}] )"
150 RDEPEND="
151 dev-python/httplib2[${PYTHON_USEDEP}]
152 dev-python/keyring[${PYTHON_USEDEP}]
153
154
155
156 1.3 dev-python/pyrax/pyrax-1.4.7.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild?rev=1.3&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild?rev=1.3&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild?r1=1.2&r2=1.3
161
162 Index: pyrax-1.4.7.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild,v
165 retrieving revision 1.2
166 retrieving revision 1.3
167 diff -u -r1.2 -r1.3
168 --- pyrax-1.4.7.ebuild 11 Aug 2013 05:12:24 -0000 1.2
169 +++ pyrax-1.4.7.ebuild 6 Jul 2014 12:46:50 -0000 1.3
170 @@ -1,6 +1,6 @@
171 -# Copyright 1999-2013 Gentoo Foundation
172 +# Copyright 1999-2014 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild,v 1.2 2013/08/11 05:12:24 patrick Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.4.7.ebuild,v 1.3 2014/07/06 12:46:50 mgorny Exp $
176
177 EAPI=5
178 PYTHON_COMPAT=( python2_7 )
179 @@ -19,8 +19,7 @@
180 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
181 test? ( dev-python/mock[${PYTHON_USEDEP}]
182 >=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
183 - dev-python/python-swiftclient[${PYTHON_USEDEP}]
184 - virtual/python-unittest2[${PYTHON_USEDEP}] )"
185 + dev-python/python-swiftclient[${PYTHON_USEDEP}] )"
186 RDEPEND="
187 dev-python/httplib2[${PYTHON_USEDEP}]
188 dev-python/keyring[${PYTHON_USEDEP}]
189
190
191
192 1.13 dev-python/pyrax/ChangeLog
193
194 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?rev=1.13&view=markup
195 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?rev=1.13&content-type=text/plain
196 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyrax/ChangeLog?r1=1.12&r2=1.13
197
198 Index: ChangeLog
199 ===================================================================
200 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v
201 retrieving revision 1.12
202 retrieving revision 1.13
203 diff -u -r1.12 -r1.13
204 --- ChangeLog 1 Apr 2014 19:21:48 -0000 1.12
205 +++ ChangeLog 6 Jul 2014 12:46:50 -0000 1.13
206 @@ -1,6 +1,12 @@
207 # ChangeLog for dev-python/pyrax
208 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
209 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.12 2014/04/01 19:21:48 prometheanfire Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/ChangeLog,v 1.13 2014/07/06 12:46:50 mgorny Exp $
211 +
212 + 06 Jul 2014; Michał Górny <mgorny@g.o> pyrax-1.3.6.ebuild,
213 + pyrax-1.4.3.ebuild, pyrax-1.4.7-r1.ebuild, pyrax-1.4.7.ebuild,
214 + pyrax-9999.ebuild:
215 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
216 + unittest2 (those packages were only required for <=python-2.6).
217
218 *pyrax-1.7.2 (01 Apr 2014)