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, 29 Aug 2015 19:38:33
Message-Id: 1440877076.c30fb67d5b2c6c76f34165a7324686112dc3e1e4.alunduil@gentoo
1 commit: c30fb67d5b2c6c76f34165a7324686112dc3e1e4
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 19:35:35 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 19:37:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30fb67d
7
8 dev-python/botocore: add version 1.1.11
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.1.11.ebuild | 53 ++++++++++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index 56badf0..33a15f0 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -1,3 +1,4 @@
21 +DIST 1.1.11.tar.gz 1975224 SHA256 b4e6edc12177dd4f720259aa7027bab00fb9db2029e40e77e67c552ef9f41132 SHA512 b0b10299d93314de582cfd21511987fe210df1618c49f6c706c4341a3a635a85cd48d8848a69f83391a227ab5dc3881509a02b4cc47b1e27d18cf353d4de850b WHIRLPOOL 21e662fe7f713a98e5e16225e3860585f0abb8e4a47b5f0ae52262a929a32ce563e1108c80602c9c2136180957c1b8bb4b89d8b9fc84415c155212d326f08b90
22 DIST botocore-1.1.5.tar.gz 1963111 SHA256 4aac2f5c46c37fac047e3f668692882c306963c679a69aacfc07e4c70d5ce70d SHA512 0d609ab8249a44e013296ec30fe6856d62e9453e9e1fa8e39e32b4768af8dffdb439c9b8249964d230090d483e36cfe94bf87b1261a991e3abc3b60b982c61b7 WHIRLPOOL 84f7ac82f03297bd196d0fb2fb77eb870b933ced252a9d56981ccbbd115243f94e17662203c4fce9d2a9aa700f0013754cc57b34db2f3312e4169e2eb801277a
23 DIST botocore-1.1.7.tar.gz 1966396 SHA256 50d90705815aff4dd4e2be503ad42c0fb52874053046de9042bc16563a8ecd68 SHA512 4aba7712b7154362a52f46e2c0d28d0ff0d096d7741e99760848a23338420be290b3b91892cb764f4aca21122b208533a5b1e33bf23bce76b09e0bb5560b6764 WHIRLPOOL 9871171175dd88bf69171966c3fe8c410f07b0340381d64925d7c7ccf108664ba97f9785ffd61e3518ff9ce834eee7c405420d37c071acb1c655dd8c38f2ae95
24 DIST botocore-1.1.8.tar.gz 1969137 SHA256 338fed0119d819a60b2b7cf1a1a38f93603c5f012a2a483b713425816a43a57c SHA512 24c17057ce600873fb37ecd6712defe8339a36cc11cb77afd2417b68bef63e46ebb22dbe320e5c4bb7f948aee6fb3fc90336c021c6adf2d7902cab8ce6d214f2 WHIRLPOOL 54872902565ad7af5932517a554a4577445aa2539c1668f5d672f7e60b84efae6ad0af68e98d9cc3ed2fb4204936c6881bf17cda0ef821a2ee6e8f60b1cf6b20
25
26 diff --git a/dev-python/botocore/botocore-1.1.11.ebuild b/dev-python/botocore/botocore-1.1.11.ebuild
27 new file mode 100644
28 index 0000000..530b89a
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.1.11.ebuild
31 @@ -0,0 +1,53 @@
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_3 python3_4 )
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="https://github.com/boto/${PN}/archive/${PV}.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/python-dateutil-2.1[${PYTHON_USEDEP}]
54 + <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
55 +"
56 +DEPEND="
57 + dev-python/setuptools[${PYTHON_USEDEP}]
58 + doc? (
59 + >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
60 + <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
61 + >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
62 + <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
63 + )
64 + test? (
65 + ${CDEPEND}
66 + dev-python/mock[${PYTHON_USEDEP}]
67 + dev-python/nose[${PYTHON_USEDEP}]
68 + )
69 +"
70 +RDEPEND="${CDEPEND}"
71 +
72 +python_compile_all() {
73 + use doc && emake -C docs html
74 +}
75 +
76 +python_test() {
77 + nosetests tests/unit || die "tests failed under ${EPYTHON}"
78 +}
79 +
80 +python_install_all() {
81 + use doc && local HTML_DOCS=( docs/build/html/. )
82 +
83 + distutils-r1_python_install_all
84 +}