Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sat, 31 Oct 2015 21:38:49
Message-Id: 1446327491.a66a1f4e2d0119adbe50d43ceba678ac681e5fa3.alunduil@gentoo
1 commit: a66a1f4e2d0119adbe50d43ceba678ac681e5fa3
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 21:32:03 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 21:38:11 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66a1f4e
7
8 dev-python/boto3: add version 1.2.1
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/boto3/Manifest | 1 +
13 dev-python/boto3/boto3-1.2.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
17 index 7017499..c2f8310 100644
18 --- a/dev-python/boto3/Manifest
19 +++ b/dev-python/boto3/Manifest
20 @@ -1,3 +1,4 @@
21 DIST boto3-1.1.1.tar.gz 137778 SHA256 02a99f270f58386dad6e260692b52f7038d52a9a84df29878528a573afecd88a SHA512 34019c8a3744775a952ae151b56747fc011fd4f28853e3d206f95bb8dd03746ad3d4086cd187d332930d543ca757d81bb732ccfd7cfd818aa8e75d73b1880be5 WHIRLPOOL 0032f5751df61bd71d60ea87ece0ce1be873a6fcd561d7600fcf62f1dd7b701963629368b46010b7a90719395adc652ca5059646af42510d72c05b7e3c5cf49e
22 DIST boto3-1.1.2.tar.gz 141981 SHA256 6249add14f96b5e4cda0ac03798ab29f505c001332d2fb31ccb276e0ddcc5a15 SHA512 89b0abdab69dcd0c8ed612ecd70e5bdb88cc5242a3846fbdc5f708118d3f0db8c7eb5683422030eb630427dba53a5ea1780f5abbab58a021bf0bcacdeca07aef WHIRLPOOL c7c27d8c3c99ea992b2235beb60221c2899ea94557115b76366ce5922cef3606d9a2f907b0fdcce18e2eee1b19675849a354b50d429aa83ec1c364bf91a7ca5d
23 DIST boto3-1.1.3.tar.gz 145381 SHA256 c158da65712807de421b66d3b81b1da6a449bc631045b2312855086991e7318e SHA512 a049b8d73f45cf552705764c3ae4a3e8ec19920983bd5587a0563501868920d5237f4e37081ab09a0cda1f48725c6117cd0367633ec027180152bcaa3364383d WHIRLPOOL 0c9f92f16cb5a0210d331ca5bf7199e0c0a0d8051fbe41922f9dee45221a4697816b7d42e323916cf806973abf455c7b6f866a6931cdbfe9d61151cb4eb192c0
24 +DIST boto3-1.2.1.tar.gz 152790 SHA256 de4ad91f21bee47adffe5923d1aef0f3620e80f433f839e52f52848db7490cae SHA512 b3b47dc69523a737f6d5d2a2311da999427bae1c608a34ef5909a83fc4306f6a2799300e6d8907d2d83eccf503b9b75a6f43417d9ed24882e57eb42410a6c56f WHIRLPOOL c707638307bb5a327e58d137f3b8eeb7bace25c422d98f7aca2e160dda89378ebce8723840e05184799ea56cba0e78588c7f74f44816b0519cf0820e5cb39027
25
26 diff --git a/dev-python/boto3/boto3-1.2.1.ebuild b/dev-python/boto3/boto3-1.2.1.ebuild
27 new file mode 100644
28 index 0000000..17d67c2
29 --- /dev/null
30 +++ b/dev-python/boto3/boto3-1.2.1.ebuild
31 @@ -0,0 +1,54 @@
32 +# Copyright 1999-2015 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +PYTHON_COMPAT=( python2_7 python3_4 )
38 +
39 +inherit distutils-r1 vcs-snapshot
40 +
41 +DESCRIPTION="The AWS SDK for Python"
42 +HOMEPAGE="https://github.com/boto/boto3"
43 +SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="Apache-2.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64"
48 +IUSE="doc test"
49 +
50 +CDEPEND="
51 + >=dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
52 + <dev-python/botocore-1.4.0[${PYTHON_USEDEP}]
53 + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
54 + <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
55 + $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 'python2_7')
56 +"
57 +DEPEND="
58 + dev-python/setuptools[${PYTHON_USEDEP}]
59 + doc? (
60 + >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
61 + <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
62 + >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
63 + <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
64 + )
65 + test? (
66 + ${CDEPEND}
67 + dev-python/mock[${PYTHON_USEDEP}]
68 + dev-python/nose[${PYTHON_USEDEP}]
69 + )
70 +"
71 +RDEPEND="${CDEPEND}"
72 +
73 +python_compile_all() {
74 + use doc && emake -C docs html
75 +}
76 +
77 +python_test() {
78 + nosetests tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
79 +}
80 +
81 +python_install_all() {
82 + use doc && local HTML_DOCS=( docs/build/html/. )
83 +
84 + distutils-r1_python_install_all
85 +}