Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/
Date: Tue, 01 Jun 2021 11:44:10
Message-Id: 1622547288.67ab3a9048ea9f4365c9e31668ecf2e45d3afd2b.sam@gentoo
1 commit: 67ab3a9048ea9f4365c9e31668ecf2e45d3afd2b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:34:48 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:34:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab3a90
7
8 app-vim/pydiction: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
16 index b17b9944fb3..aea6beb9b9f 100644
17 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
18 +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild
19 @@ -1,15 +1,16 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 -PYTHON_COMPAT=( python{3_7,3_8} )
28 +PYTHON_COMPAT=( python3_{7,8,9} )
29
30 inherit vim-plugin python-r1
31
32 DESCRIPTION="vim plugin: tab-complete your Python code"
33 HOMEPAGE="https://rkulla.github.io/pydiction/"
34 SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip"
35 +S="${WORKDIR}/${PN}-master"
36
37 LICENSE="vim"
38 KEYWORDS="amd64 ppc ppc64 x86"
39 @@ -18,8 +19,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40 DEPEND="app-arch/unzip"
41 RDEPEND="${PYTHON_DEPS}"
42
43 -S="${WORKDIR}/${PN}-master"
44 -
45 src_install() {
46 # Rename pydiction script.
47 mv "${PN}.py" "${PN}" || die