summaryrefslogtreecommitdiff
path: root/dev-python/async-lru/async-lru-2.0.5.ebuild
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2025-05-17 11:45:59 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2025-05-17 11:54:01 +0300
commit68226fe369d13c07366638358cab1c3ad1677d41 (patch)
tree9d28cdcd61efac4d0df48db4b72d21dd8e472284 /dev-python/async-lru/async-lru-2.0.5.ebuild
parent7a5652ce4c2682ed075176e9d4b62ad7d6cfc9c9 (diff)
downloadgentoo-68226fe369d13c07366638358cab1c3ad1677d41.tar.gz
gentoo-68226fe369d13c07366638358cab1c3ad1677d41.tar.bz2
gentoo-68226fe369d13c07366638358cab1c3ad1677d41.zip
dev-python/async-lru: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/async-lru/async-lru-2.0.5.ebuild')
-rw-r--r--dev-python/async-lru/async-lru-2.0.5.ebuild7
1 files changed, 1 insertions, 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}]