Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
Date: Mon, 24 May 2021 18:52:28
Message-Id: 1621882336.0a7d9f4d0dd4787fc5016ee8bebab65356c16c29.mgorny@gentoo
1 commit: 0a7d9f4d0dd4787fc5016ee8bebab65356c16c29
2 Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 08:50:00 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 24 18:52:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7d9f4d
7
8 app-vim/pydoc: bump to python 3.9, 3.10
9
10 Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-vim/pydoc/pydoc-2.0-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/pydoc/pydoc-2.0-r1.ebuild b/app-vim/pydoc/pydoc-2.0-r1.ebuild
17 index 757edeaf85d..9bf0728a906 100644
18 --- a/app-vim/pydoc/pydoc-2.0-r1.ebuild
19 +++ b/app-vim/pydoc/pydoc-2.0-r1.ebuild
20 @@ -1,21 +1,21 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -PYTHON_COMPAT=( python3_{7..8} )
28 +PYTHON_COMPAT=( python3_{7..10} )
29
30 inherit vim-plugin python-single-r1
31
32 DESCRIPTION="vim plugin: integrates python documentation view and search tool"
33 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=910 https://github.com/fs111/pydoc.vim"
34 SRC_URI="https://github.com/fs111/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
35 +
36 LICENSE="GPL-2"
37 KEYWORDS="amd64 ppc ppc64 x86"
38
39 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 -DEPEND="app-arch/unzip"
42 RDEPEND="${PYTHON_DEPS}"
43
44 src_unpack() {