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 \