commit: 3cb05256f128bd77d685bf534edcfc629ae12ae2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Mon Mar 2 15:05:26 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 21:45:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb05256
app-portage/gentle: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> Part-of: https://codeberg.org/gentoo/gentoo/pulls/194 Merges: https://codeberg.org/gentoo/gentoo/pulls/194 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/gentle/gentle-1.0.2.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-portage/gentle/gentle-1.0.2.ebuild b/app-portage/gentle/gentle-1.0.2.ebuild index c9d36c985bb4..46d141e863f6 100644 --- a/app-portage/gentle/gentle-1.0.2.ebuild +++ b/app-portage/gentle/gentle-1.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) DISTUTILS_USE_PEP517=flit PYPI_PN="gentle-mxml" inherit distutils-r1 optfeature pypi @@ -35,6 +35,8 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() + distutils_enable_tests pytest distutils_enable_sphinx docs \
