commit: 773f5a7bc1cea2e0b14ec4cf0865d00cb652fa12
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 19:18:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 19:30:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773f5a7b
dev-python/grpclib: Add py3.14 note, modernize
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/grpclib/grpclib-0.4.8.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/grpclib/grpclib-0.4.8.ebuild
b/dev-python/grpclib/grpclib-0.4.8.ebuild
index 51199f92d65a..6e192dcc6115 100644
--- a/dev-python/grpclib/grpclib-0.4.8.ebuild
+++ b/dev-python/grpclib/grpclib-0.4.8.ebuild
@@ -4,7 +4,8 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+# py3.14: https://github.com/vmagamedov/grpclib/pull/208
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@@ -34,11 +35,10 @@ RDEPEND="
BDEPEND="
test? (
dev-python/async-timeout[${PYTHON_USEDEP}]
- dev-python/faker[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)
"
+EPYTEST_PLUGINS=( faker pytest-asyncio )
distutils_enable_tests pytest
PATCHES=(