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/pyclewn/
Date: Tue, 01 Jun 2021 11:44:10
Message-Id: 1622547255.b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2.sam@gentoo
1 commit: b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 11:34:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 11:34:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f954a7
7
8 app-vim/pyclewn: add Python 3.9
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 11 +++++------
13 1 file changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
16 index 5c6b4021511..ac33eb0aeb3 100644
17 --- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
18 +++ b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild
19 @@ -1,9 +1,9 @@
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=7
25
26 -PYTHON_COMPAT=( python{3_7,3_8} )
27 +PYTHON_COMPAT=( python3_{7,8,9} )
28
29 inherit vim-plugin distutils-r1 optfeature
30
31 @@ -11,10 +11,10 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
32
33 DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)"
34 HOMEPAGE="http://pyclewn.sourceforge.net/"
35 -LICENSE="GPL-2"
36 -KEYWORDS="~amd64 ~x86"
37
38 +LICENSE="GPL-2"
39 SLOT="0"
40 +KEYWORDS="~amd64 ~x86"
41
42 CDEPEND="|| (
43 app-editors/vim
44 @@ -25,8 +25,7 @@ DEPEND="
45 ${CDEPEND}
46 app-arch/vimball"
47
48 -RDEPEND="
49 - ${DEPEND}"
50 +RDEPEND="${DEPEND}"
51
52 REQUIRED_USE="${PYTHON_REQUIRED_USE}"