commit:     25c17b45e3023167a863a2c0cc09f69cccaaca54
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Jun 19 20:29:17 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Jun 19 21:53:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25c17b45

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

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 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 1ef3ac4ba..40e47553f 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

Reply via email to