commit:     58510c9fb3aba00a941229cf93141afceb07f4de
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 17:22:03 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 17:30:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58510c9f

dev-python/editorconfig: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild 
b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
index e1678ef6a893..3c2d38743f70 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
@@ -4,14 +4,18 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit cmake distutils-r1
 
 MY_P=editorconfig-core-py-${PV}
 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
 DESCRIPTION="Clone of EditorConfig core written in Python"
-HOMEPAGE="https://editorconfig.org/";
+HOMEPAGE="
+       https://editorconfig.org/
+       https://github.com/editorconfig/editorconfig-core-py/
+       https://pypi.org/project/EditorConfig/
+"
 SRC_URI="
        
https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz
                -> ${MY_P}.gh.tar.gz

Reply via email to