Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Fri, 30 Oct 2020 22:35:02
Message-Id: 1604097233.108891a186ac0756c72da2a3f93f05c1aa4c0fc2.mattst88@gentoo
1 commit: 108891a186ac0756c72da2a3f93f05c1aa4c0fc2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 29 16:27:23 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 22:33:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108891a1
7
8 dev-util/catalyst: Remove python3_7
9
10 Catalyst now requires Python 3.8+ (uses the assignment expression
11 operator).
12
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-util/catalyst/catalyst-9999.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
19 index e51ab58b667..60587f23f48 100644
20 --- a/dev-util/catalyst/catalyst-9999.ebuild
21 +++ b/dev-util/catalyst/catalyst-9999.ebuild
22 @@ -12,7 +12,7 @@ else
23 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 fi
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +PYTHON_COMPAT=( python3_8 )
28 DISTUTILS_USE_SETUPTOOLS=no
29
30 inherit distutils-r1 linux-info optfeature ${SRC_ECLASS}