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/flask-testing: flask-testing-0.4.ebuild ChangeLog
Date: Thu, 28 Mar 2013 04:31:54
Message-Id: 20130328043149.DCED32171D@flycatcher.gentoo.org
1 floppym 13/03/28 04:31:49
2
3 Modified: flask-testing-0.4.ebuild ChangeLog
4 Log:
5 Depend on setuptools.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-python/flask-testing/flask-testing-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild?r1=1.1&r2=1.2
15
16 Index: flask-testing-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flask-testing-0.4.ebuild 28 Mar 2013 04:23:02 -0000 1.1
23 +++ flask-testing-0.4.ebuild 28 Mar 2013 04:31:48 -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/flask-testing/flask-testing-0.4.ebuild,v 1.1 2013/03/28 04:23:02 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.ebuild,v 1.2 2013/03/28 04:31:48 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
32 @@ -22,6 +22,7 @@
33 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]
34 dev-python/twill[${PYTHON_USEDEP}]"
35 DEPEND="${RDEPEND}
36 + dev-python/setuptools[${PYTHON_USEDEP}]
37 test? (
38 dev-python/blinker[${PYTHON_USEDEP}]
39 dev-python/nose[${PYTHON_USEDEP}]
40
41
42
43 1.2 dev-python/flask-testing/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 28 Mar 2013 04:23:02 -0000 1.1
56 +++ ChangeLog 28 Mar 2013 04:31:48 -0000 1.2
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-python/flask-testing
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.1 2013/03/28 04:23:02 floppym Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.2 2013/03/28 04:31:48 floppym Exp $
62 +
63 + 28 Mar 2013; Mike Gilbert <floppym@g.o> flask-testing-0.4.ebuild:
64 + Depend on setuptools.
65
66 *flask-testing-0.4 (28 Mar 2013)