Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/subvertpy: subvertpy-0.8.9.ebuild ChangeLog
Date: Thu, 22 Dec 2011 21:26:42
Message-Id: 20111222212633.7D9B02004B@flycatcher.gentoo.org
1 floppym 11/12/22 21:26:33
2
3 Modified: subvertpy-0.8.9.ebuild ChangeLog
4 Log:
5 Add dev-python/testtools as a possible test alternative.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-python/subvertpy/subvertpy-0.8.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild?r1=1.4&r2=1.5
15
16 Index: subvertpy-0.8.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- subvertpy-0.8.9.ebuild 22 Dec 2011 21:02:48 -0000 1.4
23 +++ subvertpy-0.8.9.ebuild 22 Dec 2011 21:26:33 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.4 2011/12/22 21:02:48 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/subvertpy-0.8.9.ebuild,v 1.5 2011/12/22 21:26:33 floppym Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -21,7 +21,11 @@
33
34 RDEPEND=">=dev-vcs/subversion-1.4"
35 DEPEND="${RDEPEND}
36 - test? ( || ( dev-lang/python:2.7 dev-python/unittest2 ) )"
37 + test? ( || (
38 + dev-lang/python:2.7
39 + dev-python/unittest2
40 + dev-python/testtools
41 + ) )"
42
43 PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
44
45
46
47
48 1.38 dev-python/subvertpy/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.38&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?rev=1.38&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/subvertpy/ChangeLog?r1=1.37&r2=1.38
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v
57 retrieving revision 1.37
58 retrieving revision 1.38
59 diff -u -r1.37 -r1.38
60 --- ChangeLog 22 Dec 2011 21:02:48 -0000 1.37
61 +++ ChangeLog 22 Dec 2011 21:26:33 -0000 1.38
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-python/subvertpy
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.37 2011/12/22 21:02:48 floppym Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.38 2011/12/22 21:26:33 floppym Exp $
67 +
68 + 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
69 + Add dev-python/testtools as a possible test alternative.
70
71 22 Dec 2011; Mike Gilbert <floppym@g.o> subvertpy-0.8.9.ebuild:
72 Drop IUSE=test; distutils takes care of that.