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/curtsies/
Date: Tue, 24 Aug 2021 18:58:16
Message-Id: 1629831130.228f679b30cf86d3541b157525da4ef41ba7fe7b.arthurzam@gentoo
1 commit: 228f679b30cf86d3541b157525da4ef41ba7fe7b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 18:41:10 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 18:52:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228f679b
7
8 dev-python/curtsies: enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/curtsies/curtsies-0.3.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/curtsies/curtsies-0.3.5.ebuild b/dev-python/curtsies/curtsies-0.3.5.ebuild
16 index d7179c6224e..65b04a9157f 100644
17 --- a/dev-python/curtsies/curtsies-0.3.5.ebuild
18 +++ b/dev-python/curtsies/curtsies-0.3.5.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25
26 inherit distutils-r1
27
28 @@ -19,7 +19,7 @@ RDEPEND="
29 >=dev-python/blessings-1.5[${PYTHON_USEDEP}]
30 dev-python/cwcwidth[${PYTHON_USEDEP}]
31 "
32 -DEPEND="
33 +BDEPEND="
34 test? (
35 dev-python/pyte[${PYTHON_USEDEP}]
36 )