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 17:16:24
Message-Id: 20150430171612.8F8D399B@oystercatcher.gentoo.org
1 prometheanfire 15/04/30 17:16:11
2
3 Modified: oslo-concurrency-1.8.0.ebuild ChangeLog
4 Log:
5 adding py3 support
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/oslo-concurrency-1.8.0.ebuild?rev=1.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- oslo-concurrency-1.8.0.ebuild 30 Apr 2015 16:48:59 -0000 1.1
23 +++ oslo-concurrency-1.8.0.ebuild 30 Apr 2015 17:16:11 -0000 1.2
24 @@ -1,9 +1,9 @@
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.1 2015/04/30 16:48:59 prometheanfire Exp $
28 +# $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 $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python2_7 )
32 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
33
34 inherit distutils-r1
35
36 @@ -25,7 +25,7 @@
37 <dev-python/hacking-0.11[${PYTHON_USEDEP}]
38 >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
39 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
40 - >=dev-python/futures-2.1.6[${PYTHON_USEDEP}]
41 + virtual/python-futures[${PYTHON_USEDEP}]
42 >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}]
43 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
44 !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
45 @@ -45,7 +45,9 @@
46 !~dev-python/retrying-1.3.0[${PYTHON_USEDEP}]
47 "
48
49 -# This time half the doc files are missing; Do you want them?
50 +python_prepare() {
51 + sed -i '/futures/d' test-requirements.txt || die
52 +}
53
54 python_test() {
55 nosetests tests/ || die "test failed under ${EPYTHON}"
56
57
58
59 1.2 dev-python/oslo-concurrency/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?rev=1.2&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-concurrency/ChangeLog?r1=1.1&r2=1.2
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v
68 retrieving revision 1.1
69 retrieving revision 1.2
70 diff -u -r1.1 -r1.2
71 --- ChangeLog 30 Apr 2015 16:48:59 -0000 1.1
72 +++ ChangeLog 30 Apr 2015 17:16:11 -0000 1.2
73 @@ -1,6 +1,10 @@
74 # ChangeLog for dev-python/oslo-concurrency
75 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.1 2015/04/30 16:48:59 prometheanfire Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-concurrency/ChangeLog,v 1.2 2015/04/30 17:16:11 prometheanfire Exp $
78 +
79 + 30 Apr 2015; Matthew Thode <prometheanfire@g.o>
80 + oslo-concurrency-1.8.0.ebuild:
81 + adding py3 support
82
83 *oslo-concurrency-1.8.0 (30 Apr 2015)