Updated several python-related packages

This commit is contained in:
2025-09-22 10:17:58 +02:00
parent f01295cf5c
commit 45662fe13d
26 changed files with 80 additions and 27 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
# $Id$
EAPI=8
PYTHON_COMPAT=( python3_{9..12} )
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
@@ -32,7 +32,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="$(python_gen_cond_dep '
dev-python/click[${PYTHON_USEDEP}]
dev-python/engineering-notation[${PYTHON_USEDEP}]
dev-python/engineering-notation[${PYTHON_SINGLE_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/markdown2[${PYTHON_USEDEP}]
>=dev-python/mistune-2.0.2[${PYTHON_USEDEP}]