Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/s3transfer/
Date: Sat, 14 May 2022 20:01:46
Message-Id: 1652558497.a4cc68496d80d32704377017f26ac66105f4416a.mgorny@gentoo
1 commit: a4cc68496d80d32704377017f26ac66105f4416a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 16:53:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 20:01:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4cc6849
7
8 dev-python/s3transfer: Enable py3.11
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/s3transfer/s3transfer-0.5.2.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/s3transfer/s3transfer-0.5.2.ebuild b/dev-python/s3transfer/s3transfer-0.5.2.ebuild
16 index 16cea8f53c02..abfa397eeb38 100644
17 --- a/dev-python/s3transfer/s3transfer-0.5.2.ebuild
18 +++ b/dev-python/s3transfer/s3transfer-0.5.2.ebuild
19 @@ -4,12 +4,15 @@
20 EAPI=8
21
22 DISTUTILS_USE_PEP517=setuptools
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..11} )
25
26 inherit distutils-r1
27
28 DESCRIPTION="An Amazon S3 Transfer Manager"
29 -HOMEPAGE="https://github.com/boto/s3transfer"
30 +HOMEPAGE="
31 + https://github.com/boto/s3transfer/
32 + https://pypi.org/project/s3transfer/
33 +"
34 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
35
36 LICENSE="Apache-2.0"