Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Sat, 30 Jul 2022 13:39:47
Message-Id: 1659188248.76b46e0d6f2fb7fe17e8c6e5d5abdf70b652a8f6.mgorny@gentoo
1 commit: 76b46e0d6f2fb7fe17e8c6e5d5abdf70b652a8f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 13:37:28 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 13:37:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b46e0d
7
8 dev-python/botocore: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/botocore/Manifest | 2 -
13 dev-python/botocore/botocore-1.27.37.ebuild | 69 -----------------------------
14 dev-python/botocore/botocore-1.27.40.ebuild | 69 -----------------------------
15 3 files changed, 140 deletions(-)
16
17 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
18 index 05b4bf605ec1..8ad3547f8681 100644
19 --- a/dev-python/botocore/Manifest
20 +++ b/dev-python/botocore/Manifest
21 @@ -1,6 +1,4 @@
22 DIST botocore-1.27.26.tar.gz 9167551 BLAKE2B 9e95c1e6e5261b08247615446a589318d92cc86768c5e3999f99fb8e2a4a888309d72d4d3d66a1ebf9c1e2b6ccab6265a1d94ad9dcbf9da22aa1ae012aa2bfb3 SHA512 bbb563c2bc8eb3fe022f0b7be263ef16de93aadb02fb7a8e242f53a957a97e8f8b5d043ea8897a7b268d4d64b1e4972f2ccc91b8255f232c858f6a9ba1d93f34
23 DIST botocore-1.27.31.tar.gz 9184651 BLAKE2B 01dcd9e94490923f7d0f463d3019007f58c5e441ae65ea2c365ed20417e8f7b532228a335c6f461ca97411269aaa78aa48fa33cccd8b2e45a6665c2410bb4352 SHA512 27f810e0519144fae71600ea7f6d9a15cca30386ee0f2b06beeeb64c06da8728b54709fb770673f708697dd930fe744703728ce00b6a1149361ab550fef9ccb4
24 DIST botocore-1.27.36.gh.tar.gz 9465835 BLAKE2B c22c341d6e762316f3d8719bd8c1fd52140642739361a7ade326d739005dbd141a6b4e1798287b40bf7ba40cd5e158d36f195893d529f5ba375b06087d2122b9 SHA512 09ef156b3c0457ceef341bf26e3f060d3e91808f1da66d1dbb06ba2826be3c61e047383dc9d8a719bb8e172e91f6475f4613c14d30c57c6a909b51c8ba7334cc
25 -DIST botocore-1.27.37.gh.tar.gz 9466348 BLAKE2B 56c670e22204dcd12164094d52b1ed4ec820241f1423738e008f24762a5702149f2eb57283ec194a77cc2d57bc1183d91a90ca55ae0cf977aa1abdacb922ed86 SHA512 adb18c54a757077f7cff4b9b6716d015998432faeb3eb7d0a631631e5b0cf7814b40843ba379841cef920d3eca1367623f52491f53fed9f318898b3a6197eac9
26 -DIST botocore-1.27.40.gh.tar.gz 9491717 BLAKE2B 4c4e96969432426b711642265573b1a3026ea60dbee2328ff34f0c64ad5c911bb773078e8f86882c94abc2b340567e65475ebed146651e92307ddf1629cbe2a0 SHA512 03d174f3c8490470a40ba54568b3ec1fed740acae143964db0618e7d57fd03fd6aae992d7e9dfe3882eae70a082a6974d3356cd7e2c49625eec8270fcb2ef784
27 DIST botocore-1.27.41.gh.tar.gz 9493802 BLAKE2B dff510a658e77fe7185a8d118228cd80d06ea066328d39c56eaa8f01459dd11131ca73dcfe464a5e1403f8aceaa96065d5ea335bb268155c81c9b71299488d45 SHA512 29f419c4338e37bcc7fce38836b1f3b0ed1e552ea94cbe77ea09cd18c3c0b80d3405cd4a3468570c7eb6f1301bfed0d26dcc98feb7a1f62b9e8b1b11c61cdac5
28
29 diff --git a/dev-python/botocore/botocore-1.27.37.ebuild b/dev-python/botocore/botocore-1.27.37.ebuild
30 deleted file mode 100644
31 index 6558cbe56a50..000000000000
32 --- a/dev-python/botocore/botocore-1.27.37.ebuild
33 +++ /dev/null
34 @@ -1,69 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} )
42 -
43 -inherit distutils-r1 multiprocessing
44 -
45 -DESCRIPTION="Low-level, data-driven core of boto 3"
46 -HOMEPAGE="
47 - https://github.com/boto/botocore/
48 - https://pypi.org/project/botocore/
49 -"
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -
53 -if [[ "${PV}" == "9999" ]]; then
54 - EGIT_REPO_URI="https://github.com/boto/botocore"
55 - inherit git-r3
56 -else
57 - SRC_URI="
58 - https://github.com/boto/botocore/archive/${PV}.tar.gz
59 - -> ${P}.gh.tar.gz
60 - "
61 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
62 -fi
63 -
64 -RDEPEND="
65 - dev-python/six[${PYTHON_USEDEP}]
66 - <dev-python/jmespath-2[${PYTHON_USEDEP}]
67 - dev-python/python-dateutil[${PYTHON_USEDEP}]
68 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
69 -"
70 -BDEPEND="
71 - test? (
72 - dev-python/jsonschema[${PYTHON_USEDEP}]
73 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
74 - )
75 -"
76 -
77 -distutils_enable_sphinx docs/source \
78 - 'dev-python/guzzle_sphinx_theme'
79 -distutils_enable_tests pytest
80 -
81 -src_prepare() {
82 - # unpin deps
83 - sed -i -e "s:>=.*':':" setup.py || die
84 -
85 - # unbundle deps
86 - rm -r botocore/vendored || die
87 - find -name '*.py' -exec sed -i \
88 - -e 's:from botocore[.]vendored import:import:' \
89 - -e 's:from botocore[.]vendored[.]:from :' \
90 - {} + || die
91 -
92 - distutils-r1_src_prepare
93 -}
94 -
95 -python_test() {
96 - local EPYTEST_DESELECT=(
97 - # rely on bundled six
98 - tests/functional/test_six_imports.py::test_no_bare_six_imports
99 - tests/functional/test_six_threading.py::test_six_thread_safety
100 - )
101 -
102 - epytest tests/{functional,unit} -n "$(makeopts_jobs)"
103 -}
104
105 diff --git a/dev-python/botocore/botocore-1.27.40.ebuild b/dev-python/botocore/botocore-1.27.40.ebuild
106 deleted file mode 100644
107 index 6558cbe56a50..000000000000
108 --- a/dev-python/botocore/botocore-1.27.40.ebuild
109 +++ /dev/null
110 @@ -1,69 +0,0 @@
111 -# Copyright 1999-2022 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=8
115 -
116 -DISTUTILS_USE_PEP517=setuptools
117 -PYTHON_COMPAT=( python3_{8..11} )
118 -
119 -inherit distutils-r1 multiprocessing
120 -
121 -DESCRIPTION="Low-level, data-driven core of boto 3"
122 -HOMEPAGE="
123 - https://github.com/boto/botocore/
124 - https://pypi.org/project/botocore/
125 -"
126 -LICENSE="Apache-2.0"
127 -SLOT="0"
128 -
129 -if [[ "${PV}" == "9999" ]]; then
130 - EGIT_REPO_URI="https://github.com/boto/botocore"
131 - inherit git-r3
132 -else
133 - SRC_URI="
134 - https://github.com/boto/botocore/archive/${PV}.tar.gz
135 - -> ${P}.gh.tar.gz
136 - "
137 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
138 -fi
139 -
140 -RDEPEND="
141 - dev-python/six[${PYTHON_USEDEP}]
142 - <dev-python/jmespath-2[${PYTHON_USEDEP}]
143 - dev-python/python-dateutil[${PYTHON_USEDEP}]
144 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
145 -"
146 -BDEPEND="
147 - test? (
148 - dev-python/jsonschema[${PYTHON_USEDEP}]
149 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
150 - )
151 -"
152 -
153 -distutils_enable_sphinx docs/source \
154 - 'dev-python/guzzle_sphinx_theme'
155 -distutils_enable_tests pytest
156 -
157 -src_prepare() {
158 - # unpin deps
159 - sed -i -e "s:>=.*':':" setup.py || die
160 -
161 - # unbundle deps
162 - rm -r botocore/vendored || die
163 - find -name '*.py' -exec sed -i \
164 - -e 's:from botocore[.]vendored import:import:' \
165 - -e 's:from botocore[.]vendored[.]:from :' \
166 - {} + || die
167 -
168 - distutils-r1_src_prepare
169 -}
170 -
171 -python_test() {
172 - local EPYTEST_DESELECT=(
173 - # rely on bundled six
174 - tests/functional/test_six_imports.py::test_no_bare_six_imports
175 - tests/functional/test_six_threading.py::test_six_thread_safety
176 - )
177 -
178 - epytest tests/{functional,unit} -n "$(makeopts_jobs)"
179 -}