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: Sun, 30 Oct 2016 20:45:47
Message-Id: 1477860134.032e39d296fe886c30b2e20af9057015e479f4e8.alunduil@gentoo
1 commit: 032e39d296fe886c30b2e20af9057015e479f4e8
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 20:42:14 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:42:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032e39d2
7
8 dev-python/botocore: add version 1.4.65
9
10 Package-Manager: portage-2.3.2
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.4.65.ebuild | 54 ++++++++++++++++++++++++++++++
14 2 files changed, 55 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index 58ad14c..1488f82 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -1,3 +1,4 @@
21 DIST botocore-1.4.58.tar.gz 2906349 SHA256 a464bb803faffdd689c732768e472da8732b87795bc03ed4342a2ab99338e9f7 SHA512 717b02eef844ac192704c0eda2c2942358d714d92012dff59a38e0bb558ef3cfe6208f3892bb25b3752af96cc81ce057f4052783f60221e63bd087bba59a3dfb WHIRLPOOL bc7b077ca015103d12423f258f21eb42cdeecde311ec726268cb00a6ffd7126047efbdb5fac609f1ae77744465c9989b1d34f953b7d690657d5f8f5f83ccd38e
22 DIST botocore-1.4.60.tar.gz 2908934 SHA256 b091e12a6bba367f147631d3fdc4891567d260f79a09bce8a76f15647da0a2bf SHA512 77fb9e20d54455e1a200ef53db64491383e361f318ce903350beb13ce81edc438dc75642afa3c6825a1c5d3d517bd456ce362a7c917a6c725b2fe3638007858f WHIRLPOOL 17dd5a81f8ac8da7b62cfa91b2c202c6360eac760ebb9ed85b8633f4b7cb740bd5178df126052e36b142e48f47f0c1e749e1ed8d2684238df19ac22de643096e
23 DIST botocore-1.4.62.tar.gz 2912358 SHA256 9286305627019c6ecba580085046ed9ad5b26a4abdb095da1174258f39fdacff SHA512 bdef1da605541831592c25ccd99fb42e2bbf0a713cce650dcc8bfc04df816af88eaa56875fbb06d2f6efb8cf7b42cadc67cae566e892653e897d2e2625d5ea97 WHIRLPOOL 7486ba04ef97829456f0456a80d483a8c3dcfbfcc4f39659d1217ed649f2d2c180e7b37ed1c582d8347baf66d99b028dfa55824a305e21f783d99f8aabf95819
24 +DIST botocore-1.4.65.tar.gz 2946032 SHA256 9b4e2d54ad89294e3866888b9711b58ad9923a7850e2ad3245a96e5bf5ec9e6d SHA512 ee3cf9c8b6fd0d6adb7f423c2a72a2d5ac2e7efd314c07c2d5014580b700f26bacb6bc09a75a295b5d508234446640cfed641d39515a8d658ba8c35df3240358 WHIRLPOOL b49274619ec8f06d94e07592e4ba21a83f39241d4aa28c61ef514ec95993ec9769661470ace44778738fd72644fb96954fd3f67077e2ff467643352a5598e311
25
26 diff --git a/dev-python/botocore/botocore-1.4.65.ebuild b/dev-python/botocore/botocore-1.4.65.ebuild
27 new file mode 100644
28 index 00000000..9c57e33
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.4.65.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 +}