summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:16:10 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:16:10 +0100
commitd1dfadebf2ddfcba88e3f06f9d385f174093d2a9 (patch)
treea4b8b30d4a8140ec98f1db39359bcdeb28e73ca4 /dev-python/svgwrite
parentdev-python/svg-path: Remove Py2 (diff)
downloadgentoo-d1dfadebf2ddfcba88e3f06f9d385f174093d2a9.tar.gz
gentoo-d1dfadebf2ddfcba88e3f06f9d385f174093d2a9.tar.bz2
gentoo-d1dfadebf2ddfcba88e3f06f9d385f174093d2a9.zip
dev-python/svgwrite: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/svgwrite')
-rw-r--r--dev-python/svgwrite/svgwrite-1.1.12.ebuild4
-rw-r--r--dev-python/svgwrite/svgwrite-1.2.1.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/svgwrite/svgwrite-1.1.12.ebuild b/dev-python/svgwrite/svgwrite-1.1.12.ebuild
index dde90e114ee0..1b04a08f97c9 100644
--- a/dev-python/svgwrite/svgwrite-1.1.12.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.1.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Python Package to write SVG files"
diff --git a/dev-python/svgwrite/svgwrite-1.2.1.ebuild b/dev-python/svgwrite/svgwrite-1.2.1.ebuild
index 75441f65484c..4c68d2a9ce1d 100644
--- a/dev-python/svgwrite/svgwrite-1.2.1.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
inherit distutils-r1
DESCRIPTION="Python Package to write SVG files"