diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-24 11:28:36 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-24 20:52:13 +0200 |
commit | efb381e27597b3102dd190f5cb1b6d189231b7ee (patch) | |
tree | 6119a34636fc574a62ef65987961f46f1b31b53f /app-vim | |
parent | app-vim/voom: bump python 3.{9,10} (diff) | |
download | gentoo-efb381e27597b3102dd190f5cb1b6d189231b7ee.tar.gz gentoo-efb381e27597b3102dd190f5cb1b6d189231b7ee.tar.bz2 gentoo-efb381e27597b3102dd190f5cb1b6d189231b7ee.zip |
app-vim/vimpython: bump to python 3.9, 3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vimpython/vimpython-1.13-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild index 923da1931b4c..08146d8bd75d 100644 --- a/app-vim/vimpython/vimpython-1.13-r3.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild @@ -3,16 +3,16 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" + LICENSE="vim" KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" -BDEPEND="app-arch/unzip" RDEPEND="${PYTHON_DEPS}" |