Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/boto: ChangeLog boto-2.6.0.ebuild
Date: Sat, 29 Sep 2012 21:55:16
Message-Id: 20120929215505.3EFA321600@flycatcher.gentoo.org
1 radhermit 12/09/29 21:55:05
2
3 Modified: ChangeLog
4 Added: boto-2.6.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.52 dev-python/boto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.52&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.52&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.51&r2=1.52
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
20 retrieving revision 1.51
21 retrieving revision 1.52
22 diff -u -r1.51 -r1.52
23 --- ChangeLog 29 Jul 2012 16:59:38 -0000 1.51
24 +++ ChangeLog 29 Sep 2012 21:55:05 -0000 1.52
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/boto
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.51 2012/07/29 16:59:38 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.52 2012/09/29 21:55:05 radhermit Exp $
30 +
31 +*boto-2.6.0 (29 Sep 2012)
32 +
33 + 29 Sep 2012; Tim Harder <radhermit@g.o> +boto-2.6.0.ebuild:
34 + Version bump.
35
36 29 Jul 2012; Raúl Porcel <armin76@g.o> boto-2.3.0.ebuild:
37 sparc stable wrt #416861
38
39
40
41 1.1 dev-python/boto/boto-2.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.6.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.6.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: boto-2.6.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/boto/boto-2.6.0.ebuild,v 1.1 2012/09/29 21:55:05 radhermit Exp $
51
52 EAPI="4"
53 PYTHON_DEPEND="2:2.5"
54 SUPPORT_PYTHON_ABIS="1"
55 RESTRICT_PYTHON_ABIS="2.4 3.*"
56 DISTUTILS_SRC_TEST="setup.py"
57
58 inherit distutils
59
60 DESCRIPTION="Amazon Web Services API"
61 HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
62 SRC_URI="mirror://github/boto/boto/${P}.tar.gz"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-linux ~ppc-macos ~x86-macos"
67 IUSE="test"
68
69 DEPEND="dev-python/setuptools
70 test? ( dev-python/m2crypto )"
71 RDEPEND="dev-python/m2crypto"
72
73 # Requires Amazon Web Services keys to pass some tests
74 RESTRICT="test"