Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/moto: moto-0.4.3.ebuild ChangeLog
Date: Sat, 27 Jun 2015 05:37:38
Message-Id: 20150627053727.E2D60738@oystercatcher.gentoo.org
1 idella4 15/06/27 05:37:27
2
3 Modified: ChangeLog
4 Added: moto-0.4.3.ebuild
5 Log:
6 bump add py3 support
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.4 dev-python/moto/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/moto/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/moto/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/moto/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/moto/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 7 Jun 2015 13:53:35 -0000 1.3
24 +++ ChangeLog 27 Jun 2015 05:37:27 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/moto
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/moto/ChangeLog,v 1.3 2015/06/07 13:53:35 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/moto/ChangeLog,v 1.4 2015/06/27 05:37:27 idella4 Exp $
30 +
31 +*moto-0.4.3 (27 Jun 2015)
32 +
33 + 27 Jun 2015; Ian Delaney <idella4@g.o> +moto-0.4.3.ebuild:
34 + bump add py3 support
35
36 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add github to remote-id in metadata.xml
38
39
40
41 1.1 dev-python/moto/moto-0.4.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/moto/moto-0.4.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/moto/moto-0.4.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: moto-0.4.3.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/moto/moto-0.4.3.ebuild,v 1.1 2015/06/27 05:37:27 idella4 Exp $
51
52 EAPI=5
53 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
54
55 inherit distutils-r1
56
57 DESCRIPTION="Mock library for boto"
58 HOMEPAGE="https://github.com/spulec/moto"
59 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
60
61 LICENSE="Apache-2.0"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64
65 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
66 RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]
67 >=dev-python/boto-2.20.0[${PYTHON_USEDEP}]
68 dev-python/dicttoxml[${PYTHON_USEDEP}]
69 dev-python/flask[${PYTHON_USEDEP}]
70 >=dev-python/httpretty-0.6.1[${PYTHON_USEDEP}]
71 dev-python/requests[${PYTHON_USEDEP}]
72 dev-python/xmltodict[${PYTHON_USEDEP}]
73 dev-python/six[${PYTHON_USEDEP}]
74 dev-python/werkzeug[${PYTHON_USEDEP}]"