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/cliff/
Date: Fri, 01 Oct 2021 06:14:15
Message-Id: 1633068822.232c069aecd1ed02d24459932599db6eeb377573.arthurzam@gentoo
1 commit: 232c069aecd1ed02d24459932599db6eeb377573
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 1 06:04:42 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 1 06:13:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232c069a
7
8 dev-python/cliff: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/cliff/cliff-3.9.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/cliff/cliff-3.9.0.ebuild b/dev-python/cliff/cliff-3.9.0.ebuild
16 index 814c8e56362..46f2548c252 100644
17 --- a/dev-python/cliff/cliff-3.9.0.ebuild
18 +++ b/dev-python/cliff/cliff-3.9.0.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 # TODO: revert to rdepend once this is merged
26 # https://github.com/openstack/cliff/pull/3
27 DISTUTILS_USE_SETUPTOOLS=manual
28 @@ -28,8 +28,7 @@ RDEPEND="
29 >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
30 "
31 BDEPEND="
32 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
33 - !~dev-python/pbr-2.1.0
34 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 test? (
37 dev-python/sphinx[${PYTHON_USEDEP}]