commit:     7309ea68dea514b01d449b7e750421694f39881f
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 19 16:25:02 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Mar 19 20:51:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7309ea68

app-emacs/treemacs: update PYTHON_COMPAT - drop 3.10, add 3.13

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...s-3.1_p20240229.ebuild => treemacs-3.1_p20240229-r1.ebuild} | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-emacs/treemacs/treemacs-3.1_p20240229.ebuild 
b/app-emacs/treemacs/treemacs-3.1_p20240229-r1.ebuild
similarity index 89%
rename from app-emacs/treemacs/treemacs-3.1_p20240229.ebuild
rename to app-emacs/treemacs/treemacs-3.1_p20240229-r1.ebuild
index 74d545f9fa28..efce9ae65e34 100644
--- a/app-emacs/treemacs/treemacs-3.1_p20240229.ebuild
+++ b/app-emacs/treemacs/treemacs-3.1_p20240229-r1.ebuild
@@ -1,11 +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
 
-NEED_EMACS=26.1
-DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517="no"
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit distutils-r1 elisp
 
@@ -15,9 +14,10 @@ HOMEPAGE="https://github.com/Alexander-Miller/treemacs/";
 if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
 
-       EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}.git";
+       EGIT_REPO_URI="https://github.com/Alexander-Miller/${PN}";
 else
        COMMIT_SHA=8c6df39f01a4d47fda2cc943645fa067f771b748
+
        
SRC_URI="https://github.com/Alexander-Miller/${PN}/archive/${COMMIT_SHA}.tar.gz
                -> ${P}.tar.gz"
        S="${WORKDIR}/${PN}-${COMMIT_SHA}"

Reply via email to