Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/httpretty: httpretty-0.8.0.ebuild ChangeLog
Date: Tue, 25 Feb 2014 12:22:08
Message-Id: 20140225122202.B08C32004C@flycatcher.gentoo.org
1 scarabeus 14/02/25 12:22:02
2
3 Modified: httpretty-0.8.0.ebuild ChangeLog
4 Log:
5 Works with py3.3 so enable it.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
8
9 Revision Changes Path
10 1.2 dev-python/httpretty/httpretty-0.8.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild?r1=1.1&r2=1.2
15
16 Index: httpretty-0.8.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- httpretty-0.8.0.ebuild 17 Feb 2014 16:06:49 -0000 1.1
23 +++ httpretty-0.8.0.ebuild 25 Feb 2014 12:22:02 -0000 1.2
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/httpretty/httpretty-0.8.0.ebuild,v 1.1 2014/02/17 16:06:49 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httpretty/httpretty-0.8.0.ebuild,v 1.2 2014/02/25 12:22:02 scarabeus Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python2_7 )
32 +PYTHON_COMPAT=( python2_7 python3_3 )
33
34 inherit distutils-r1
35
36
37
38
39 1.5 dev-python/httpretty/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/ChangeLog?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/ChangeLog?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/ChangeLog?r1=1.4&r2=1.5
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/httpretty/ChangeLog,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- ChangeLog 17 Feb 2014 16:06:49 -0000 1.4
52 +++ ChangeLog 25 Feb 2014 12:22:02 -0000 1.5
53 @@ -1,6 +1,9 @@
54 # ChangeLog for dev-python/httpretty
55 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httpretty/ChangeLog,v 1.4 2014/02/17 16:06:49 prometheanfire Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httpretty/ChangeLog,v 1.5 2014/02/25 12:22:02 scarabeus Exp $
58 +
59 + 25 Feb 2014; Tomáš Chvátal <scarabeus@g.o> httpretty-0.8.0.ebuild:
60 + Works with py3.3 so enable it.
61
62 *httpretty-0.8.0 (17 Feb 2014)