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/text-unidecode/
Date: Thu, 06 May 2021 07:33:12
Message-Id: 1620286370.f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd.mgorny@gentoo
1 commit: f982cbb0d3311e32272c8d6d8c3fa0b94fb2adcd
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 6 07:10:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 6 07:32:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f982cbb0
7
8 dev-python/text-unidecode: Enable python3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/text-unidecode/text-unidecode-1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/text-unidecode/text-unidecode-1.3.ebuild b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
16 index d64baad499b..dc39392c1d6 100644
17 --- a/dev-python/text-unidecode/text-unidecode-1.3.ebuild
18 +++ b/dev-python/text-unidecode/text-unidecode-1.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{7..9} )
24 +PYTHON_COMPAT=( python3_{7..10} )
25 inherit distutils-r1
26
27 DESCRIPTION="The most basic port of the Text::Unidecode Perl library"