Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/skia-pathops/
Date: Sun, 20 Jun 2021 03:52:55
Message-Id: 1624139584.25c17b45e3023167a863a2c0cc09f69cccaaca54.telans@gentoo
1 commit: 25c17b45e3023167a863a2c0cc09f69cccaaca54
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 19 20:29:17 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat Jun 19 21:53:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=25c17b45
7
8 dev-python/skia-pathops: enable py3.9 and disable py3.7
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 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
16 index 1ef3ac4ba..40e47553f 100644
17 --- a/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
18 +++ b/dev-python/skia-pathops/skia-pathops-0.6.0_p2.ebuild
19 @@ -1,13 +1,13 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="7"
25
26 -PYTHON_COMPAT=( python3_{7,8} )
27 +MYP="${P/_p/.post}"
28 +PYTHON_COMPAT=( python3_{8..9} )
29
30 inherit distutils-r1
31
32 -MYP="${P/_p/.post}"
33 DESCRIPTION="Python bindings for the Skia Path Ops"
34 HOMEPAGE="
35 https://github.com/fonttools/skia-pathops