dev-python/microversion-parse: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:36:14 +0000 (11:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:33 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/microversion-parse/microversion-parse-0.1.4.ebuild
dev-python/microversion-parse/microversion-parse-0.2.1.ebuild

index 97602c942180208271bc32cf9829115016f46275..b7fd8348a1e4f090f8ad28d34c3bb9e9b90d5b2a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 764689937fa731b1fd163e75653dafe2bab014fc..d2f480338407ed9e4d7289853856bc6981bf61dc 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1