Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uranium/
Date: Tue, 02 Nov 2021 08:38:32
Message-Id: 1635842291.10c58657c904d8ec23c3690180735e888a4b263d.arthurzam@gentoo
1 commit: 10c58657c904d8ec23c3690180735e888a4b263d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 2 08:37:39 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 2 08:38:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c58657
7
8 dev-python/uranium: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/uranium/uranium-4.9.1.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-python/uranium/uranium-4.9.1.ebuild b/dev-python/uranium/uranium-4.9.1.ebuild
16 index 066a9e02107..6743e295a23 100644
17 --- a/dev-python/uranium/uranium-4.9.1.ebuild
18 +++ b/dev-python/uranium/uranium-4.9.1.ebuild
19 @@ -4,7 +4,8 @@
20 EAPI=7
21
22 DISTUTILS_SINGLE_IMPL=1
23 -PYTHON_COMPAT=(python3_{7..9})
24 +DISTUTILS_USE_SETUPTOOLS=no
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit cmake distutils-r1