summaryrefslogtreecommitdiff
path: root/dev-python/mpmath
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-10 19:24:49 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-09-10 19:24:49 +0000
commitb11f532d85ba9cfcea1503a85246b19d35419295 (patch)
tree4d517de5651f42bf5be572144467cf2eae4a8a66 /dev-python/mpmath
parent9a2662643518c63c7a17a80dd22a64ebdeac241b (diff)
downloadbaldeagleos-repo-b11f532d85ba9cfcea1503a85246b19d35419295.tar.gz
baldeagleos-repo-b11f532d85ba9cfcea1503a85246b19d35419295.tar.xz
baldeagleos-repo-b11f532d85ba9cfcea1503a85246b19d35419295.zip
Adding metadata
Diffstat (limited to 'dev-python/mpmath')
-rw-r--r--dev-python/mpmath/mpmath-1.4.0_alpha1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/mpmath/mpmath-1.4.0_alpha1.ebuild b/dev-python/mpmath/mpmath-1.4.0_alpha1.ebuild
index 163e71cfa095..ae2ae6b57f23 100644
--- a/dev-python/mpmath/mpmath-1.4.0_alpha1.ebuild
+++ b/dev-python/mpmath/mpmath-1.4.0_alpha1.ebuild
@@ -22,16 +22,18 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
- dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pexpect[${PYTHON_USEDEP}]
dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/gmpy[${PYTHON_USEDEP}]
' 'python3*')
- $(python_gen_cond_dep '
- dev-python/ipython[${PYTHON_USEDEP}]
- ' 3.{10..12})
+ !mips? (
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/ipython[${PYTHON_USEDEP}]
+ ' 3.{10..12})
+ )
)
"