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