diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-14 18:53:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-14 22:01:37 +0200 |
commit | a4cc68496d80d32704377017f26ac66105f4416a (patch) | |
tree | d4b4f4d8abb4a418d919badeee7ce1f051224eb1 /dev-python/s3transfer | |
parent | dev-python/botocore: Enable py3.11 (diff) | |
download | gentoo-a4cc68496d80d32704377017f26ac66105f4416a.tar.gz gentoo-a4cc68496d80d32704377017f26ac66105f4416a.tar.bz2 gentoo-a4cc68496d80d32704377017f26ac66105f4416a.zip |
dev-python/s3transfer: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/s3transfer')
-rw-r--r-- | dev-python/s3transfer/s3transfer-0.5.2.ebuild | 7 |
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" |