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/botocore/
Date: Sat, 28 May 2016 15:14:20
Message-Id: 1464448061.3b57837de93ad9a1457f9d280be570a196c9a64a.alunduil@gentoo
1 commit: 3b57837de93ad9a1457f9d280be570a196c9a64a
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 15:07:41 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:07:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b57837d
7
8 dev-python/botocore: add version 1.4.22
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.4.22.ebuild | 54 ++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index c00211e..e75110f 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -3,3 +3,4 @@ DIST botocore-1.4.10.tar.gz 2453883 SHA256 f0b740d07cf7b7a4ec08cafdf9db8cfd813d2
21 DIST botocore-1.4.11.tar.gz 2455881 SHA256 96295db1444e9a458a3018205187ec424213e0a69c937062347f88b7b7e078fb SHA512 b012c84095f86a0070846290daaca017a9af57c25c78d54e351e6cf8331a3650236c3fe92791e0f345ef91067084a00f9cea183cd4e208e6065a7e001ac793f4 WHIRLPOOL aec9b6a5e7038dac6216940351d5746f98d809ecd2dad6d2e988091bf1df805c62f92aabf39684666a5c3ffd9b1e62ead6a454790cfd1c4b0c8a4a19d1fdc4c2
22 DIST botocore-1.4.17.tar.gz 2474986 SHA256 bc4113758dabc3015b12054d906e48e0ef8457d14a392f647ed730204506bd8b SHA512 2b08c8fdd04efdbb75cd4c5b1df7d44768959eedd2e9c3a4b3294dcce9471e4a87650d4c95f97de918f07d1a554d3cebf098f249b72c5f651cbae91f23c4d2b6 WHIRLPOOL 1f247a324b9bd547229e7b6ab1db7202c3cf020f31c8e33da01b3bbb57d32f59f992882ebd9c651cd2fbddb92e75e62aa56f90227edf6792448bae6d4adcf6c0
23 DIST botocore-1.4.19.tar.gz 2487426 SHA256 7fdc3445996eb9331c003d2e1e62a5ce8b44d0173977a33e614a04dd6084e882 SHA512 960ad670609bc0c10b772b92c9f8c152924552d4537b1f1af8ba1e01d6b684fb2b0a1da10ca8e9c4f7031d295f121025162bc57f64a6cd1925e1e9c8b5d0cfdd WHIRLPOOL c01eb33be221272220d8980245e93efade873dc17877333a90d4c7d4bb7578a057543fb58a92dfefd4e8addae717500b7e1362521cfdbefc6518a294e2e17a77
24 +DIST botocore-1.4.22.tar.gz 2495807 SHA256 9807c405e85ed5af817529b04194150cfe37277bbf6879cff1a9c9b5d75311ef SHA512 6c0c37404ef202031d336af197b1fde1434b0f8f5eda0537edc5a45a0f53ba9619443c2d6d5d31d8b0804f6c517a7b202f8af2d144e9dff159d3e43b3c395172 WHIRLPOOL 3a3f5b42c88a1663503ff9bd5f47311ec7a0b23012897b9c8dbb65ab00ae3a889babadfea04d38c34f4196124a9345cc280f44525b433e153a9e6fb3dd65e8be
25
26 diff --git a/dev-python/botocore/botocore-1.4.22.ebuild b/dev-python/botocore/botocore-1.4.22.ebuild
27 new file mode 100644
28 index 0000000..9c57e33
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.4.22.ebuild
31 @@ -0,0 +1,54 @@
32 +# Copyright 1999-2016 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_3 python3_4 python3_5 )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Low-level, data-driven core of boto 3."
42 +HOMEPAGE="https://github.com/boto/botocore"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${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/docutils-0.10[${PYTHON_USEDEP}]
52 + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
53 + <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
54 + >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
55 + <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
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-1.0.1[${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 || die "tests 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 +}