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/futures: futures-2.2.0.ebuild ChangeLog
Date: Thu, 02 Oct 2014 13:43:54
Message-Id: 20141002134350.A42586C42@oystercatcher.gentoo.org
1 idella4 14/10/02 13:43:50
2
3 Modified: futures-2.2.0.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/futures/futures-2.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: futures-2.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- futures-2.2.0.ebuild 1 Oct 2014 02:53:59 -0000 1.1
23 +++ futures-2.2.0.ebuild 2 Oct 2014 13:43:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v 1.1 2014/10/01 02:53:59 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/futures-2.2.0.ebuild,v 1.2 2014/10/02 13:43:50 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 pypy )
32 @@ -17,8 +17,6 @@
33
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
35 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
36 -# Requ'd for failing tests under pypy
37 -DISTUTILS_IN_SOURCE_BUILD=1
38
39 python_compile_all() {
40 use doc && emake -C docs html
41 @@ -28,7 +26,8 @@
42 # tests that fail under pypy
43 # http://code.google.com/p/pythonfutures/issues/detail?id=27
44 if [[ "${EPYTHON}" == pypy ]]; then
45 - sed -e 's:test_del_shutdown:_&:g' -e 's:test_repr:_&:' -i test_futures.py || die
46 + sed -e 's:test_del_shutdown:_&:g' \
47 + -e 's:test_repr:_&:' -i test_futures.py || die
48 fi
49 "${PYTHON}" test_futures.py || die "Tests fail with ${EPYTHON}"
50 }
51
52
53
54 1.12 dev-python/futures/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/ChangeLog?rev=1.12&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/ChangeLog?rev=1.12&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/futures/ChangeLog?r1=1.11&r2=1.12
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v
63 retrieving revision 1.11
64 retrieving revision 1.12
65 diff -u -r1.11 -r1.12
66 --- ChangeLog 1 Oct 2014 02:53:59 -0000 1.11
67 +++ ChangeLog 2 Oct 2014 13:43:50 -0000 1.12
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-python/futures
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.11 2014/10/01 02:53:59 radhermit Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/futures/ChangeLog,v 1.12 2014/10/02 13:43:50 idella4 Exp $
73 +
74 + 02 Oct 2014; Ian Delaney <idella4@g.o> futures-2.2.0.ebuild:
75 + tidy
76
77 *futures-2.2.0 (01 Oct 2014)