Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/httplib2: httplib2-0.8.ebuild ChangeLog
Date: Sat, 24 May 2014 09:53:43
Message-Id: 20140524095340.C78EE2004E@flycatcher.gentoo.org
1 idella4 14/05/24 09:53:40
2
3 Modified: httplib2-0.8.ebuild ChangeLog
4 Log:
5 add pypy support
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.4 dev-python/httplib2/httplib2-0.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild?r1=1.3&r2=1.4
15
16 Index: httplib2-0.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- httplib2-0.8.ebuild 24 May 2014 09:38:44 -0000 1.3
23 +++ httplib2-0.8.ebuild 24 May 2014 09:53:40 -0000 1.4
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.3 2014/05/24 09:38:44 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.8.ebuild,v 1.4 2014/05/24 09:53:40 idella4 Exp $
29
30 EAPI="5"
31 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
32 +PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
33
34 inherit distutils-r1
35
36
37
38
39 1.43 dev-python/httplib2/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.43&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.43&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.42&r2=1.43
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
48 retrieving revision 1.42
49 retrieving revision 1.43
50 diff -u -r1.42 -r1.43
51 --- ChangeLog 24 May 2014 09:38:45 -0000 1.42
52 +++ ChangeLog 24 May 2014 09:53:40 -0000 1.43
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-python/httplib2
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.42 2014/05/24 09:38:45 idella4 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.43 2014/05/24 09:53:40 idella4 Exp $
58 +
59 + 24 May 2014; Ian Delaney <idella4@g.o> httplib2-0.8.ebuild:
60 + add pypy support
61
62 24 May 2014; Ian Delaney <idella4@g.o> httplib2-0.8.ebuild:
63 drop py2.6 add py3.4 support