commit: 68226fe369d13c07366638358cab1c3ad1677d41 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 17 08:45:59 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 17 08:54:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68226fe3
dev-python/async-lru: enable py3.14 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/async-lru/async-lru-2.0.5.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/async-lru/async-lru-2.0.5.ebuild b/dev-python/async-lru/async-lru-2.0.5.ebuild index bdc7bbd08141..dda890f8c3f4 100644 --- a/dev-python/async-lru/async-lru-2.0.5.ebuild +++ b/dev-python/async-lru/async-lru-2.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 @@ -22,11 +22,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86" -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}] - ' 3.10) -" BDEPEND=" test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}]