dev-python/libtmux: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:11:50 +0000 (17:11 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 16:24:26 +0000 (17:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/libtmux/libtmux-0.8.2-r1.ebuild
dev-python/libtmux/libtmux-0.8.2.ebuild

index cd8b5d151762708dc1f432bd52029c9fb520aae6..9f616dda6662691b150ad55771d8a2a84bae6bcd 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,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 
 inherit distutils-r1
 
index 96e575bd8742344e9ae54028dfa30183bab1a702..b2b343bde1918a3424ab225fe945dc289b6bbe16 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 inherit distutils-r1
 
 DESCRIPTION="python api for tmux"