From 25c17b45e3023167a863a2c0cc09f69cccaaca54 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 19 Jun 2021 22:29:17 +0200 Subject: [PATCH] dev-python/skia-pathops: enable py3.9 and disable py3.7 Signed-off-by: Alessandro Barbieri --- dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild index 1ef3ac4ba6..40e47553f4 100644 --- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild +++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild @@ -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