From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB50F13835A for ; Tue, 1 Jun 2021 11:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C84F5E07D7; Tue, 1 Jun 2021 11:44:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 201ACE07D7 for ; Tue, 1 Jun 2021 11:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF10F340FBE for ; Tue, 1 Jun 2021 11:44:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2022979D for ; Tue, 1 Jun 2021 11:44:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1622547255.b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pyclewn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pyclewn/pyclewn-2.1-r2.ebuild X-VCS-Directories: app-vim/pyclewn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2 X-VCS-Branch: master Date: Tue, 1 Jun 2021 11:44:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fae50266-be24-4e90-9966-a8bcd2baca29 X-Archives-Hash: 561327d662c7b9c8450299bba8312c0f commit: b4f954a75f9a8bcf66af8fb0bd5c6a3e161d74f2 Author: Sam James gentoo org> AuthorDate: Tue Jun 1 11:34:15 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 1 11:34:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f954a7 app-vim/pyclewn: add Python 3.9 Signed-off-by: Sam James gentoo.org> app-vim/pyclewn/pyclewn-2.1-r2.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild index 5c6b4021511..ac33eb0aeb3 100644 --- a/app-vim/pyclewn/pyclewn-2.1-r2.ebuild +++ b/app-vim/pyclewn/pyclewn-2.1-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit vim-plugin distutils-r1 optfeature @@ -11,10 +11,10 @@ SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" DESCRIPTION="Pyclewn allows using vim as a front end to a debugger (pdb or gdb)" HOMEPAGE="http://pyclewn.sourceforge.net/" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~x86" CDEPEND="|| ( app-editors/vim @@ -25,8 +25,7 @@ DEPEND=" ${CDEPEND} app-arch/vimball" -RDEPEND=" - ${DEPEND}" +RDEPEND="${DEPEND}" REQUIRED_USE="${PYTHON_REQUIRED_USE}"