commit:     c2acd1013caa445d78dbfb33772fc5bd3ab85a16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 20:11:27 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 20:11:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2acd101

net-libs/davix: drop py3.{13,14}t from PYTHON_COMPAT

This is annoying for python-any-r1 as it drags it in on people's systems
where it's not going to be possible for it to be the sole interpreter
anyway.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/davix/{davix-0.8.10.ebuild => davix-0.8.10-r1.ebuild} | 2 +-
 net-libs/davix/davix-0.8.7.ebuild                              | 2 +-
 net-libs/davix/davix-9999.ebuild                               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-libs/davix/davix-0.8.10.ebuild 
b/net-libs/davix/davix-0.8.10-r1.ebuild
similarity index 97%
rename from net-libs/davix/davix-0.8.10.ebuild
rename to net-libs/davix/davix-0.8.10-r1.ebuild
index f1cd11849784..723712cf6ca1 100644
--- a/net-libs/davix/davix-0.8.10.ebuild
+++ b/net-libs/davix/davix-0.8.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..13} python3_13t )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit cmake python-any-r1
 

diff --git a/net-libs/davix/davix-0.8.7.ebuild 
b/net-libs/davix/davix-0.8.7.ebuild
index 26f7323944b8..eb24e68e0d9c 100644
--- a/net-libs/davix/davix-0.8.7.ebuild
+++ b/net-libs/davix/davix-0.8.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit cmake python-any-r1
 

diff --git a/net-libs/davix/davix-9999.ebuild b/net-libs/davix/davix-9999.ebuild
index e439dffe0389..dc92e9db8759 100644
--- a/net-libs/davix/davix-9999.ebuild
+++ b/net-libs/davix/davix-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..13} python3_13t )
+PYTHON_COMPAT=( python3_{11..13} )
 
 inherit cmake python-any-r1
 

Reply via email to