Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oslo-concurrency: oslo-concurrency-1.8.0.ebuild ChangeLog
Date: Thu, 30 Apr 2015 20:28:22
Message-Id: 20150430202816.E2A5999C@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 20:28:16
2
3 Modified: oslo-concurrency-1.8.0.ebuild ChangeLog
4 Log:
5 fixing python_prepare phase
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.3 dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?r1=1.2&r2=1.3
15
16 Index: oslo-concurrency-1.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- oslo-concurrency-1.8.0.ebuild 30 Apr 2015 17:16:11 -0000 1.2
23 +++ oslo-concurrency-1.8.0.ebuild 30 Apr 2015 20:28:16 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild,v 1.3 2015/04/30 20:28:16 prometheanfire Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
32 @@ -45,8 +45,9 @@
33 !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
34 "
35
36 -python_prepare() {
37 +python_prepare_all() {
38 sed -i '/futures/d' test-requirements.txt || die
39 + distutils-r1_python_prepare_all
40 }
41
42 python_test() {
43
44
45
46 1.3 dev-python/oslo-concurrency/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.2&r2=1.3
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- ChangeLog 30 Apr 2015 17:16:11 -0000 1.2
59 +++ ChangeLog 30 Apr 2015 20:28:16 -0000 1.3
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-python/oslo-concurrency
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.3 2015/04/30 20:28:16 prometheanfire Exp $
65 +
66 + 30 Apr 2015; Matthew Thode <prometheanfire@g.o>
67 + oslo-concurrency-1.8.0.ebuild:
68 + fixing python_prepare phase
69
70 30 Apr 2015; Matthew Thode <prometheanfire@g.o>
71 oslo-concurrency-1.8.0.ebuild: