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: Sun, 13 May 2018 01:33:42
Message-Id: 1526175194.599db44b946d4690748fcb95a95192210d763997.andrey_utkin@gentoo
1 commit: 599db44b946d4690748fcb95a95192210d763997
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 23:04:42 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 01:33:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599db44b
7
8 dev-python/boto3: drop old non-stabilized ebuilds
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-python/boto3/Manifest | 2 --
13 dev-python/boto3/boto3-1.5.6.ebuild | 57 -------------------------------------
14 dev-python/boto3/boto3-1.6.6.ebuild | 57 -------------------------------------
15 3 files changed, 116 deletions(-)
16
17 diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
18 index ee91aac4f6c..32e9dcf1fde 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.5.6.tar.gz 218891 BLAKE2B e2f9b567d8c4daad21895a6e8eff7e004229d96715e648c0f62705d5b3db1520e98e1b93d88650e8be98517e971258c0fae92ba09622f86081bb1a1665937645 SHA512 15eacfdf059634ad86a5c41b0ca237e24a6602b0cf9c897fc3d89b02dbebc93043c338d0e1d89d47bb619521943807829f67a384f450987ad5c85b34d1c76d81
25 -DIST boto3-1.6.6.tar.gz 223075 BLAKE2B a865126d1a3ccb38794f2f65ab9ce1d9ea36555b13d48515d221c3d9245e89a3145d79b7eb405e9c74df9b73c49d38770caa1864f0cd610d533b61d8ff54e7f1 SHA512 a7ae94dd7fdd96214129e889a99e950a90edba23952eec7a45047cb1e6173a827dc45013a78c4fd083a5e6b4524f362b44a72f758b32f4e05e00215b38b7643c
26 DIST boto3-1.7.19.tar.gz 226568 BLAKE2B 3f56b738d49cd8da02621b5f00160e8a6bc06fa785b870cf0a413c0c9ba2e04dd772f4246fe943dc9fd7dc14f1c587377e3ffba77c2b1a092247958dbc573fdb SHA512 80975e234caabb0f9c0166cc00a3bf88d61ff1df386fa4df83599245a04d323d10b770e1f4171e7f856ea91edd325d1207caf023a2f43e5dca23236fc48bcb6d
27
28 diff --git a/dev-python/boto3/boto3-1.5.6.ebuild b/dev-python/boto3/boto3-1.5.6.ebuild
29 deleted file mode 100644
30 index 26a90923fb5..00000000000
31 --- a/dev-python/boto3/boto3-1.5.6.ebuild
32 +++ /dev/null
33 @@ -1,57 +0,0 @@
34 -# Copyright 1999-2018 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 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -IUSE="doc test"
47 -
48 -if [[ "${PV}" == "9999" ]]; then
49 - EGIT_REPO_URI="https://github.com/boto/boto3"
50 - inherit git-r3
51 -else
52 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
54 -fi
55 -
56 -RDEPEND="
57 - >=dev-python/botocore-1.8.20[${PYTHON_USEDEP}]
58 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
59 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
60 - >=dev-python/s3transfer-0.1.10[${PYTHON_USEDEP}]
61 - <dev-python/s3transfer-0.2.0[${PYTHON_USEDEP}]
62 -"
63 -DEPEND="
64 - dev-python/setuptools[${PYTHON_USEDEP}]
65 - doc? (
66 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
67 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
68 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
69 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
70 - )
71 - test? (
72 - ${RDEPEND}
73 - ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
74 - dev-python/nose[${PYTHON_USEDEP}]
75 - )
76 -"
77 -
78 -python_compile_all() {
79 - use doc && emake -C docs html
80 -}
81 -
82 -python_test() {
83 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
84 -}
85 -
86 -python_install_all() {
87 - use doc && local HTML_DOCS=( docs/build/html/. )
88 -
89 - distutils-r1_python_install_all
90 -}
91
92 diff --git a/dev-python/boto3/boto3-1.6.6.ebuild b/dev-python/boto3/boto3-1.6.6.ebuild
93 deleted file mode 100644
94 index 76025bdf959..00000000000
95 --- a/dev-python/boto3/boto3-1.6.6.ebuild
96 +++ /dev/null
97 @@ -1,57 +0,0 @@
98 -# Copyright 1999-2018 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
103 -
104 -inherit distutils-r1 vcs-snapshot
105 -
106 -DESCRIPTION="The AWS SDK for Python"
107 -HOMEPAGE="https://github.com/boto/boto3"
108 -LICENSE="Apache-2.0"
109 -SLOT="0"
110 -IUSE="doc test"
111 -
112 -if [[ "${PV}" == "9999" ]]; then
113 - EGIT_REPO_URI="https://github.com/boto/boto3"
114 - inherit git-r3
115 -else
116 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
117 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
118 -fi
119 -
120 -RDEPEND="
121 - >=dev-python/botocore-1.8.20[${PYTHON_USEDEP}]
122 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
123 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
124 - >=dev-python/s3transfer-0.1.10[${PYTHON_USEDEP}]
125 - <dev-python/s3transfer-0.2.0[${PYTHON_USEDEP}]
126 -"
127 -DEPEND="
128 - dev-python/setuptools[${PYTHON_USEDEP}]
129 - doc? (
130 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
131 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
132 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
133 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
134 - )
135 - test? (
136 - ${RDEPEND}
137 - dev-python/mock[${PYTHON_USEDEP}]
138 - dev-python/nose[${PYTHON_USEDEP}]
139 - )
140 -"
141 -
142 -python_compile_all() {
143 - use doc && emake -C docs html
144 -}
145 -
146 -python_test() {
147 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
148 -}
149 -
150 -python_install_all() {
151 - use doc && local HTML_DOCS=( docs/build/html/. )
152 -
153 - distutils-r1_python_install_all
154 -}