Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
Date: Sat, 05 Sep 2020 07:36:01
Message-Id: 1599291307.abee15d512d33d87767f26050ff96b40a37d0d32.grobian@gentoo
1 commit: abee15d512d33d87767f26050ff96b40a37d0d32
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 07:35:07 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 07:35:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abee15d5
7
8 dev-python/dulwich-0.20.5: add python3_9 support
9
10 Closes: https://bugs.gentoo.org/733846
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-python/dulwich/dulwich-0.20.5.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-python/dulwich/dulwich-0.20.5.ebuild b/dev-python/dulwich/dulwich-0.20.5.ebuild
18 index bea5ab1da2b..28c16b90361 100644
19 --- a/dev-python/dulwich/dulwich-0.20.5.ebuild
20 +++ b/dev-python/dulwich/dulwich-0.20.5.ebuild
21 @@ -3,8 +3,7 @@
22
23 EAPI=7
24
25 -# ready for 3_9, but fastimport isn't yet, #733838
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 +PYTHON_COMPAT=( python3_{6,7,8,9} )
28
29 inherit distutils-r1