Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/inflect/
Date: Fri, 04 Sep 2020 23:03:16
Message-Id: 1599259842.98309d7a88f48c6a3a3368070f1f51cfa670c2e7.sbraz@gentoo
1 commit: 98309d7a88f48c6a3a3368070f1f51cfa670c2e7
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 22:50:42 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 22:50:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98309d7a
7
8 dev-python/inflect: add Python 3.9 support
9
10 Package-Manager: Portage-3.0.3, Repoman-2.3.23
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 dev-python/inflect/inflect-4.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild
17 index 8a0c0365491..360011e84cb 100644
18 --- a/dev-python/inflect/inflect-4.1.0.ebuild
19 +++ b/dev-python/inflect/inflect-4.1.0.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
25 +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
26 # [options.entry_points] is present in setup.cfg but it is empty
27 DISTUTILS_USE_SETUPTOOLS=manual