diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:16:10 +0100 |
commit | d1dfadebf2ddfcba88e3f06f9d385f174093d2a9 (patch) | |
tree | a4b8b30d4a8140ec98f1db39359bcdeb28e73ca4 /dev-python/svgwrite | |
parent | dev-python/svg-path: Remove Py2 (diff) | |
download | gentoo-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.ebuild | 4 | ||||
-rw-r--r-- | 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" |