commit: 51b0c236f0fb22085214b3e6a07f540b58b3d6fa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 08:08:20 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 08:08:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b0c236
dev-python/python-box: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-box/python-box-7.3.2.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/python-box/python-box-7.3.2.ebuild
b/dev-python/python-box/python-box-7.3.2.ebuild
index 2897be7b8212..30f44267df01 100644
--- a/dev-python/python-box/python-box-7.3.2.ebuild
+++ b/dev-python/python-box/python-box-7.3.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
@@ -29,9 +29,6 @@ IUSE="+native-extensions"
RDEPEND="
dev-python/msgpack[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/tomli[${PYTHON_USEDEP}]
- ' 3.8 3.9 3.10)
dev-python/tomli-w[${PYTHON_USEDEP}]
"
BDEPEND="