commit:     228397ab43d6244ea227409aff1535943c3d7c29
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 16:16:40 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 16:18:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228397ab

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest             |  4 ---
 dev-python/boto3/boto3-1.33.11.ebuild | 64 -----------------------------------
 dev-python/boto3/boto3-1.34.10.ebuild | 64 -----------------------------------
 dev-python/boto3/boto3-1.34.8.ebuild  | 64 -----------------------------------
 dev-python/boto3/boto3-1.34.9.ebuild  | 64 -----------------------------------
 5 files changed, 260 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 4c6ce4b3c483..e51119dc6b66 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,7 +1,3 @@
-DIST boto3-1.33.11.gh.tar.gz 754430 BLAKE2B 
f206c6eeb9859af85f09bb48298b941fc0c969446766638c612fa1e88e19b8f9a99ec2ecbb8565a40432cc7a7f5362459af7488a172f4bca3179385d82742feb
 SHA512 
03f37d99b70d857d2d72e81e02fe3afb64d3139adde80db0bf3a2f78ce8fa33c5cc6965a8dbfd267b263711c73c355d69d7e629eb7f28e6bdccf5480ca9c9810
-DIST boto3-1.34.10.gh.tar.gz 760220 BLAKE2B 
9ddc2d0e17a6a53622d8806f82a790c03f3732bd2ad393b5c268507b63ac69b2a9d3a1e15b70694d1bc87d20987c20c90f0dc210c753b6f97f3f1819fee3be21
 SHA512 
5e4e4145f58bb2aa6e91137d9fe15ae2518a0a56db2c378f784f7f3fd4e5aea45d2d98566f6f8d16df79f7ea1f203ad449ce6e10caceefca0a28e77dbb1853d3
 DIST boto3-1.34.11.gh.tar.gz 760539 BLAKE2B 
8ce756d33b604aed9d42bcccf60be467bd519f4c7a890592d9652fe3cd2851425f7a16afc7a194ccbda43a9859d0b9b683562ce1672eda9383119bc9de0dc0c9
 SHA512 
82b1920f1a5ad0e23364815a6b0552efceb7f49e17e585370917f63c1b74ea746eddc4f3d8c055d1eac7ca1cdbe5ac2bd304ce66e2ee12edf75ea2e261e88c56
 DIST boto3-1.34.2.gh.tar.gz 756227 BLAKE2B 
7253c533bac45b3848ab573d4781cf68b6bea8d504f851b58366dd3e6ac05b35fb2a85cb7aaff0e426a6bd2f9fe2933dd240e4d0283e4491e095fa93b4061971
 SHA512 
06eaf9b6725d312d91a4a8ba3ab85dde5f579e6d2fa42211189a6f30584b7d2a5c0cca46264bda52a076c8bd1acac9ec0476eb5d986a8e29972f69b7007de3c2
 DIST boto3-1.34.7.gh.tar.gz 759909 BLAKE2B 
059228d7bd57ac34274437f77b3510dff6dca7d1293ffd6f7672b0fcc0acefffeeda2c5c2b4e19ef49bbffd4746dc226edfba52d57f5f8629516c9e830dbdd90
 SHA512 
43395937977ad3c860ede35d2adbb9575312ddab4972b8d258e41a7d6e86f3e6a74037dadb0f0e0f4f3d5ed715a66390041ac9c980bc8a3cfb727a44e252113e
-DIST boto3-1.34.8.gh.tar.gz 759987 BLAKE2B 
32cbc7c5e82b36b7df2435f52c3f01e939c997671e8ec323840cff1554fcd84be41e1c4d17ab9b1b2779b94f815e597f8021380196c2debfb18db6fad0434cc9
 SHA512 
db33fb1c95f856a0a20625132e05c632baa46b3b0aacb97c9f6857a79656978abecaffd3f164b7f3eabf6e5e80f663386ab522e96c4546352bb6af6025d23fdd
-DIST boto3-1.34.9.gh.tar.gz 760016 BLAKE2B 
93d036dbcd96953f8a7f9891170a58a1ac8947904ebbcd1c7fbc4ede2e21999f49f3de1a2b980253b0e671997ba0d72e24ba42ad5ab80b7d1754a769b015b005
 SHA512 
ffeccce1f4c97ba267291f610f6d69166b95107d02b54be53d286c3af8b3826f92d76c7454f82435bab9c7c152e1d21c0bffd21e595c26d408409942e38f8457

diff --git a/dev-python/boto3/boto3-1.33.11.ebuild 
b/dev-python/boto3/boto3-1.33.11.ebuild
deleted file mode 100644
index 7e9eefca0111..000000000000
--- a/dev-python/boto3/boto3-1.33.11.ebuild
+++ /dev/null
@@ -1,64 +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..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-       https://github.com/boto/boto3/
-       https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/boto3";
-       inherit git-r3
-       BOTOCORE_PV=${PV}
-else
-       SRC_URI="
-               https://github.com/boto/boto3/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/botocore-${PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.8.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # do not rely on bundled deps in botocore (sic!)
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest tests/{functional,unit}
-}

diff --git a/dev-python/boto3/boto3-1.34.10.ebuild 
b/dev-python/boto3/boto3-1.34.10.ebuild
deleted file mode 100644
index a61cfcefea34..000000000000
--- a/dev-python/boto3/boto3-1.34.10.ebuild
+++ /dev/null
@@ -1,64 +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..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-       https://github.com/boto/boto3/
-       https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/boto3";
-       inherit git-r3
-       BOTOCORE_PV=${PV}
-else
-       SRC_URI="
-               https://github.com/boto/boto3/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/botocore-${PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # do not rely on bundled deps in botocore (sic!)
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest tests/{functional,unit}
-}

diff --git a/dev-python/boto3/boto3-1.34.8.ebuild 
b/dev-python/boto3/boto3-1.34.8.ebuild
deleted file mode 100644
index a61cfcefea34..000000000000
--- a/dev-python/boto3/boto3-1.34.8.ebuild
+++ /dev/null
@@ -1,64 +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..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-       https://github.com/boto/boto3/
-       https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/boto3";
-       inherit git-r3
-       BOTOCORE_PV=${PV}
-else
-       SRC_URI="
-               https://github.com/boto/boto3/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/botocore-${PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # do not rely on bundled deps in botocore (sic!)
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest tests/{functional,unit}
-}

diff --git a/dev-python/boto3/boto3-1.34.9.ebuild 
b/dev-python/boto3/boto3-1.34.9.ebuild
deleted file mode 100644
index a61cfcefea34..000000000000
--- a/dev-python/boto3/boto3-1.34.9.ebuild
+++ /dev/null
@@ -1,64 +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..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-       https://github.com/boto/boto3/
-       https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
-       EGIT_REPO_URI="https://github.com/boto/boto3";
-       inherit git-r3
-       BOTOCORE_PV=${PV}
-else
-       SRC_URI="
-               https://github.com/boto/boto3/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/botocore-${PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-EPYTEST_XDIST=1
-distutils_enable_tests pytest
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # do not rely on bundled deps in botocore (sic!)
-       find -name '*.py' -exec sed -i \
-               -e 's:from botocore[.]vendored import:import:' \
-               -e 's:from botocore[.]vendored[.]:from :' \
-               {} + || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-       epytest tests/{functional,unit}
-}

Reply via email to