Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/svgwrite/
Date: Sat, 27 Feb 2021 21:39:51
Message-Id: 1614461966.4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f.sam@gentoo
1 commit: 4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 21:33:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 21:39:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac0cbc9
7
8 dev-python/svgwrite: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/svgwrite/svgwrite-1.4.1.ebuild | 3 ++-
13 dev-python/svgwrite/svgwrite-1.4.ebuild | 5 +++--
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/svgwrite/svgwrite-1.4.1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1.ebuild
17 index 763d918e38c..cd426142087 100644
18 --- a/dev-python/svgwrite/svgwrite-1.4.1.ebuild
19 +++ b/dev-python/svgwrite/svgwrite-1.4.1.ebuild
20 @@ -3,7 +3,8 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8} )
25 +PYTHON_COMPAT=( python3_{7,8,9} )
26 +
27 inherit distutils-r1
28
29 DESCRIPTION="Python Package to write SVG files"
30
31 diff --git a/dev-python/svgwrite/svgwrite-1.4.ebuild b/dev-python/svgwrite/svgwrite-1.4.ebuild
32 index a631794d348..cd426142087 100644
33 --- a/dev-python/svgwrite/svgwrite-1.4.ebuild
34 +++ b/dev-python/svgwrite/svgwrite-1.4.ebuild
35 @@ -1,9 +1,10 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41
42 -PYTHON_COMPAT=( python3_{7,8} )
43 +PYTHON_COMPAT=( python3_{7,8,9} )
44 +
45 inherit distutils-r1
46
47 DESCRIPTION="Python Package to write SVG files"