Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/defcon/
Date: Tue, 23 Feb 2021 15:32:23
Message-Id: 1614094333.ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581.pacho@gentoo
1 commit: ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 15:29:52 2021 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 15:32:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca37542e
7
8 dev-python/defcon: Support python 3.9
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 dev-python/defcon/defcon-0.7.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/defcon/defcon-0.7.2.ebuild b/dev-python/defcon/defcon-0.7.2.ebuild
17 index 30eb2841c48..4bf2077d2b2 100644
18 --- a/dev-python/defcon/defcon-0.7.2.ebuild
19 +++ b/dev-python/defcon/defcon-0.7.2.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7..8} )
25 +PYTHON_COMPAT=( python3_{7..9} )
26 inherit distutils-r1
27
28 DESCRIPTION="A set of UFO based objects for use in font editing applications"