Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydoc/
Date: Wed, 02 Sep 2020 16:38:13
Message-Id: 1599064684.036190f796c1c116c28ca5bbc827def27eae2acb.monsieurp@gentoo
1 commit: 036190f796c1c116c28ca5bbc827def27eae2acb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 16:37:46 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 16:38:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036190f7
7
8 app-vim/pydoc: add python3_7 and python3_8 to PYTHON_TARGETS.
9
10 Closes: https://bugs.gentoo.org/737358
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/pydoc/pydoc-2.0-r2.ebuild | 19 +++++++++++++++++++
15 1 file changed, 19 insertions(+)
16
17 diff --git a/app-vim/pydoc/pydoc-2.0-r2.ebuild b/app-vim/pydoc/pydoc-2.0-r2.ebuild
18 new file mode 100644
19 index 00000000000..3105dd0dc42
20 --- /dev/null
21 +++ b/app-vim/pydoc/pydoc-2.0-r2.ebuild
22 @@ -0,0 +1,19 @@
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=( python3_{7,8} )
29 +
30 +inherit vim-plugin python-single-r1 vcs-snapshot
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 +LICENSE="GPL-2"
36 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 +
38 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
39 +
40 +DEPEND="app-arch/unzip"
41 +RDEPEND="${PYTHON_DEPS}"