Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/
Date: Thu, 01 Jul 2021 21:16:08
Message-Id: 1625174143.f9823308202a26bb1603ee015993018ee0c55e01.conikost@gentoo
1 commit: f9823308202a26bb1603ee015993018ee0c55e01
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 1 21:06:00 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 21:15:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9823308
7
8 dev-python/httplib2: add python3.10 support
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-python/httplib2/httplib2-0.19.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/httplib2/httplib2-0.19.1.ebuild b/dev-python/httplib2/httplib2-0.19.1.ebuild
17 index 443501903b1..04e2897eb13 100644
18 --- a/dev-python/httplib2/httplib2-0.19.1.ebuild
19 +++ b/dev-python/httplib2/httplib2-0.19.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
25 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
26
27 inherit distutils-r1