app-misc/terminal-colors: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 20:21:05 +0000 (21:21 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 20:32:49 +0000 (21:32 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/terminal-colors/terminal-colors-2.2.ebuild
app-misc/terminal-colors/terminal-colors-2.3.ebuild

index f4be1a1c37ab75cdcefcf8bba1d057d98ed5ca84..daefcc9ab054fc192c70786a457d68dc554df0a0 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1
index 9da28944a841c8f266b8f5f580ac05ab9b7fb3f4..6f81a6cee7f044f3a1f2cb3b536e5f0d478415b5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 PYTHON_REQ_USE="ncurses"
 
 inherit python-r1