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/boto: boto-2.3.0.ebuild ChangeLog
Date: Sun, 08 Apr 2012 19:36:17
Message-Id: 20120408193607.9ED342004B@flycatcher.gentoo.org
1 floppym 12/04/08 19:36:07
2
3 Modified: ChangeLog
4 Added: boto-2.3.0.ebuild
5 Log:
6 Version bump, #411037 by Ian Delaney.
7
8 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 dev-python/boto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 29 Feb 2012 16:27:43 -0000 1.41
24 +++ ChangeLog 8 Apr 2012 19:36:07 -0000 1.42
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.41 2012/02/29 16:27:43 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.42 2012/04/08 19:36:07 floppym Exp $
30 +
31 +*boto-2.3.0 (08 Apr 2012)
32 +
33 + 08 Apr 2012; Mike Gilbert <floppym@g.o> +boto-2.3.0.ebuild:
34 + Version bump, #411037 by Ian Delaney.
35
36 *boto-2.2.2-r1 (29 Feb 2012)
37
38
39
40
41 1.1 dev-python/boto/boto-2.3.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.3.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: boto-2.3.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.3.0.ebuild,v 1.1 2012/04/08 19:36:07 floppym 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 eutils
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"
75
76 src_prepare() {
77 distutils_src_prepare
78 epatch "${FILESDIR}"/${PN}-2.2.2-no-install-tests.patch #404979
79 }