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/python-fastimport/
Date: Fri, 04 Sep 2020 23:11:34
Message-Id: 1599261047.2d6f5c4797de4220b7c110af7498726db6a2bb8a.sbraz@gentoo
1 commit: 2d6f5c4797de4220b7c110af7498726db6a2bb8a
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 4 23:10:47 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 23:10:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6f5c47
7
8 dev-python/python-fastimport: add Python 3.9 support
9
10 Closes: https://bugs.gentoo.org/733838
11 Package-Manager: Portage-3.0.3, Repoman-2.3.23
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 dev-python/python-fastimport/python-fastimport-0.9.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
18 index 2e4a3c90c52..7c291a20c53 100644
19 --- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
20 +++ b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI=7
23
24 DISTUTILS_USE_SETUPTOOLS=no
25 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
26 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
27
28 inherit distutils-r1