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 BB59D138359 for ; Fri, 25 Sep 2020 10:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ED7BE084E; Fri, 25 Sep 2020 10:21:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EB1CDE084E for ; Fri, 25 Sep 2020 10:21:46 +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 0382733BECE for ; Fri, 25 Sep 2020 10:21:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2D77353 for ; Fri, 25 Sep 2020 10:21:44 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1601029298.56079616a2a2545803d68c415d6315e14b2e7f77.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pymacs/pymacs-0.26-r1.ebuild app-emacs/pymacs/pymacs-0.26-r2.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 56079616a2a2545803d68c415d6315e14b2e7f77 X-VCS-Branch: master Date: Fri, 25 Sep 2020 10:21:44 +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: fe739bcc-c517-4ff6-9e7c-42379910f2b2 X-Archives-Hash: c0078737f51c841dee03f2e0ec0d3b48 commit: 56079616a2a2545803d68c415d6315e14b2e7f77 Author: Ulrich Müller gentoo org> AuthorDate: Fri Sep 25 10:21:15 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Sep 25 10:21:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56079616 app-emacs/pymacs: Drop dependency on Python 2. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/pymacs/{pymacs-0.26-r1.ebuild => pymacs-0.26-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/pymacs/pymacs-0.26-r1.ebuild b/app-emacs/pymacs/pymacs-0.26-r2.ebuild similarity index 96% rename from app-emacs/pymacs/pymacs-0.26-r1.ebuild rename to app-emacs/pymacs/pymacs-0.26-r2.ebuild index e2c7ce61bb1..9d7f7be117f 100644 --- a/app-emacs/pymacs/pymacs-0.26-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit elisp distutils-r1