dev-python/skia-pathops: enable py3.9 and disable py3.7

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-06-19 22:29:17 +02:00
parent bd611afc75
commit 25c17b45e3

View File

@@ -1,13 +1,13 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7,8} )
MYP="${P/_p/.post}"
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
MYP="${P/_p/.post}"
DESCRIPTION="Python bindings for the Skia Path Ops"
HOMEPAGE="
https://github.com/fonttools/skia-pathops