Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimpython/
Date: Fri, 24 Apr 2020 18:12:43
Message-Id: 1587751936.fcd3042cc804898941beb3083bd385ea54c2f01b.chutzpah@gentoo
1 commit: fcd3042cc804898941beb3083bd385ea54c2f01b
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Apr 24 18:12:16 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 18:12:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd3042c
7
8 app-vim/vimpython-1.13-r3: revbump, move to eapi=7, add py3{7,8}
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 app-vim/vimpython/vimpython-1.13-r3.ebuild | 18 ++++++++++++++++++
15 1 file changed, 18 insertions(+)
16
17 diff --git a/app-vim/vimpython/vimpython-1.13-r3.ebuild b/app-vim/vimpython/vimpython-1.13-r3.ebuild
18 new file mode 100644
19 index 00000000000..9f704f796eb
20 --- /dev/null
21 +++ b/app-vim/vimpython/vimpython-1.13-r3.ebuild
22 @@ -0,0 +1,18 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
29 +
30 +inherit vim-plugin python-single-r1
31 +
32 +DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files"
33 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30"
34 +LICENSE="vim"
35 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
36 +
37 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
38 +
39 +DEPEND="app-arch/unzip"
40 +RDEPEND="${PYTHON_DEPS}"