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/GitPython/
Date: Fri, 10 Sep 2021 07:15:00
Message-Id: 1631258088.8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0.mgorny@gentoo
1 commit: 8c29463fbb7ba5ea2ad3bc9efd59c0cd3a9119f0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 06:19:26 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 07:14:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c29463f
7
8 dev-python/GitPython: Remove py3.10, it's broken now
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/GitPython/GitPython-3.1.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/GitPython/GitPython-3.1.20.ebuild b/dev-python/GitPython/GitPython-3.1.20.ebuild
16 index 220df8b08d2..8c5496608e1 100644
17 --- a/dev-python/GitPython/GitPython-3.1.20.ebuild
18 +++ b/dev-python/GitPython/GitPython-3.1.20.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..10} )
24 +PYTHON_COMPAT=( python3_{8..9} )
25 PYTHON_REQ_USE="threads(+)"
26
27 inherit distutils-r1