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/pyicu/
Date: Wed, 01 Jul 2020 12:43:05
Message-Id: 1593606481.c12a87c9e6e54cbcd659c278313b49e43350d3b8.marecki@gentoo
1 commit: c12a87c9e6e54cbcd659c278313b49e43350d3b8
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 10:49:22 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 12:28:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12a87c9
7
8 dev-python/pyicu-2.5: support python3_9
9
10 Builds and tests fine.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/pyicu/pyicu-2.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pyicu/pyicu-2.5.ebuild b/dev-python/pyicu/pyicu-2.5.ebuild
18 index b22a4670463..9c7ec035714 100644
19 --- a/dev-python/pyicu/pyicu-2.5.ebuild
20 +++ b/dev-python/pyicu/pyicu-2.5.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{6,7,8} )
26 +PYTHON_COMPAT=( python3_{6..9} )
27
28 inherit distutils-r1