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/wsgiproxy2: wsgiproxy2-0.1.ebuild ChangeLog
Date: Wed, 22 May 2013 06:42:36
Message-Id: 20130522064233.7AB702171D@flycatcher.gentoo.org
1 patrick 13/05/22 06:42:33
2
3 Modified: wsgiproxy2-0.1.ebuild ChangeLog
4 Log:
5 Readding python-3.3 to python_targets
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: wsgiproxy2-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- wsgiproxy2-0.1.ebuild 22 May 2013 02:47:45 -0000 1.2
23 +++ wsgiproxy2-0.1.ebuild 22 May 2013 06:42:33 -0000 1.3
24 @@ -1,11 +1,10 @@
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/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.2 2013/05/22 02:47:45 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.3 2013/05/22 06:42:33 patrick Exp $
29
30 EAPI=5
31
32 -# python 3_3 has to wait on socketpool
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2} )
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
35
36 # this looks quite unpossible to run
37 RESTRICT="test"
38
39
40
41 1.3 dev-python/wsgiproxy2/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.2&r2=1.3
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- ChangeLog 22 May 2013 02:47:45 -0000 1.2
54 +++ ChangeLog 22 May 2013 06:42:33 -0000 1.3
55 @@ -1,6 +1,9 @@
56 # ChangeLog for dev-python/wsgiproxy2
57 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.2 2013/05/22 02:47:45 patrick Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.3 2013/05/22 06:42:33 patrick Exp $
60 +
61 + 22 May 2013; Patrick Lauer <patrick@g.o> wsgiproxy2-0.1.ebuild:
62 + Readding python-3.3 to python_targets
63
64 22 May 2013; Patrick Lauer <patrick@g.o> wsgiproxy2-0.1.ebuild:
65 Remove python 3.3 until socketpool catches up