Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/editdistance-s/
Date: Thu, 13 May 2021 19:11:16
Message-Id: 1620932920.a1605423aa54e26e1f938cb75a8e54c15b6d269e.marecki@gentoo
1 commit: a1605423aa54e26e1f938cb75a8e54c15b6d269e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 13 16:56:38 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu May 13 19:08:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1605423
7
8 dev-python/editdistance-s: support python3_10
9
10 Dependencies are all in order, builds fine, all tests pass.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/editdistance-s/editdistance-s-1.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
18 index bdbb49dbf8e..5cf084bbebf 100644
19 --- a/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
20 +++ b/dev-python/editdistance-s/editdistance-s-1.0.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{8..9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27
28 inherit distutils-r1