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/botocore/
Date: Sat, 15 Sep 2018 14:04:46
Message-Id: 1537020242.07072191644b44b71112aa352e9bda727b7905e8.andrey_utkin@gentoo
1 commit: 07072191644b44b71112aa352e9bda727b7905e8
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 20:40:15 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=07072191
7
8 dev-python/botocore: drop old versions
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/botocore/Manifest | 2 -
13 dev-python/botocore/botocore-1.7.39.ebuild | 53 --------------------------
14 dev-python/botocore/botocore-1.8.41.ebuild | 61 ------------------------------
15 3 files changed, 116 deletions(-)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index 06aa7ac7a8b..829fdde6314 100644
19 --- a/dev-python/botocore/Manifest
20 +++ b/dev-python/botocore/Manifest
21 @@ -1,5 +1,3 @@
22 DIST botocore-1.10.19.tar.gz 4372030 BLAKE2B cf4782e603c3483583edc2bd0a310781a00678524b4966b504e34db24b0f177d2d63cc76a5b2f1efa2d831c8ca3bc93f6bbbb628344da944a59b784cbd2e3062 SHA512 450f66d182f0262ae5fe040fc45c640c13fc2b9b1e4331e3be18ebd7b52b0008cb39f7293e243b101797a84b390399c09952f82880d925ebc076672282334577
23 DIST botocore-1.10.35.tar.gz 4451806 BLAKE2B 1161e5dc23a2a540b9fa237eb5c3029c6822bf76cc833be44366385482617ed64458a04ecd67ea9884d8b8a5b74e4b2a6232fb2f8d960118fba70860526fb4f0 SHA512 ea9e4bba6be53696fc4e3cf68e67f9e6eeaeda813c48d725e20f7170228f1cf8b55a023dd5fdb020290f5d6ecd10f75217e9327c928edacf8723dbd4050188d5
24 DIST botocore-1.12.4.tar.gz 4800384 BLAKE2B 121019d3c33872fdd874ddba36ecc8612a6354068ce7b759cbe7f35a9787e84c34d3a71ef3fdd2d721d3c3973a7600e4398cb7cd2a3ba698464c15137845bdf3 SHA512 8d196984f5623df403a8a23a9b7e7061e59c0ca56103f89d749d6ad7d92168ccae267f85312f2949cee322776d7948f1ecfda3d9d2783e8ba92fde7a178e8cac
25 -DIST botocore-1.7.39.tar.gz 3838231 BLAKE2B 53355a6f0fca131db8ae41ff7e0b5405dc2a4c1a0630743ec34e0fabe60468d27ea9d36b67dc3b8757c3f524eabf3fef1e55d3eb0df1f4c5bd229448f8dfc3d4 SHA512 0a6031315356f43e00ba5661020890478a589f0524bacd22fd24a9f8da147761f70d7b7fae9aab887301e78a392bc12dc7067174af9a07aac346d11a4cec9a22
26 -DIST botocore-1.8.41.tar.gz 4196554 BLAKE2B 8f74b8f53fb98ea0fbadebb1739799eb30fb52748377175e0682292f4868910a5fab187c9065434e67d783eee0bb119555daa55020f1b909370749dfdf1dbc87 SHA512 d8bb3eb704268410646c0290fde829a3f69fc9c587b31afb43649efe345f626dc902be0ba7939239bb93871138aeb7587671dcb91ac40f4241c90b2238219d30
27
28 diff --git a/dev-python/botocore/botocore-1.7.39.ebuild b/dev-python/botocore/botocore-1.7.39.ebuild
29 deleted file mode 100644
30 index e1c1d32eec3..00000000000
31 --- a/dev-python/botocore/botocore-1.7.39.ebuild
32 +++ /dev/null
33 @@ -1,53 +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
41 -
42 -DESCRIPTION="Low-level, data-driven core of boto 3."
43 -HOMEPAGE="https://github.com/boto/botocore"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc test"
50 -
51 -CDEPEND="
52 - >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
53 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
54 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
55 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
56 - <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
57 -"
58 -DEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - doc? (
61 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
62 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
63 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
64 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
65 - )
66 - test? (
67 - ${CDEPEND}
68 - ~dev-python/mock-1.3.0[${PYTHON_USEDEP}]
69 - dev-python/nose[${PYTHON_USEDEP}]
70 - )
71 -"
72 -RDEPEND="${CDEPEND}"
73 -
74 -python_compile_all() {
75 - use doc && emake -C docs html
76 -}
77 -
78 -python_test() {
79 - nosetests -v tests/unit || die "tests failed under ${EPYTHON}"
80 -}
81 -
82 -python_install_all() {
83 - use doc && local HTML_DOCS=( docs/build/html/. )
84 -
85 - distutils-r1_python_install_all
86 -}
87
88 diff --git a/dev-python/botocore/botocore-1.8.41.ebuild b/dev-python/botocore/botocore-1.8.41.ebuild
89 deleted file mode 100644
90 index d637c292719..00000000000
91 --- a/dev-python/botocore/botocore-1.8.41.ebuild
92 +++ /dev/null
93 @@ -1,61 +0,0 @@
94 -# Copyright 1999-2018 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Low-level, data-driven core of boto 3."
103 -HOMEPAGE="https://github.com/boto/botocore"
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -IUSE="doc test"
107 -
108 -if [[ "${PV}" == "9999" ]]; then
109 - EGIT_REPO_URI="https://github.com/boto/botocore"
110 - inherit git-r3
111 -else
112 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
113 - KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
114 -fi
115 -
116 -RDEPEND="
117 - >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
118 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
119 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
120 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
121 - <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
122 -"
123 -DEPEND="
124 - dev-python/setuptools[${PYTHON_USEDEP}]
125 - doc? (
126 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
127 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
128 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
129 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
130 - )
131 - test? (
132 - ${RDEPEND}
133 - dev-python/mock[${PYTHON_USEDEP}]
134 - dev-python/nose[${PYTHON_USEDEP}]
135 - dev-python/jsonschema[${PYTHON_USEDEP}]
136 - )
137 -"
138 -
139 -PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
140 -
141 -python_compile_all() {
142 - use doc && emake -C docs html
143 -}
144 -
145 -python_test() {
146 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit tests failed under ${EPYTHON}"
147 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die "functional tests 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 -}