Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/blinker: blinker-1.2-r1.ebuild ChangeLog
Date: Wed, 22 May 2013 05:08:41
Message-Id: 20130522050836.06AFF2171D@flycatcher.gentoo.org
1 patrick 13/05/22 05:08:35
2
3 Modified: blinker-1.2-r1.ebuild ChangeLog
4 Log:
5 Adding nose dep for tests
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/blinker/blinker-1.2-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: blinker-1.2-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- blinker-1.2-r1.ebuild 28 Mar 2013 02:55:43 -0000 1.1
23 +++ blinker-1.2-r1.ebuild 22 May 2013 05:08:35 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild,v 1.1 2013/03/28 02:55:43 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.2-r1.ebuild,v 1.2 2013/05/22 05:08:35 patrick Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
32 @@ -14,7 +14,9 @@
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="doc"
37 +IUSE="doc test"
38 +
39 +DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"
40
41 python_test() {
42 nosetests || die "Testing failed with ${EPYTHON}"
43
44
45
46 1.4 dev-python/blinker/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/blinker/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 28 Mar 2013 02:55:43 -0000 1.3
59 +++ ChangeLog 22 May 2013 05:08:35 -0000 1.4
60 @@ -1,6 +1,9 @@
61 # ChangeLog for dev-python/blinker
62 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.3 2013/03/28 02:55:43 floppym Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/ChangeLog,v 1.4 2013/05/22 05:08:35 patrick Exp $
65 +
66 + 22 May 2013; Patrick Lauer <patrick@g.o> blinker-1.2-r1.ebuild:
67 + Adding nose dep for tests
68
69 *blinker-1.2-r1 (28 Mar 2013)