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: Tue, 30 Aug 2016 15:50:24
Message-Id: 1472572198.37b9c1aae0c6e3dcc2d279e38307baee9d8a2188.alunduil@gentoo
1 commit: 37b9c1aae0c6e3dcc2d279e38307baee9d8a2188
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 15:49:11 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:49:58 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b9c1aa
7
8 dev-python/botocore: remove version 1.4.41
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/botocore/Manifest | 1 -
13 dev-python/botocore/botocore-1.4.41.ebuild | 54 ------------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
17 index 1901e1e..5fcbfa0 100644
18 --- a/dev-python/botocore/Manifest
19 +++ b/dev-python/botocore/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST botocore-1.4.41.tar.gz 2655741 SHA256 da37c2b9c942ff280e47122e48e1e9af827c81191da919e9c434c69e455e6a30 SHA512 ae55eacc4410ac3d6a1588395e8f2e4b857d03f2956606d4a46c430c04b57997eaff8123c0e8546601cffaeabbb3aaaec99439bd1ffa57a114fe34cb56b1a609 WHIRLPOOL b875787ce674634056ff180291d5ebc14c3d99131eff9353f7f129137224d4d6bcd86f5e8f475ade7e91e62a6498adfb2eaa5ea5c058cc8556cd554737fefc68
22 DIST botocore-1.4.43.tar.gz 2662274 SHA256 15e825f61170379cf0977a4f76bf75be6525f6784f9bc36e42c9c52268959283 SHA512 d65aa843efcaeb60f51b925f7f8b19ee837404a4fa4c3d36e7b7e438f3f7f1473a021f10f1b8f76ec4a8877af2967b435bd96e9384e5fa772be9ee918eaf918f WHIRLPOOL c1d2e4d12fad2365e0072d13ca59d44805c5d7dbb8d4d68c7d912cff7ffc8faf911a9553b321525e8621a9cb28cb9f99253656839e3adc0da0bbb50b60430339
23 DIST botocore-1.4.46.tar.gz 2713844 SHA256 844dbd090b4127678c25342635485c87d86bca4a4f8a7c2295d715f7c830700c SHA512 f79c309ca2bc7fd8d7c2ae63b3968d7212c16d113a17fbb06938f6aeae13b92bc1645aae19258f60e61b10e9ec09868582b20fa5fc4f55a71047433b60de05be WHIRLPOOL 0d84058c1a7dcdaddcb7c2cff4c4f2a1ebe39a8db8358bfb23a50e8dbd8cebd2f30a721573d3f10e241f29e56bf82b72327fcfa17d84f423a091a23a3acc6e40
24 DIST botocore-1.4.48.tar.gz 2728910 SHA256 167babd5eb74cf44f9f71422376be94ce4e731e5e785ea2f87bbf1978a258bc8 SHA512 73c66b3931ce5f2978546dc91ce808ed92484b6c609fc3f46fedd3a670ba3ec36f506b709c4baa2a9f3daad1e644730f93416f575afdccf4874664a4388e136e WHIRLPOOL b45e068e81cd37efbb69baaa29bc2adebbcecdd49554b89265a5e7c5b02ee6e96005a66ddfe2357df1d8cb1afd22f7a7e2f54607b563e674736f0de8fb5a4d04
25
26 diff --git a/dev-python/botocore/botocore-1.4.41.ebuild b/dev-python/botocore/botocore-1.4.41.ebuild
27 deleted file mode 100644
28 index 9c57e33..00000000
29 --- a/dev-python/botocore/botocore-1.4.41.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
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 -}