commit:     974943398646a8db939ec3e063f1ae90e2c029d6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 17:48:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 17:49:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97494339

dev-python/botocore: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/botocore/Manifest                |  4 --
 dev-python/botocore/botocore-1.29.80.ebuild | 74 -----------------------------
 dev-python/botocore/botocore-1.29.81.ebuild | 74 -----------------------------
 dev-python/botocore/botocore-1.29.82.ebuild | 74 -----------------------------
 dev-python/botocore/botocore-1.29.83.ebuild | 74 -----------------------------
 5 files changed, 300 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index a5cb4a2f7fc4..2cc2eb57174d 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,7 +1,3 @@
 DIST botocore-1.29.74.gh.tar.gz 11153254 BLAKE2B 
b3d3b75643cd5e3fac54a09e971daa23a043ba9f7ab773c2fd57dc15417c1b30c6f503515bad8734332bc40c4210e4ac09566c0742649c6ac3592e81ae9f8d79
 SHA512 
944ebbf1268fa9e8bb68ce5960da347613bcab585bf54c2fd6dbecb499088c1dc426357cde0a0f0d1780ecbc06acc33d8587f37c7f3d13577283b4549a353406
 DIST botocore-1.29.79.gh.tar.gz 11184048 BLAKE2B 
062326a477fb27844ec47af28b77424863d6ff407dbcfd95bc9aa26d4009f503364f3d438997fe437b4830b8ef8c7bfb7e026313364bb3e9429cd3b7c2eae261
 SHA512 
260cf6a533e32c6f514774e5c5ef6830feb77058e1074e730d7fa05fb7067dac093f1a612ed11e02db116671ca9f7301ed29e1625f6e47724301d25b03eb3c30
-DIST botocore-1.29.80.gh.tar.gz 11197756 BLAKE2B 
62f70c71f6b5892ff4daaede65389c75a159ebc29da69b2b2f9b59fabcf1818d91b968cbb04f48acce8310f34b96dbb30189c1fdc609e124202a6743d5b3e65a
 SHA512 
27f31ba27448c5ea3214dcd585d60901761f6cd26e384a861aa377842dd3561f293c261a6a3fd91e78cc3ea75f48b9369e77f4a8d1a4b4dd08fbdde9335ee5a8
-DIST botocore-1.29.81.gh.tar.gz 11211684 BLAKE2B 
c89f683ab6fd238f975af4a30eea6191d1a6c2a8cf5ec1ac640a34de801bc289545dc2a98e9a76824afdb650b9d173751b23af3a3f3e9438f8cd1cdeb0fb64e3
 SHA512 
91b0d34652f68a3f41e768ff35d342c50868fb9e6f9da2b97a64cf08cac03e959395ac499b9fea7cf5997273700b06499f0d870661b9104709fead4a87c0a1ee
-DIST botocore-1.29.82.gh.tar.gz 11213502 BLAKE2B 
8038e8a97e7c8795b9f273e6d7a87f42d764c7996ebc9c6ba831720db9104ead2e11b8a30e660b1112ca2e5ce2582f7135b0db79c56bf6c615f9a7e242b9ef8e
 SHA512 
4492b8bed66736f446e3dd76bf0bde56e2402093630f38246941d17e388f62ca2d0e069b08c7a39cd12e719d062c85c0981636b72362118a8d689581e492ad06
-DIST botocore-1.29.83.gh.tar.gz 11216449 BLAKE2B 
a1eaa0710317c257291045fb1514ffaaff07f5ce8e8c37652e60658020273cb5ff4ec1af15a678b0f0249def13e793ee6ed4e8902ce8af4c6b6a48c2767703a7
 SHA512 
acaabf7c225fa5ae9b3428bdad3a28ffb41ff5a2b637b52c7a1829de0c50ed2d99118d77abcef9e333ffb25de09c5e37a9b817739512dafa8e75ca370a956cc1
 DIST botocore-1.29.84.gh.tar.gz 11220100 BLAKE2B 
588efd08ec38eee7e319ea6e1d41af3f8d96c8e71fa090e5d3e8c836d60be957c47b556a9ce18684d53cb415446a360006714501dfbfc77204b2822247e7bf35
 SHA512 
