diff options
author | 2021-02-23 16:29:52 +0100 | |
---|---|---|
committer | 2021-02-23 16:32:13 +0100 | |
commit | ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581 (patch) | |
tree | 57dbb82f37c4baa5837aeb7823776b6314b14ea1 /dev-python/defcon | |
parent | dev-python/defcon: Stabilize (diff) | |
download | gentoo-ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581.tar.gz gentoo-ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581.tar.bz2 gentoo-ca37542eb2d4ec8b1ef8b3fc9af1fcde5ba94581.zip |
dev-python/defcon: Support python 3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-python/defcon')
-rw-r--r-- | dev-python/defcon/defcon-0.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/defcon/defcon-0.7.2.ebuild b/dev-python/defcon/defcon-0.7.2.ebuild index 30eb2841c485..4bf2077d2b20 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" |