mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-python/s3transfer: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
DIST s3transfer-0.18.0.tar.gz 160560 BLAKE2B dac8d96e8bb37cd5fe12a0777825c233015332482be0fd4ab718a0866569b309bc89f5b62d32c948da6935df06c8f46ff9a20b558271c9a36737a41140e42b39 SHA512 b9ffc2c01ff254203f7a909dc9e5c860708a49ded3763ce9f9bfc922a032f4f69db6a057765c48b087e060d9efed8b367bc04a71b5f3c36c1930bb43db533d76
|
||||
DIST s3transfer-0.19.0.tar.gz 165171 BLAKE2B df0310c69a6ec7687a94c1b9321c843c52578ef07e3ee7ae5c68ba1b4cb36d6172954c7d3d371f6ee31c45690240f7b3869620b5079bbfe951b9192576bd0299 SHA512 8f4deb706ac23add37472c6921ab1d63dc2def57f4bd27f372766f7208a136facf963db0ab484be72133ab6f8ba620277af098fc98f4f8f7d01fc490cf49c716
|
||||
DIST s3transfer-0.19.1.tar.gz 165354 BLAKE2B e238c5b9513c2d4534138e680f66bb950d2826392a4380e55327c041b2037b5a4aeea449452cda9871d0816b8f5b7c024a784fc32d2478d50b1455c65e529de8 SHA512 31df1989c2e9b5b157793a905818363c6a4897034bcb58063e5a3be8e4ed8bc7ef4228b04f328087ae2a92e37bd6133406f00d5b1f82a840e4c1d7034afa2266
|
||||
DIST s3transfer-0.19.2.tar.gz 165592 BLAKE2B c381e6884ee77c724e41ed19423fea00ebef150bf53a31496881cc7645b60033ec57731bb8e11604fed0331fcb4e3f5d6910c4ef113d959f96c28ff9f3ca3248 SHA512 acebc3b7447f2e14274fe9b8230a135ba42a7e0ad82b1f7f6e1ff57ebe10d6afdc4ea31b59c9b89e4d4112eff8a5fc34c4425f8e6d284a791d5bb8926d1f262c
|
||||
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="An Amazon S3 Transfer Manager"
|
||||
HOMEPAGE="
|
||||
https://github.com/boto/s3transfer/
|
||||
https://pypi.org/project/s3transfer/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
<dev-python/botocore-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/botocore-1.37.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
python_test() {
|
||||
epytest tests/{unit,functional}
|
||||
}
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="An Amazon S3 Transfer Manager"
|
||||
HOMEPAGE="
|
||||
https://github.com/boto/s3transfer/
|
||||
https://pypi.org/project/s3transfer/
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
|
||||
|
||||
RDEPEND="
|
||||
<dev-python/botocore-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/botocore-1.37.4[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
# 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
|
||||
}
|
||||
|
||||
python_test() {
|
||||
epytest tests/{unit,functional}
|
||||
}
|
||||
Reference in New Issue
Block a user