cee6066735b324d550b736224ce4a4cff207cb7494d14e599ff9606b7a530d3887636054b3d0457269234d83ec0078950e03f916cd834cf910680e7ca650167b

diff --git a/dev-python/botocore/botocore-1.29.80.ebuild 
b/dev-python/botocore/botocore-1.29.80.ebuild
deleted file mode 100644
index 0f4daaa48e81..000000000000
--- a/dev-python/botocore/botocore-1.29.80.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-       https://github.com/boto/botocore/
-       https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/botocore";
-       inherit git-r3
-else
-       SRC_URI="
-               https://github.com/boto/botocore/archive/${PV}.tar.gz
-                       -> ${P}.gh.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       <dev-python/jmespath-2[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin deps
-       sed -i -e "s:>=.*':':" setup.py || die
-
-       # unbundle deps
-       rm -r botocore/vendored || die
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # rely on bundled six
-               tests/functional/test_six_imports.py::test_no_bare_six_imports
-               tests/functional/test_six_threading.py::test_six_thread_safety
-               # fails on unrelated warnings
-               
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
-               
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
-               # TODO
-               
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-       )
-
-       epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}

diff --git a/dev-python/botocore/botocore-1.29.81.ebuild 
b/dev-python/botocore/botocore-1.29.81.ebuild
deleted file mode 100644
index 0f4daaa48e81..000000000000
--- a/dev-python/botocore/botocore-1.29.81.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-       https://github.com/boto/botocore/
-       https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/botocore";
-       inherit git-r3
-else
-       SRC_URI="
-               https://github.com/boto/botocore/archive/${PV}.tar.gz
-                       -> ${P}.gh.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       <dev-python/jmespath-2[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin deps
-       sed -i -e "s:>=.*':':" setup.py || die
-
-       # unbundle deps
-       rm -r botocore/vendored || die
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # rely on bundled six
-               tests/functional/test_six_imports.py::test_no_bare_six_imports
-               tests/functional/test_six_threading.py::test_six_thread_safety
-               # fails on unrelated warnings
-               
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
-               
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
-               # TODO
-               
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-       )
-
-       epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}

diff --git a/dev-python/botocore/botocore-1.29.82.ebuild 
b/dev-python/botocore/botocore-1.29.82.ebuild
deleted file mode 100644
index 0f4daaa48e81..000000000000
--- a/dev-python/botocore/botocore-1.29.82.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-       https://github.com/boto/botocore/
-       https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/botocore";
-       inherit git-r3
-else
-       SRC_URI="
-               https://github.com/boto/botocore/archive/${PV}.tar.gz
-                       -> ${P}.gh.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       <dev-python/jmespath-2[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin deps
-       sed -i -e "s:>=.*':':" setup.py || die
-
-       # unbundle deps
-       rm -r botocore/vendored || die
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # rely on bundled six
-               tests/functional/test_six_imports.py::test_no_bare_six_imports
-               tests/functional/test_six_threading.py::test_six_thread_safety
-               # fails on unrelated warnings
-               
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
-               
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
-               # TODO
-               
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-       )
-
-       epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}

diff --git a/dev-python/botocore/botocore-1.29.83.ebuild 
b/dev-python/botocore/botocore-1.29.83.ebuild
deleted file mode 100644
index 0f4daaa48e81..000000000000
--- a/dev-python/botocore/botocore-1.29.83.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-       https://github.com/boto/botocore/
-       https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/botocore";
-       inherit git-r3
-else
-       SRC_URI="
-               https://github.com/boto/botocore/archive/${PV}.tar.gz
-                       -> ${P}.gh.tar.gz
-       "
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-       dev-python/six[${PYTHON_USEDEP}]
-       <dev-python/jmespath-2[${PYTHON_USEDEP}]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pytest-xdist[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # unpin deps
-       sed -i -e "s:>=.*':':" setup.py || die
-
-       # unbundle deps
-       rm -r botocore/vendored || die
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       local EPYTEST_DESELECT=(
-               # rely on bundled six
-               tests/functional/test_six_imports.py::test_no_bare_six_imports
-               tests/functional/test_six_threading.py::test_six_thread_safety
-               # fails on unrelated warnings
-               
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
-               
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
-               # TODO
-               
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-       )
-
-       epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}

Reply via email to