commit: 8d6004f2e6f76e974748f93c9311c9f62e61d2af
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Oct 27 12:36:29 2025 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 27 13:27:23 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d6004f2
net-misc/gmcapsule: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-misc/gmcapsule/gmcapsule-0.9.8.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild
b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild
index e75c6fa2f4..5728d61841 100644
--- a/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild
+++ b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1 pypi systemd
@@ -22,8 +22,6 @@ RDEPEND="
>=dev-python/pyopenssl-21
"
-EPYTEST_PLUGINS=( pytest-import-check )
-
distutils_enable_tests import-check
python_install() {