dev-python/simplekml: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:01:27 +0000 (07:01 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:16:14 +0000 (07:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/simplekml/simplekml-1.3.1.ebuild

index ac624e96a057e88d6a1d48b6bd1f8ca539626398..e4c0b7a057bfbc8e684b8c0bb8e95ee7dced3efb 100644 (file)
@@ -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"