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: Sun, 13 May 2018 01:33:41
Message-Id: 1526175194.31c5b0db105ae536ab7f636a9bfcb65d7c46ee2d.andrey_utkin@gentoo
1 commit: 31c5b0db105ae536ab7f636a9bfcb65d7c46ee2d
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 12 23:06:29 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=31c5b0db
7
8 dev-python/botocore: drop old non-stabilized ebuilds
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-python/botocore/Manifest | 2 -
13 dev-python/botocore/botocore-1.8.20.ebuild | 60 -----------------------------
14 dev-python/botocore/botocore-1.9.6.ebuild | 61 ------------------------------
15 3 files changed, 123 deletions(-)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index 31b40b21f16..2a6bb8ea322 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.7.39.tar.gz 3838231 BLAKE2B 53355a6f0fca131db8ae41ff7e0b5405dc2a4c1a0630743ec34e0fabe60468d27ea9d36b67dc3b8757c3f524eabf3fef1e55d3eb0df1f4c5bd229448f8dfc3d4 SHA512 0a6031315356f43e00ba5661020890478a589f0524bacd22fd24a9f8da147761f70d7b7fae9aab887301e78a392bc12dc7067174af9a07aac346d11a4cec9a22
24 -DIST botocore-1.8.20.tar.gz 4173990 BLAKE2B ce9813c77b440fdfd123593aeb9f5c47bec877981dad5089b83633deebab3bf4aed76c13ac73f571eeb8349406b3f04e6c33634a865e076ffdca266cf418b80c SHA512 0b822bff75ef26c7e996e354a5c06cb50eb13d7e58f65297adcf023a81084c8b98500c08b906dcfd346e2dadcdde33d472d6d51c3e081af8667c5adcdd2deffd
25 DIST botocore-1.8.41.tar.gz 4196554 BLAKE2B 8f74b8f53fb98ea0fbadebb1739799eb30fb52748377175e0682292f4868910a5fab187c9065434e67d783eee0bb119555daa55020f1b909370749dfdf1dbc87 SHA512 d8bb3eb704268410646c0290fde829a3f69fc9c587b31afb43649efe345f626dc902be0ba7939239bb93871138aeb7587671dcb91ac40f4241c90b2238219d30
26 -DIST botocore-1.9.6.tar.gz 4214248 BLAKE2B 7d15cafd899a3b0ed139ebcc603a2eb2157b64369744620aff6d80a6186ce89d26315af7d40ca71e1b3bb2b258854f6335586ae635aba37ee2a8b8b0ab45aaea SHA512 bd69eaae4b4fdbf161e30191b1b715adca0316ab5c55c73a845291e42279a23110ff942a72997126a8dea47e0fe15516eddc42b6c08bd2bb9e86e8ecfcb73270
27
28 diff --git a/dev-python/botocore/botocore-1.8.20.ebuild b/dev-python/botocore/botocore-1.8.20.ebuild
29 deleted file mode 100644
30 index 7f976cb95e5..00000000000
31 --- a/dev-python/botocore/botocore-1.8.20.ebuild
32 +++ /dev/null
33 @@ -1,60 +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 -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/botocore"
50 - inherit git-r3
51 -else
52 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
54 -fi
55 -
56 -RDEPEND="
57 - >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
58 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
59 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
60 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
61 - <dev-python/python-dateutil-3.0.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 -PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
79 -
80 -python_compile_all() {
81 - use doc && emake -C docs html
82 -}
83 -
84 -python_test() {
85 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit tests failed under ${EPYTHON}"
86 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die "functional tests failed under ${EPYTHON}"
87 -}
88 -
89 -python_install_all() {
90 - use doc && local HTML_DOCS=( docs/build/html/. )
91 -
92 - distutils-r1_python_install_all
93 -}
94
95 diff --git a/dev-python/botocore/botocore-1.9.6.ebuild b/dev-python/botocore/botocore-1.9.6.ebuild
96 deleted file mode 100644
97 index 89ab97de7bc..00000000000
98 --- a/dev-python/botocore/botocore-1.9.6.ebuild
99 +++ /dev/null
100 @@ -1,61 +0,0 @@
101 -# Copyright 1999-2018 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
106 -
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="Low-level, data-driven core of boto 3."
110 -HOMEPAGE="https://github.com/boto/botocore"
111 -LICENSE="Apache-2.0"
112 -SLOT="0"
113 -IUSE="doc test"
114 -
115 -if [[ "${PV}" == "9999" ]]; then
116 - EGIT_REPO_URI="https://github.com/boto/botocore"
117 - inherit git-r3
118 -else
119 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
120 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
121 -fi
122 -
123 -RDEPEND="
124 - >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
125 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
126 - <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
127 - >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
128 - <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
129 -"
130 -DEPEND="
131 - dev-python/setuptools[${PYTHON_USEDEP}]
132 - doc? (
133 - >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
134 - <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
135 - >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
136 - <dev-python/sphinx-1.7[${PYTHON_USEDEP}]
137 - )
138 - test? (
139 - ${RDEPEND}
140 - dev-python/mock[${PYTHON_USEDEP}]
141 - dev-python/nose[${PYTHON_USEDEP}]
142 - dev-python/jsonschema[${PYTHON_USEDEP}]
143 - )
144 -"
145 -
146 -PATCHES=( "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch" )
147 -
148 -python_compile_all() {
149 - use doc && emake -C docs html
150 -}
151 -
152 -python_test() {
153 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/unit || die "unit tests failed under ${EPYTHON}"
154 - PYTHONPATH="${BUILD_DIR}/lib" nosetests -v tests/functional || die "functional tests failed under ${EPYTHON}"
155 -}
156 -
157 -python_install_all() {
158 - use doc && local HTML_DOCS=( docs/build/html/. )
159 -
160 - distutils-r1_python_install_all
161 -}