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, 03 Dec 2020 16:54:02
Message-Id: 1607014431.462cadf9c0585dcfd17d07d66533b9b6d1a11fa1.marecki@gentoo
1 commit: 462cadf9c0585dcfd17d07d66533b9b6d1a11fa1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 16:53:21 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 16:53:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462cadf9
7
8 sys-auth/solo-python: support python3_9
9
10 Builds and installs fine, there is no test suite but at least I have yet
11 to see any run-time problems with the CLI interface.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 sys-auth/solo-python/solo-python-0.0.26.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-auth/solo-python/solo-python-0.0.26.ebuild b/sys-auth/solo-python/solo-python-0.0.26.ebuild
19 index a63f71dd224..df378e83b42 100644
20 --- a/sys-auth/solo-python/solo-python-0.0.26.ebuild
21 +++ b/sys-auth/solo-python/solo-python-0.0.26.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..8} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28
29 DISTUTILS_USE_SETUPTOOLS=pyproject.toml