mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
sci-mathematics/radian: fix tests
Closes: https://bugs.gentoo.org/839309 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_SINGLE_IMPL=1
|
||||||
PYTHON_COMPAT=( python3_{8..9} )
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
|
||||||
inherit distutils-r1 optfeature
|
inherit distutils-r1 optfeature
|
||||||
@@ -19,19 +20,27 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
|
$(python_gen_cond_dep '
|
||||||
>=dev-python/prompt_toolkit-3.0[${PYTHON_USEDEP}]
|
>=dev-python/rchitect-0.3.36[${PYTHON_USEDEP}]
|
||||||
>=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
|
>=dev-python/prompt_toolkit-3.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/pygments-2.5.0[${PYTHON_USEDEP}]
|
||||||
|
')
|
||||||
"
|
"
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
|
${PYTHON_DEPS}
|
||||||
dev-lang/R
|
dev-lang/R
|
||||||
"
|
"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
test? (
|
test? (
|
||||||
>=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
|
$(python_gen_cond_dep '
|
||||||
dev-python/pexpect[${PYTHON_USEDEP}]
|
>=dev-python/pyte-0.8.0[${PYTHON_USEDEP}]
|
||||||
dev-python/ptyprocess[${PYTHON_USEDEP}]
|
dev-python/pexpect[${PYTHON_USEDEP}]
|
||||||
|
dev-python/ptyprocess[${PYTHON_USEDEP}]
|
||||||
|
dev-python/jedi[${PYTHON_USEDEP}]
|
||||||
|
')
|
||||||
|
dev-R/reticulate[${PYTHON_SINGLE_USEDEP}]
|
||||||
|
dev-vcs/git
|
||||||
)
|
)
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user