diff options
Diffstat (limited to 'dev-python/mpmath')
| -rw-r--r-- | dev-python/mpmath/metadata.xml | 6 | ||||
| -rw-r--r-- | dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/mpmath/metadata.xml b/dev-python/mpmath/metadata.xml index 64f01a943809..3adab61da70f 100644 --- a/dev-python/mpmath/metadata.xml +++ b/dev-python/mpmath/metadata.xml @@ -14,5 +14,11 @@ <name>Python</name> </maintainer> + <use> + <flag name="test-full"> + Run test suite in full via additional (large) test + dependencies, like dev-python/matplotlib. + </flag> + </use> <origin>gentoo-staging</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild b/dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild index 441bd59c20cc..ee19dd1f6588 100644 --- a/dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild +++ b/dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild @@ -18,6 +18,7 @@ HOMEPAGE=" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +IUSE="test-full" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] @@ -31,10 +32,8 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/gmpy2[${PYTHON_USEDEP}] ' 'python3*') - !mips? ( - !hppa? ( - dev-python/matplotlib[${PYTHON_USEDEP}] - ) + test-full? ( + dev-python/matplotlib[${PYTHON_USEDEP}] ) ) " |
