dev-python/editorconfig-core-py: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 12:39:17 +0000 (13:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 12:59:49 +0000 (13:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/editorconfig-core-py/editorconfig-core-py-0.12.0.ebuild

index 98a568d05ada4c6014fcdafcbe7756d034ca9e92..97128a013059bcece8032a944669b00ad866020a 100644 (file)
@@ -4,7 +4,7 @@
 EAPI=6
 
 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="Clone of EditorConfig core written in Python"