commit: 4a2545f1df44cd1caef8a829cbddc7f727679db1 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 06:01:27 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 06:16:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2545f1
dev-python/simplekml: Remove py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/simplekml/simplekml-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/simplekml/simplekml-1.3.1.ebuild b/dev-python/simplekml/simplekml-1.3.1.ebuild index ac624e96a05..e4c0b7a057b 100644 --- a/dev-python/simplekml/simplekml-1.3.1.ebuild +++ b/dev-python/simplekml/simplekml-1.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="enables you to generate KML with as little effort as possible"
