summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-27 21:33:21 +0000
committerSam James <sam@gentoo.org>2021-02-27 21:39:26 +0000
commit4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f (patch)
treea68bcedd40b3c90acc329f9620b7ce41015896da
parentdev-python/twython: add Python 3.9 (diff)
downloadgentoo-4ac0cbc9.tar.gz
gentoo-4ac0cbc9.tar.bz2
gentoo-4ac0cbc9.zip
dev-python/svgwrite: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/svgwrite/svgwrite-1.4.1.ebuild3
-rw-r--r--dev-python/svgwrite/svgwrite-1.4.ebuild5
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 763d918e38c0..cd4261420871 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 a631794d348f..cd4261420871 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"