Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/requests: requests-0.10.6.ebuild ChangeLog
Date: Mon, 27 Feb 2012 04:56:13
Message-Id: 20120227045602.BCE0A2004B@flycatcher.gentoo.org
1 floppym 12/02/27 04:56:02
2
3 Modified: ChangeLog
4 Added: requests-0.10.6.ebuild
5 Log:
6 Version bump. This version supporty Python 3.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 dev-python/requests/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 20 Feb 2012 16:14:36 -0000 1.4
24 +++ ChangeLog 27 Feb 2012 04:56:02 -0000 1.5
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/requests
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.4 2012/02/20 16:14:36 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.5 2012/02/27 04:56:02 floppym Exp $
30 +
31 +*requests-0.10.6 (27 Feb 2012)
32 +
33 + 27 Feb 2012; Mike Gilbert <floppym@g.o> +requests-0.10.6.ebuild:
34 + Version bump. This version supporty Python 3.
35
36 20 Feb 2012; Mike Gilbert <floppym@g.o> requests-0.10.0.ebuild:
37 Depend on dev-python/chardet. Bug 404519 by Peter Gantner.
38
39
40
41 1.1 dev-python/requests/requests-0.10.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.10.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.10.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: requests-0.10.6.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/requests/requests-0.10.6.ebuild,v 1.1 2012/02/27 04:56:02 floppym Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="*:2.6"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="2.4 2.5"
56
57 inherit distutils
58
59 DESCRIPTION="HTTP library for human beings"
60 HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests"
61 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
62
63 LICENSE="ISC"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 DEPEND="dev-python/setuptools"
69 RDEPEND="dev-python/certifi
70 >=dev-python/chardet-1.0.0"