From d1dfadebf2ddfcba88e3f06f9d385f174093d2a9 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 28 Dec 2019 17:16:10 +0100 Subject: [PATCH] dev-python/svgwrite: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- 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 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" -- 2.26.2