app-vim/vimpython: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:13:12 +0000 (15:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 13:18:15 +0000 (15:18 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-vim/vimpython/vimpython-1.13-r2.ebuild
app-vim/vimpython/vimpython-1.13-r3.ebuild

index 0102860bdeda3b108df5de4819644a743ae6f7c4..2976870dc7b2ac649d009892d2ed5d44aac5b783 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit vim-plugin python-single-r1
 
index 9f704f796ebcda8edf081133a9225d2003b5eebd..d7f3f5dee1b586ca1acd15d6fcd4aac488fb8c7c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit vim-plugin python-single-r1