commit: b3be0554d303c8d5de2fe4c572e117b66e740bee Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri May 2 09:23:11 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri May 2 09:29:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3be0554
dev-python/anyio: Revbump due to eclass 3.10 cond dep bug Bug: https://bugs.gentoo.org/955213 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../anyio/{anyio-4.8.0-r1.ebuild => anyio-4.8.0-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-python/anyio/anyio-4.8.0-r1.ebuild b/dev-python/anyio/anyio-4.8.0-r2.ebuild similarity index 91% rename from dev-python/anyio/anyio-4.8.0-r1.ebuild rename to dev-python/anyio/anyio-4.8.0-r2.ebuild index 35da9e946fac..734795bd8e7c 100644 --- a/dev-python/anyio/anyio-4.8.0-r1.ebuild +++ b/dev-python/anyio/anyio-4.8.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) +PYTHON_COMPAT=( pypy3_11 python3_{11..13} ) inherit distutils-r1 pypi @@ -22,12 +22,9 @@ RDEPEND=" >=dev-python/idna-2.8[${PYTHON_USEDEP}] >=dev-python/sniffio-1.1[${PYTHON_USEDEP}] >=dev-python/truststore-0.9.1[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - >=dev-python/exceptiongroup-1.2.0[${PYTHON_USEDEP}] - ' 3.10) $(python_gen_cond_dep ' >=dev-python/typing-extensions-4.5[${PYTHON_USEDEP}] - ' 3.{10..12}) + ' 3.{11..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. @@ -40,11 +37,11 @@ BDEPEND=" dev-python/trustme[${PYTHON_USEDEP}] $(python_gen_cond_dep ' >=dev-python/trio-0.26.1[${PYTHON_USEDEP}] - ' 3.{10..13}) + ' 3.{11..13}) amd64? ( $(python_gen_cond_dep ' >=dev-python/uvloop-0.21.0_beta1[${PYTHON_USEDEP}] - ' python3_{10..13}) + ' python3_{11..13}) ) ) "
