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: boto-2.11.0.ebuild ChangeLog
Date: Thu, 29 Aug 2013 20:18:33
Message-Id: 20130829201826.380742004C@flycatcher.gentoo.org
1 radhermit 13/08/29 20:18:26
2
3 Modified: ChangeLog
4 Added: boto-2.11.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.69 dev-python/boto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.69&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?rev=1.69&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/ChangeLog?r1=1.68&r2=1.69
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v
20 retrieving revision 1.68
21 retrieving revision 1.69
22 diff -u -r1.68 -r1.69
23 --- ChangeLog 27 Aug 2013 07:51:23 -0000 1.68
24 +++ ChangeLog 29 Aug 2013 20:18:26 -0000 1.69
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/boto
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.68 2013/08/27 07:51:23 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/boto/ChangeLog,v 1.69 2013/08/29 20:18:26 radhermit Exp $
30 +
31 +*boto-2.11.0 (29 Aug 2013)
32 +
33 + 29 Aug 2013; Tim Harder <radhermit@g.o> +boto-2.11.0.ebuild:
34 + Version bump.
35
36 27 Aug 2013; Tim Harder <radhermit@g.o> -boto-2.6.0.ebuild,
37 -boto-2.7.0.ebuild, -boto-2.8.0.ebuild, -boto-2.9.2.ebuild,
38
39
40
41 1.1 dev-python/boto/boto-2.11.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.11.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/boto/boto-2.11.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: boto-2.11.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.11.0.ebuild,v 1.1 2013/08/29 20:18:26 radhermit Exp $
51
52 EAPI="5"
53 PYTHON_COMPAT=( python{2_5,2_6,2_7} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Amazon Web Services API"
58 HOMEPAGE="https://github.com/boto/boto http://pypi.python.org/pypi/boto"
59 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="MIT"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
64 IUSE="test"
65
66 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
67 test? ( dev-python/m2crypto )"
68 RDEPEND="dev-python/m2crypto"
69
70 # requires Amazon Web Services keys to pass some tests
71 RESTRICT="test"
72
73 python_test() {
74 esetup.py test
75 }