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 BC23C138350 for ; Thu, 16 Jan 2020 06:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C128E08FA; Thu, 16 Jan 2020 06:05:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97E20E08FC for ; Thu, 16 Jan 2020 06:05:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 12F8434E110 for ; Thu, 16 Jan 2020 06:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D57A5C8 for ; Thu, 16 Jan 2020 06:05:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579154703.631d0c8e9000b0229f52fd90863ce30fb457ef01.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-cola/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-cola/git-cola-2.11.ebuild dev-vcs/git-cola/git-cola-3.2.ebuild X-VCS-Directories: dev-vcs/git-cola/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 631d0c8e9000b0229f52fd90863ce30fb457ef01 X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:05:17 +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: b7daa6d5-83cc-4f40-a18f-d715c94b22d4 X-Archives-Hash: de76146b4a7919e2cbe195185237efed commit: 631d0c8e9000b0229f52fd90863ce30fb457ef01 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 05:48:52 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:05:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631d0c8e dev-vcs/git-cola: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> dev-vcs/git-cola/git-cola-2.11.ebuild | 3 +-- dev-vcs/git-cola/git-cola-3.2.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-vcs/git-cola/git-cola-2.11.ebuild b/dev-vcs/git-cola/git-cola-2.11.ebuild index 65a5d6cbed6..d97f4818b85 100644 --- a/dev-vcs/git-cola/git-cola-2.11.ebuild +++ b/dev-vcs/git-cola/git-cola-2.11.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_SINGLE_IMPL=true inherit distutils-r1 readme.gentoo-r1 virtualx @@ -29,7 +29,6 @@ DEPEND="${RDEPEND} sys-devel/gettext doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - python_targets_python2_7? ( dev-python/sphinxtogithub[$(python_gen_usedep 'python2*')] ) ) test? ( dev-python/nose[${PYTHON_USEDEP}] ${VIRTUALX_DEPEND} ) " diff --git a/dev-vcs/git-cola/git-cola-3.2.ebuild b/dev-vcs/git-cola/git-cola-3.2.ebuild index 1bb68c4eb5e..de021727cff 100644 --- a/dev-vcs/git-cola/git-cola-3.2.ebuild +++ b/dev-vcs/git-cola/git-cola-3.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) DISTUTILS_SINGLE_IMPL=true inherit distutils-r1 readme.gentoo-r1 virtualx @@ -27,7 +27,6 @@ DEPEND="${RDEPEND} sys-devel/gettext doc? ( dev-python/sphinx[${PYTHON_USEDEP}] - python_targets_python2_7? ( dev-python/sphinxtogithub[$(python_gen_usedep 'python2*')] ) ) test? ( ${VIRTUALX_DEPEND}