From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E9EA1584F2 for ; Wed, 19 Mar 2025 20:52:24 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2FF4A3431BE for ; Wed, 19 Mar 2025 20:52:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2DC4F1103C8; Wed, 19 Mar 2025 20:52:19 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 24C991103C8 for ; Wed, 19 Mar 2025 20:52:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF3F334311A for ; Wed, 19 Mar 2025 20:52:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 316A12822 for ; Wed, 19 Mar 2025 20:52:17 +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: <1742417472.f349b6a5e0f93ce36a3d8ea9a616d1cfe8938cd6.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-r5.ebuild app-emacs/pymacs/pymacs-0.26-r6.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f349b6a5e0f93ce36a3d8ea9a616d1cfe8938cd6 X-VCS-Branch: master Date: Wed, 19 Mar 2025 20:52: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: c5fea6a7-0417-4df0-a119-a6753cf203ec X-Archives-Hash: c46c90fd3a9a6d6b77c508b97442459b commit: f349b6a5e0f93ce36a3d8ea9a616d1cfe8938cd6 Author: Maciej Barć gentoo org> AuthorDate: Wed Mar 19 16:21:21 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Mar 19 20:51:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f349b6a5 app-emacs/pymacs: update PYTHON_COMPAT - drop 3.10, add 3.13 Signed-off-by: Maciej Barć gentoo.org> app-emacs/pymacs/{pymacs-0.26-r5.ebuild => pymacs-0.26-r6.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-emacs/pymacs/pymacs-0.26-r5.ebuild b/app-emacs/pymacs/pymacs-0.26-r6.ebuild similarity index 92% rename from app-emacs/pymacs/pymacs-0.26-r5.ebuild rename to app-emacs/pymacs/pymacs-0.26-r6.ebuild index 0f18f4e63424..a574328c953e 100644 --- a/app-emacs/pymacs/pymacs-0.26-r5.ebuild +++ b/app-emacs/pymacs/pymacs-0.26-r6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517="setuptools" +PYTHON_COMPAT=( python3_{11..13} ) inherit elisp distutils-r1