Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/solo-python/
Date: Thu, 27 May 2021 15:37:05
Message-Id: 1622129811.e93e2f4047bc84625d2704e860b517def4a02014.marecki@gentoo
1 commit: e93e2f4047bc84625d2704e860b517def4a02014
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 15:35:01 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 15:36:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93e2f40
7
8 sys-auth/solo-python: support python3_10
9
10 Builds and installs fine, no test suite available but at least basic
11 user activity using the "solo" CLI works.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 sys-auth/solo-python/solo-python-0.0.30.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-auth/solo-python/solo-python-0.0.30.ebuild b/sys-auth/solo-python/solo-python-0.0.30.ebuild
19 index a0767f1bb32..951393fc219 100644
20 --- a/sys-auth/solo-python/solo-python-0.0.30.ebuild
21 +++ b/sys-auth/solo-python/solo-python-0.0.30.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..9} )
27 +PYTHON_COMPAT=( python3_{7..10} )
28
29 DISTUTILS_USE_SETUPTOOLS=pyproject.toml