commit: 4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 21:33:21 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 21:39:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac0cbc9
dev-python/svgwrite: add Python 3.9
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/svgwrite/svgwrite-1.4.1.ebuild | 3 ++-
dev-python/svgwrite/svgwrite-1.4.ebuild | 5 +++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-python/svgwrite/svgwrite-1.4.1.ebuild
b/dev-python/svgwrite/svgwrite-1.4.1.ebuild
index 763d918e38c..cd426142087 100644
--- a/dev-python/svgwrite/svgwrite-1.4.1.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+
inherit distutils-r1
DESCRIPTION="Python Package to write SVG files"
diff --git a/dev-python/svgwrite/svgwrite-1.4.ebuild
b/dev-python/svgwrite/svgwrite-1.4.ebuild
index a631794d348..cd426142087 100644
--- a/dev-python/svgwrite/svgwrite-1.4.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.ebuild
@@ -1,9 +1,10 @@
-# 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} )
+PYTHON_COMPAT=( python3_{7,8,9} )
+
inherit distutils-r1
DESCRIPTION="Python Package to write SVG files"