commit:     705808f1934b19be6168bc509745ee163945dd58
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  4 18:31:04 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct  4 18:37:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705808f1

dev-python/blurb: Enable py3.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/blurb/blurb-2.0.0.ebuild | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/dev-python/blurb/blurb-2.0.0.ebuild 
b/dev-python/blurb/blurb-2.0.0.ebuild
index a38e748d1e8c..3755cf4203af 100644
--- a/dev-python/blurb/blurb-2.0.0.ebuild
+++ b/dev-python/blurb/blurb-2.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 pypi
 
@@ -18,11 +18,5 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
-BDEPEND="
-       test? (
-               dev-python/pyfakefs[${PYTHON_USEDEP}]
-               dev-python/time-machine[${PYTHON_USEDEP}]
-       )
-"
-
+EPYTEST_PLUGINS=( pyfakefs time-machine )
 distutils_enable_tests pytest

Reply via email to