commit: 61fd139f1cb48ec543507939a5db645407e9a591
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 8 08:51:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 8 08:58:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61fd139f
dev-python/anyio: typing-extensions are needed on py<3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/anyio/{anyio-4.8.0.ebuild => anyio-4.8.0-r1.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/anyio/anyio-4.8.0.ebuild
b/dev-python/anyio/anyio-4.8.0-r1.ebuild
similarity index 98%
rename from dev-python/anyio/anyio-4.8.0.ebuild
rename to dev-python/anyio/anyio-4.8.0-r1.ebuild
index 5678ca1f84cc..35da9e946fac 100644
--- a/dev-python/anyio/anyio-4.8.0.ebuild
+++ b/dev-python/anyio/anyio-4.8.0-r1.ebuild
@@ -24,8 +24,10 @@ RDEPEND="
>=dev-python/truststore-0.9.1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/exceptiongroup-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
' 3.10)
+ $(python_gen_cond_dep '
+ >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}]
+ ' 3.{10..12})
"
# On amd64, let's get more test coverage by dragging in uvloop, but let's
# not bother on other arches where uvloop may not be supported.