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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 16520158090 for ; Thu, 19 May 2022 15:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3740BE0844; Thu, 19 May 2022 15:16:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 12261E0844 for ; Thu, 19 May 2022 15:16:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A35CE3412BB for ; Thu, 19 May 2022 15:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8E3A3B5 for ; Thu, 19 May 2022 15:16:30 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1652973275.b34ceae84affdfcde1758a760afbe85cf2dc02ca.xgqt@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-r2.ebuild app-emacs/pymacs/pymacs-0.26-r3.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: b34ceae84affdfcde1758a760afbe85cf2dc02ca X-VCS-Branch: master Date: Thu, 19 May 2022 15:16:30 +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: 003be016-e898-4567-ade7-84668873829a X-Archives-Hash: 5e7c2393c07969f3c4c24cb24b605c60 commit: b34ceae84affdfcde1758a760afbe85cf2dc02ca Author: Maciej Barć gentoo org> AuthorDate: Thu May 19 15:12:34 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu May 19 15:14:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b34ceae8 app-emacs/pymacs: drop py3.7 and add py3.10 compat Closes: https://bugs.gentoo.org/845453 Signed-off-by: Maciej Barć gentoo.org> app-emacs/pymacs/{pymacs-0.26-r2.ebuild => pymacs-0.26-r3.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emacs/pymacs/pymacs-0.26-r2.ebuild b/app-emacs/pymacs/pymacs-0.26-r3.ebuild similarity index 93% rename from app-emacs/pymacs/pymacs-0.26-r2.ebuild rename to app-emacs/pymacs/pymacs-0.26-r3.ebuild index 6969000e028c..d68770ec00be 100644 --- a/app-emacs/pymacs/pymacs-0.26-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r3.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) DISTUTILS_IN_SOURCE_BUILD=1 -DISTUTILS_USE_SETUPTOOLS="no" inherit elisp distutils-r1