Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: ChangeLog virtualenv-1.9.1-r1.ebuild
Date: Tue, 04 Jun 2013 01:56:36
Message-Id: 20130604015630.CB2B02171D@flycatcher.gentoo.org
1 radhermit 13/06/04 01:56:30
2
3 Modified: ChangeLog virtualenv-1.9.1-r1.ebuild
4 Log:
5 Add python3.3 support.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.85 dev-python/virtualenv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.85&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?rev=1.85&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/ChangeLog?r1=1.84&r2=1.85
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
19 retrieving revision 1.84
20 retrieving revision 1.85
21 diff -u -r1.84 -r1.85
22 --- ChangeLog 9 May 2013 12:17:35 -0000 1.84
23 +++ ChangeLog 4 Jun 2013 01:56:30 -0000 1.85
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/virtualenv
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.84 2013/05/09 12:17:35 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.85 2013/06/04 01:56:30 radhermit Exp $
29 +
30 + 04 Jun 2013; Tim Harder <radhermit@g.o> virtualenv-1.9.1-r1.ebuild:
31 + Add python3.3 support.
32
33 09 May 2013; Markus Meier <maekke@g.o> virtualenv-1.9.1-r1.ebuild:
34 add ~arm, bug #462506
35
36
37
38 1.4 dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: virtualenv-1.9.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- virtualenv-1.9.1-r1.ebuild 9 May 2013 12:17:35 -0000 1.3
51 +++ virtualenv-1.9.1-r1.ebuild 4 Jun 2013 01:56:30 -0000 1.4
52 @@ -1,10 +1,9 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.3 2013/05/09 12:17:35 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild,v 1.4 2013/06/04 01:56:30 radhermit Exp $
57
58 EAPI="5"
59 -PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
60 -#DISTUTILS_SRC_TEST="nosetests"
61 +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
62
63 inherit distutils-r1 vcs-snapshot
64
65 @@ -20,8 +19,10 @@
66 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
67 DEPEND="${RDEPEND}
68 doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
69 - test? ( dev-python/mock[${PYTHON_USEDEP}]
70 - dev-python/nose[${PYTHON_USEDEP}] )"
71 + test? (
72 + dev-python/mock[${PYTHON_USEDEP}]
73 + dev-python/nose[${PYTHON_USEDEP}]
74 + )"
75
76 DOCS="docs/index.txt docs/news.txt"
77 PYTHON_MODNAME="virtualenv.py virtualenv_support"