From f349b6a5e0f93ce36a3d8ea9a616d1cfe8938cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 19 Mar 2025 17:21:21 +0100 Subject: [PATCH] app-emacs/pymacs: update PYTHON_COMPAT - drop 3.10, add 3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- .../pymacs/{pymacs-0.26-r5.ebuild => pymacs-0.26-r6.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename app-emacs/pymacs/{pymacs-0.26-r5.ebuild => pymacs-0.26-r6.ebuild} (92%) 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 0f18f4e63424b..a574328c953e1 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