Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxdg/
Date: Mon, 24 Aug 2020 22:24:46
Message-Id: 1598307553.c07f08c5cc69868d4631d0a132d544850dac9d56.mattst88@gentoo
1 commit: c07f08c5cc69868d4631d0a132d544850dac9d56
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 22:18:07 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 22:19:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07f08c5
7
8 dev-python/pyxdg: Add Python 3.9 compatibility
9
10 Closes: https://bugs.gentoo.org/735746
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
17 index f20f69cf822..80252e41ab4 100644
18 --- a/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
19 +++ b/dev-python/pyxdg/pyxdg-0.26-r1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22
23 DISTUTILS_USE_SETUPTOOLS=no
24 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
25 +PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8,3_9} )
26
27 inherit distutils-r1