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/toml/
Date: Wed, 05 May 2021 17:05:59
Message-Id: 1620234329.e1e88a43deb50d1ea5c761b1996d88c15fad0d9c.mgorny@gentoo
1 commit: e1e88a43deb50d1ea5c761b1996d88c15fad0d9c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 5 13:34:19 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 5 17:05:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e88a43
7
8 dev-python/toml: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/toml/toml-0.10.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/toml/toml-0.10.2.ebuild b/dev-python/toml/toml-0.10.2.ebuild
16 index 4186052ec31..eadbab86f49 100644
17 --- a/dev-python/toml/toml-0.10.2.ebuild
18 +++ b/dev-python/toml/toml-0.10.2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25
26 inherit distutils-r1
27
28 @@ -19,11 +19,11 @@ LICENSE="BSD"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
31
32 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
33 +BDEPEND="
34 test? (
35 $(python_gen_cond_dep '
36 dev-python/numpy[${PYTHON_USEDEP}]
37 - ' 'python*')
38 + ' python3_{7..9})
39 )"
40
41 DOCS=( README.rst )