mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
app-text/ford: add PYTHON_USEDEP for RDEPEND dependencies
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -26,11 +26,11 @@ RDEPEND="
|
||||
>=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
|
||||
dev-python/python-markdown-math[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-12.0.0
|
||||
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/toposort-1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
|
||||
>=dev-util/pcpp-1.30
|
||||
test? ( dev-python/tomli-w )
|
||||
>=dev-util/pcpp-1.30[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/tomli-w[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
@@ -26,11 +26,11 @@ RDEPEND="
|
||||
>=dev-python/markdown-include-0.8.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.12.0[${PYTHON_USEDEP}]
|
||||
dev-python/python-markdown-math[${PYTHON_USEDEP}]
|
||||
>=dev-python/rich-12.0.0
|
||||
>=dev-python/rich-12.0.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/toposort-1.7[${PYTHON_USEDEP}]
|
||||
>=dev-python/tqdm-4.64.0[${PYTHON_USEDEP}]
|
||||
>=dev-util/pcpp-1.30
|
||||
test? ( dev-python/tomli-w )
|
||||
>=dev-util/pcpp-1.30[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/tomli-w[${PYTHON_USEDEP}] )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
Reference in New Issue
Block a user