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, 02 Jul 2016 15:19:57
Message-Id: 1467472738.8c5f23b2136d918d34887fa06188372cff0965c7.alunduil@gentoo
1 commit: 8c5f23b2136d918d34887fa06188372cff0965c7
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 15:03:05 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 15:18:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5f23b2
7
8 dev-python/botocore: add version 1.4.31
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.4.31.ebuild | 54 ++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index 7e275d3..8174973 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -3,3 +3,4 @@ DIST botocore-1.4.22.tar.gz 2495807 SHA256 9807c405e85ed5af817529b04194150cfe372
21 DIST botocore-1.4.25.tar.gz 2498910 SHA256 1b67bb78a1ebd0ffe9daf5ee33196b7c02a196c9b46799b9a2c35237ebd77fe2 SHA512 afca40e06af741cc05a06b16ee1f4c42a6a83ef8c055e8c8caac75ab65614dd187632ca2910068ad8c528e0fd7c0c5ba02bd35b1634f6274580186c23cf15855 WHIRLPOOL f0e563bf6da5b2b879811155dfe97cc5f8a07377c2c9d4d464870beb9b2d6ab8e5c7ea8c860551756e9ce8e0f1268aa1e1e36f9d9f5a1f438086b5242f2a7689
22 DIST botocore-1.4.27.tar.gz 2502287 SHA256 1d18565c45ab1eeb7e5e237c7aa1ce81b6376fa63e5a9d948c5bcdfb5fe27d75 SHA512 2ce94ed553ac513db0000201620f5bb8d8af85104d2ab7b2d8d23a50ca4d01bd2c5eccae8172f379a749ca80dcb827c430412ef6ae7d73f0a2022e6119d71dc5 WHIRLPOOL 2bb20b63b38dba3c3ff28e2e5b2d927897c6ef56a4828ac496d5e3397512a7786336c7026c1c11786db8abcb93afdebe2e429c0eee3371d2041d7bc568b192e8
23 DIST botocore-1.4.28.tar.gz 2503928 SHA256 145e41531a5d38862974ddf45c055e1561046f72caa04564f0435d25cf62dbe1 SHA512 51feb906bc82c66054d0b4b09041377c67839cfbe9dcf39975060b3c1acb9d8e5607fb43e93199d321ab890410550de7f7812598aeecad6709ce1317a19a3bc6 WHIRLPOOL d089d9d5a038cb8253d7a4194d66972e1ac1a0ddb92d90e3bf8a48de9c87a74ddbccef7eebe475f778ad03d6a7102c38d1905016600d51848bcef9c584136821
24 +DIST botocore-1.4.31.tar.gz 2622913 SHA256 c526e5f160f1d244c014bf59d013d4a3ba6037e62826ef9ab6c01bbb2a5ef013 SHA512 395de78cc39fed1e89f913e55e8d2f64b05b5e459831e3f46e7c88f4b13f6291cab252dc650137d994abfb3b4f5afdad939c175214588e668971c8b180e8310b WHIRLPOOL cdfa6c9a7d0a16e1e464db9ea678fe4374211a4d65e0e4de539228c35dc3269527df0095effa666c6414293902b172299f592264652dc2ef32c264afaade52e7
25
26 diff --git a/dev-python/botocore/botocore-1.4.31.ebuild b/dev-python/botocore/botocore-1.4.31.ebuild
27 new file mode 100644
28 index 0000000..9c57e33
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.4.31.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 +}