summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 15:13:12 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 15:18:15 +0200
commit67e07b48a24f296c1e435871e2078d2eb1dde60b (patch)
treefa406cc5244f24fb4504e5c80fe5000315488b9a /app-vim/vimpython
parentapp-vim/vimoutliner: Remove py2.7 where possible (diff)
downloadgentoo-67e07b48a24f296c1e435871e2078d2eb1dde60b.tar.gz
gentoo-67e07b48a24f296c1e435871e2078d2eb1dde60b.tar.bz2
gentoo-67e07b48a24f296c1e435871e2078d2eb1dde60b.zip
app-vim/vimpython: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim/vimpython')
-rw-r--r--app-vim/vimpython/vimpython-1.13-r2.ebuild2
-rw-r--r--app-vim/vimpython/vimpython-1.13-r3.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild
index 0102860bdeda..2976870dc7b2 100644
--- a/app-vim/vimpython/vimpython-1.13-r2.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit vim-plugin python-single-r1
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild
index 9f704f796ebc..d7f3f5dee1b5 100644
--- a/app-vim/vimpython/vimpython-1.13-r3.ebuild
+++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
@@ -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