commit:     6c13aa971ff8059bc64d042c1c43aa330ef4dd58
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 17 19:37:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 17 20:07:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c13aa97

dev-python/pypugjs: Enable py3.14

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

 dev-python/pypugjs/pypugjs-5.12.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pypugjs/pypugjs-5.12.0.ebuild 
b/dev-python/pypugjs/pypugjs-5.12.0.ebuild
index a2643ccea829..e39475c29a73 100644
--- a/dev-python/pypugjs/pypugjs-5.12.0.ebuild
+++ b/dev-python/pypugjs/pypugjs-5.12.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 
 inherit distutils-r1 optfeature
 
@@ -32,11 +32,11 @@ BDEPEND="
                >=dev-python/flask-2.1.1[${PYTHON_USEDEP}]
                >=dev-python/jinja2-3.1.1[${PYTHON_USEDEP}]
                >=dev-python/mako-1.1.3[${PYTHON_USEDEP}]
-               >=dev-python/pytest-asyncio-0.19.0[${PYTHON_USEDEP}]
                >=dev-python/tornado-6.0.4[${PYTHON_USEDEP}]
        )
 "
 
+EPYTEST_PLUGINS=( pytest-asyncio )
 distutils_enable_tests pytest
 
 src_prepare() {

Reply via email to