commit: d1dfadebf2ddfcba88e3f06f9d385f174093d2a9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 16:16:10 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 16:16:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dfadeb
dev-python/svgwrite: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-python/svgwrite/svgwrite-1.1.12.ebuild | 4 ++--
dev-python/svgwrite/svgwrite-1.2.1.ebuild | 2 +-
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 dde90e114ee..1b04a08f97c 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 75441f65484..4c68d2a9ce1 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"