diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 21:33:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 21:39:26 +0000 |
commit | 4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f (patch) | |
tree | a68bcedd40b3c90acc329f9620b7ce41015896da /dev-python/svgwrite/svgwrite-1.4.1.ebuild | |
parent | dev-python/twython: add Python 3.9 (diff) | |
download | gentoo-4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f.tar.gz gentoo-4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f.tar.bz2 gentoo-4ac0cbc96bfd16b0ba6c6db66964bfbc70887c1f.zip |
dev-python/svgwrite: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/svgwrite/svgwrite-1.4.1.ebuild')
-rw-r--r-- | dev-python/svgwrite/svgwrite-1.4.1.ebuild | 3 |
1 files changed, 2 insertions, 1 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" |