summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-14 18:53:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-14 22:01:37 +0200
commita4cc68496d80d32704377017f26ac66105f4416a (patch)
treed4b4f4d8abb4a418d919badeee7ce1f051224eb1
parentdev-python/botocore: Enable py3.11 (diff)
downloadgentoo-a4cc6849.tar.gz
gentoo-a4cc6849.tar.bz2
gentoo-a4cc6849.zip
dev-python/s3transfer: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/s3transfer/s3transfer-0.5.2.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-python/s3transfer/s3transfer-0.5.2.ebuild b/dev-python/s3transfer/s3transfer-0.5.2.ebuild
index 16cea8f53c02..abfa397eeb38 100644
--- a/dev-python/s3transfer/s3transfer-0.5.2.ebuild
+++ b/dev-python/s3transfer/s3transfer-0.5.2.ebuild
@@ -4,12 +4,15 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="An Amazon S3 Transfer Manager"
-HOMEPAGE="https://github.com/boto/s3transfer"
+HOMEPAGE="
+ https://github.com/boto/s3transfer/
+ https://pypi.org/project/s3transfer/
+"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"