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 02:47:52
Message-Id: 20130522024745.30E792171E@flycatcher.gentoo.org
1 patrick 13/05/22 02:47:45
2
3 Modified: wsgiproxy2-0.1.ebuild ChangeLog
4 Log:
5 Remove python 3.3 until socketpool catches up
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/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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wsgiproxy2-0.1.ebuild 20 Mar 2013 07:12:32 -0000 1.1
23 +++ wsgiproxy2-0.1.ebuild 22 May 2013 02:47:45 -0000 1.2
24 @@ -1,10 +1,11 @@
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.1 2013/03/20 07:12:32 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/wsgiproxy2-0.1.ebuild,v 1.2 2013/05/22 02:47:45 patrick Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 +# python 3_3 has to wait on socketpool
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2} )
35
36 # this looks quite unpossible to run
37 RESTRICT="test"
38
39
40
41 1.2 dev-python/wsgiproxy2/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiproxy2/ChangeLog?r1=1.1&r2=1.2
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- ChangeLog 20 Mar 2013 07:12:32 -0000 1.1
54 +++ ChangeLog 22 May 2013 02:47:45 -0000 1.2
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.1 2013/03/20 07:12:32 patrick Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiproxy2/ChangeLog,v 1.2 2013/05/22 02:47:45 patrick Exp $
60 +
61 + 22 May 2013; Patrick Lauer <patrick@g.o> wsgiproxy2-0.1.ebuild:
62 + Remove python 3.3 until socketpool catches up
63
64 *wsgiproxy2-0.1 (20 Mar 2013)