commit: ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 15:29:52 2021 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 15:32:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca37542e
dev-python/defcon: Support python 3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-python/defcon/defcon-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/defcon/defcon-0.7.2.ebuild
b/dev-python/defcon/defcon-0.7.2.ebuild
index 30eb2841c48..4bf2077d2b2 100644
--- a/dev-python/defcon/defcon-0.7.2.ebuild
+++ b/dev-python/defcon/defcon-0.7.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="A set of UFO based objects for use in font editing applications"