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