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.0.ebuild ChangeLog
Date: Mon, 06 Feb 2012 06:06:32
Message-Id: 20120206060621.0ADD62004B@flycatcher.gentoo.org
1 floppym 12/02/06 06:06:21
2
3 Modified: ChangeLog
4 Added: requests-0.10.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/requests/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Jan 2012 05:53:03 -0000 1.2
24 +++ ChangeLog 6 Feb 2012 06:06:20 -0000 1.3
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.2 2012/01/20 05:53:03 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests/ChangeLog,v 1.3 2012/02/06 06:06:20 floppym Exp $
30 +
31 +*requests-0.10.0 (06 Feb 2012)
32 +
33 + 06 Feb 2012; Mike Gilbert <floppym@g.o> +requests-0.10.0.ebuild:
34 + Version bump.
35
36 *requests-0.9.3 (20 Jan 2012)
37
38
39
40
41 1.1 dev-python/requests/requests-0.10.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.10.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests/requests-0.10.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: requests-0.10.0.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.0.ebuild,v 1.1 2012/02/06 06:06:20 floppym Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="2"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="3.*"
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"