summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 19:22:03 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 19:30:50 +0200
commit58510c9fb3aba00a941229cf93141afceb07f4de (patch)
tree9ffa913a80ffefc0c4d30eff2895f3cf8b3c363a
parentdev-python/docopt: Enable py3.13 (diff)
downloadgentoo-58510c9fb3aba00a941229cf93141afceb07f4de.tar.gz
gentoo-58510c9fb3aba00a941229cf93141afceb07f4de.tar.bz2
gentoo-58510c9fb3aba00a941229cf93141afceb07f4de.zip
dev-python/editorconfig: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild8
1 files 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