Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Mon, 31 Jul 2017 18:12:45
Message-Id: 1501524712.d132b3cd9ae7c38a60ee3cca70f6377726521510.bicatali@gentoo
1 commit: d132b3cd9ae7c38a60ee3cca70f6377726521510
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 19:52:13 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 18:11:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d132b3cd
7
8 dev-python/botocore: version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/botocore/Manifest | 1 +
13 dev-python/botocore/botocore-1.5.90.ebuild | 53 ++++++++++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index e3b831a729c..086a982a3f4 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -3,3 +3,4 @@ DIST botocore-1.4.62.tar.gz 2912358 SHA256 9286305627019c6ecba580085046ed9ad5b26
21 DIST botocore-1.4.65.tar.gz 2946032 SHA256 9b4e2d54ad89294e3866888b9711b58ad9923a7850e2ad3245a96e5bf5ec9e6d SHA512 ee3cf9c8b6fd0d6adb7f423c2a72a2d5ac2e7efd314c07c2d5014580b700f26bacb6bc09a75a295b5d508234446640cfed641d39515a8d658ba8c35df3240358 WHIRLPOOL b49274619ec8f06d94e07592e4ba21a83f39241d4aa28c61ef514ec95993ec9769661470ace44778738fd72644fb96954fd3f67077e2ff467643352a5598e311
22 DIST botocore-1.4.93.tar.gz 3306809 SHA256 3954b0c3bf67473181e9f6e3347154ba8ac6e66fab9bc07a25bb9e4e165d9726 SHA512 ce4ac735e5413932d5545b6319f63e6080cee8f4e511e3886bd47a6785bf1986236eb8ed48248836b29fc433a015807fae8dfbc3b6dc1f7e94088e380c7b0332 WHIRLPOOL fd29a6ad15ddd8a7dfe6cffafc72b2a83b7b45304bd122d7ddde26f4bb529805396bad3dd261fefc977fac4c004991b03553792a11fa78dc1197107a1892182e
23 DIST botocore-1.5.52.tar.gz 3606403 SHA256 bd232581d8720f87d49d14c134b2f563dbb7c4fa887467720bff76e08858a01b SHA512 f8a1ed1b768cbe26e9fc75a81b08dbb012b37576342452acde21f48e9c314093ce1dd7ec8eabcc8c8a14e2209d809450bd4798eddb55215dcc387130243d8bf4 WHIRLPOOL 0c719fb1e7be68f59a76e7394615b836df9ebcf9ac1dda7c2fee1ff468437f6e33d34f5fd2b809680158bf32f0eebf63c8a90a10ed90883354347a8cc758280b
24 +DIST botocore-1.5.90.tar.gz 3707524 SHA256 675f894c0ba91c8bb94be6954a40272e8c9d1ac9ddab2bee33acb1576fcaaedd SHA512 2a241c29c4874f632932f453954ca15469087b467ed36453db05fa219e81b6aa924aca672f01747de071091ffe6d55fa731ec124f7b47783176c79cf141dc82d WHIRLPOOL d42ec9a4d167d31edd9e65ee6a2cfa65c1ed80d8260f3fbe2fafe2e66f28d0d28f363f0b311e275589b065d2d43151381090b16d61e13aba1d4f4dac487cca35
25
26 diff --git a/dev-python/botocore/botocore-1.5.90.ebuild b/dev-python/botocore/botocore-1.5.90.ebuild
27 new file mode 100644
28 index 00000000000..48c87d8d137
29 --- /dev/null
30 +++ b/dev-python/botocore/botocore-1.5.90.ebuild
31 @@ -0,0 +1,53 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Low-level, data-driven core of boto 3."
41 +HOMEPAGE="https://github.com/boto/botocore"
42 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 +
44 +LICENSE="Apache-2.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~x86-linux ~amd64-linux ~x86-linux"
47 +IUSE="doc test"
48 +
49 +CDEPEND="
50 + >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
51 + >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
52 + <dev-python/jmespath-1.0.0[${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-1.3.0[${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 -v 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 +}