commit:     3448af76abf88673a1b2b22b080552208b44cff2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 06:26:12 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 06:34:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3448af76

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest              |  3 --
 dev-python/boto3/boto3-1.17.112.ebuild | 56 ---------------------------------
 dev-python/boto3/boto3-1.18.22.ebuild  | 57 ----------------------------------
 dev-python/boto3/boto3-1.18.23.ebuild  | 57 ----------------------------------
 4 files changed, 173 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index b1b86b24b8e..b3c42005eb6 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,7 +1,4 @@
-DIST boto3-1.17.112.tar.gz 391748 BLAKE2B 
071eddfe134face48b86985ccd0171e0d8994fc65cd75e26945dfcab29566f42aa965c82b736cc7dd821a920e6903e4c45917af1759214606c2448b46c528cff
 SHA512 
dcee3f4e2dfaf8feeeecc82ca938a72d654ced7a44f32e3dab43a225d8dcf0b3d20f0699770cfcd8ede840f792d37e124597d096322b88ce54c2e27e109da6e7
 DIST boto3-1.18.15.tar.gz 400374 BLAKE2B 
2170319480578b9ac7b6c0da9e9a2f256ce907b8e53bc626bf26fd65f3336ec1974d6dd1917f601fe139e859f144fafd198b2578ffb9097508f09dd40cf82313
 SHA512 
f330d8249c9f5749770ba5809f3a4fb524f23fc0545b24182023a3b74f815608bdb9986b434d972a017aa7786b1319705e8702b041174275f84a0266bdb7b857
 DIST boto3-1.18.21.tar.gz 402611 BLAKE2B 
39974c66ed5ad0697be6df04dbb141ce28e9a09863349f7adfcf756666d58ed02232453a9d86d46e62380c0b7f197a52b6869469309dff0c532e50a6bfc88403
 SHA512 
9920891b7be9d98c3a3d2f3065183532624e78fd2ff7a94d26594d2499cd5d17db0ac4ba6adf27f0e0f67fa836020dfac648babc144e4339a3dd717a1bd56ef7
-DIST boto3-1.18.22.tar.gz 403212 BLAKE2B 
82ee003adf55339ef956182287220d4c2bbafe371676ff94ca73f8cc95c484de86f1a9ae32a64d532e3731efeed486b9486d9591c3ee3a76d3a74d2fae22ec88
 SHA512 
f5abd2169adbc0d9edc28f6d8e5165c7c0587c387b3a71a40483b3bb4d90752d745dc0bbc58bda5470bd6fd68675f0eff3c1fa5e889fb231956c47a81a353b79
-DIST boto3-1.18.23.tar.gz 403993 BLAKE2B 
060f556e7787c02bf34cb18ac950217bfc105773295836c35893c09a132a295faf219d5b39b80d7b7174b9a612ce5067d69838f2bbd2f99a87b117267c4663e1
 SHA512 
18fe36d7c4a9ec8b1bb008c1da1e9f26f455cd88ce0db3ead760bb328a4190111832c0e5b9b155382d540b3c788ad97ea796afd099de527f2df626571f50db5b
 DIST boto3-1.18.24.tar.gz 404333 BLAKE2B 
fd0857a3462485a8cb633888ad6cae1578f32f7ef80ca5195e4b4953d2a4767baa41ce824eda5cb71211675529eb54b7d8d3ad42f1ec79a0b2cef847b13cdaee
 SHA512 
c3e67c62bdf24d177c27d187eacb1118a7f221cb0143c72c6307af489bf9fe5358e2bde9f7d5f03ef9782a50faa17f31e57832ebc2f5dc73d1278c3eefc6cc3b
 DIST boto3-1.18.7.tar.gz 395640 BLAKE2B 
6a9fa1dd55644806fe93271805f35fbe0c4cb65d1de08dded2d2f57fcefa96e32c4ebe7b60743c52c0898222bc06d33dbd03d304bbef327b88022450a7943e2c
 SHA512 
20e7fedab7d061ab02f391e9baf36cb554e7f194f38d24d5a75f76715b2acf1b51b6adce5d8cf5a2a0d29df73566db00b8813a219d45a194d9a8eb93d0dab570

diff --git a/dev-python/boto3/boto3-1.17.112.ebuild 
b/dev-python/boto3/boto3-1.17.112.ebuild
deleted file mode 100644
index 1e9c1265b2e..00000000000
--- a/dev-python/boto3/boto3-1.17.112.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/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/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-
-       # botocore is x.(y+3).z
-       BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
-fi
-
-RDEPEND="
-       >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests nose
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # prevent an infinite loop
-       rm tests/functional/docs/test_smoke.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -v tests/unit/ tests/functional/ || die "test failed under 
${EPYTHON}"
-}

diff --git a/dev-python/boto3/boto3-1.18.22.ebuild 
b/dev-python/boto3/boto3-1.18.22.ebuild
deleted file mode 100644
index 819e7369111..00000000000
--- a/dev-python/boto3/boto3-1.18.22.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/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/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-
-       # botocore is x.(y+3).z
-       BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
-fi
-
-RDEPEND="
-       >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests nose
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # prevent an infinite loop
-       rm tests/functional/docs/test_smoke.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -v tests/unit/ tests/functional/ ||
-               die "test failed under ${EPYTHON}"
-}

diff --git a/dev-python/boto3/boto3-1.18.23.ebuild 
b/dev-python/boto3/boto3-1.18.23.ebuild
deleted file mode 100644
index 819e7369111..00000000000
--- a/dev-python/boto3/boto3-1.18.23.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="https://github.com/boto/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/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
-
-       # botocore is x.(y+3).z
-       BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
-fi
-
-RDEPEND="
-       >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-       >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               dev-python/mock[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs/source \
-       'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests nose
-
-python_prepare_all() {
-       # don't lock versions to narrow ranges
-       sed -e '/botocore/ d' \
-               -e '/jmespath/ d' \
-               -e '/s3transfer/ d' \
-               -i setup.py || die
-
-       # prevent an infinite loop
-       rm tests/functional/docs/test_smoke.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       nosetests -v tests/unit/ tests/functional/ ||
-               die "test failed under ${EPYTHON}"
-}

Reply via email to