Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/
Date: Sat, 15 Sep 2018 14:04:48
Message-Id: 1537020242.07cfe25acfb21de04fc45feb4b77ba7791e01108.andrey_utkin@gentoo
1 commit: 07cfe25acfb21de04fc45feb4b77ba7791e01108
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 20:41:19 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 14:04:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cfe25a
7
8 dev-python/boto3: drop old versions
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/boto3/Manifest | 2 --
13 dev-python/boto3/boto3-1.4.7.ebuild | 54 ----------------------------------
14 dev-python/boto3/boto3-1.5.27.ebuild | 57 ------------------------------------
15 3 files changed, 113 deletions(-)
16
17 diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
18 index a3f8cc4c00c..93fda97a1a1 100644
19 --- a/dev-python/boto3/Manifest
20 +++ b/dev-python/boto3/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST boto3-1.4.7.tar.gz 217171 BLAKE2B 900c5c4249df9d0c3b5d157835f66be5e7cd3e2f4b934047340614ef729d30a5952f2996f1638626a10f9e5e55cb05d4792241b6f7da9c5157da9caeb464acac SHA512 db87ce873ba3d7d12c9e77ce329db3fab25328407ec5ba7fa1e7c94351285a84a3baf0f71721ee6858761743736497ec35b03e8d5e9a59da8daa176596f1a1a3
23 -DIST boto3-1.5.27.tar.gz 221841 BLAKE2B b604bb3f20f6ea5d6fd9de8ea63258cd4fdb36fb7cdbd6ca2e194f177dd37da3609928be47fc620ab42db6955aff373c757ea0f80896be947aa714bd6da487f8 SHA512 c38d11fc1e1d65cfaf9bbe00da210c4713fec9232320387efc11663470fc333a622877eddd1c60216496cb6fb399f0964cf51bed67209c4c7ec17af03972350f
24 DIST boto3-1.7.19.tar.gz 226568 BLAKE2B 3f56b738d49cd8da02621b5f00160e8a6bc06fa785b870cf0a413c0c9ba2e04dd772f4246fe943dc9fd7dc14f1c587377e3ffba77c2b1a092247958dbc573fdb SHA512 80975e234caabb0f9c0166cc00a3bf88d61ff1df386fa4df83599245a04d323d10b770e1f4171e7f856ea91edd325d1207caf023a2f43e5dca23236fc48bcb6d
25 DIST boto3-1.7.35.tar.gz 228201 BLAKE2B ae164f4eb8a77d15ea142f0a88422645b306f83c54d094abafd73e46e0615fb7cde9756781d4150fa6ef408738481fbbd959afee0ca125cb1f2b8f82189f86b4 SHA512 c007317bcfd167fc78ae216ea2db5a9ae76dcd4e76cd80bc2e4bef11e4525f1b0c87d6f14cf66dff49bb5e0c4c22b2062a514e8f47c83cf1a1bbd592f6aa7658
26 DIST boto3-1.9.4.tar.gz 237313 BLAKE2B 20ab73dd02864b455a2bcc567b6303ef8b0503c4dd80efb442bf7ad8167329c938dcd41cbc61d4ab50fd02cbf8758c10aadb9b13d9c795330fe1faf9a1f7352b SHA512 7f0eb3b5537aed598d75a05474439819dee8c0030dd1eb685281e963ec465699ff9120394170f1ac7b53493de9b8702ec789863839eb3710ff3d60e2dfc1f1ac
27
28 diff --git a/dev-python/boto3/boto3-1.4.7.ebuild b/dev-python/boto3/boto3-1.4.7.ebuild
29 deleted file mode 100644
30 index deec06fff8c..00000000000
31 --- a/dev-python/boto3/boto3-1.4.7.ebuild
32 +++ /dev/null
33 @@ -1,54 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
39 -
40 -inherit distutils-r1 vcs-snapshot
41 -
42 -DESCRIPTION="The AWS SDK for Python"
43 -HOMEPAGE="https://github.com/boto/boto3"
44 -SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc test"
50 -
51 -CDEPEND="
52 - >=dev-python/botocore-1.7.0[${PYTHON_USEDEP}]
53 - <dev-python/botocore-1.8.0[${PYTHON_USEDEP}]
54 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
55 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
56 - >=dev-python/s3transfer-0.1.10[${PYTHON_USEDEP}]
57 - <dev-python/s3transfer-0.2.0[${PYTHON_USEDEP}]
58 -"
59 -DEPEND="
60 - dev-python/setuptools[${PYTHON_USEDEP}]
61 - doc? (
62 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
63 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
64 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
65 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
66 - )
67 - test? (
68 - ${CDEPEND}
69 - ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
70 - dev-python/nose[${PYTHON_USEDEP}]
71 - )
72 -"
73 -RDEPEND="${CDEPEND}"
74 -
75 -python_compile_all() {
76 - use doc && emake -C docs html
77 -}
78 -
79 -python_test() {
80 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
81 -}
82 -
83 -python_install_all() {
84 - use doc && local HTML_DOCS=( docs/build/html/. )
85 -
86 - distutils-r1_python_install_all
87 -}
88
89 diff --git a/dev-python/boto3/boto3-1.5.27.ebuild b/dev-python/boto3/boto3-1.5.27.ebuild
90 deleted file mode 100644
91 index 7dda0e97cd4..00000000000
92 --- a/dev-python/boto3/boto3-1.5.27.ebuild
93 +++ /dev/null
94 @@ -1,57 +0,0 @@
95 -# Copyright 1999-2018 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
100 -
101 -inherit distutils-r1 vcs-snapshot
102 -
103 -DESCRIPTION="The AWS SDK for Python"
104 -HOMEPAGE="https://github.com/boto/boto3"
105 -LICENSE="Apache-2.0"
106 -SLOT="0"
107 -IUSE="doc test"
108 -
109 -if [[ "${PV}" == "9999" ]]; then
110 - EGIT_REPO_URI="https://github.com/boto/boto3"
111 - inherit git-r3
112 -else
113 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
114 - KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
115 -fi
116 -
117 -RDEPEND="
118 - >=dev-python/botocore-1.8.20[${PYTHON_USEDEP}]
119 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
120 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
121 - >=dev-python/s3transfer-0.1.10[${PYTHON_USEDEP}]
122 - <dev-python/s3transfer-0.2.0[${PYTHON_USEDEP}]
123 -"
124 -DEPEND="
125 - dev-python/setuptools[${PYTHON_USEDEP}]
126 - doc? (
127 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
128 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
129 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
130 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
131 - )
132 - test? (
133 - ${RDEPEND}
134 - dev-python/mock[${PYTHON_USEDEP}]
135 - dev-python/nose[${PYTHON_USEDEP}]
136 - )
137 -"
138 -
139 -python_compile_all() {
140 - use doc && emake -C docs html
141 -}
142 -
143 -python_test() {
144 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
145 -}
146 -
147 -python_install_all() {
148 - use doc && local HTML_DOCS=( docs/build/html/. )
149 -
150 - distutils-r1_python_install_all
151 -}