diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-07 19:00:38 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-07 19:00:38 +0000 |
| commit | c7de950cc674c81d06538441106a69e1bdce00c2 (patch) | |
| tree | 3dc4425973affc40c2fc1e3784006a4517512197 /dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild | |
| parent | 400f169d63c91042a3a28670e64b68e92aa12623 (diff) | |
| download | baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.tar.gz baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.tar.xz baldeagleos-repo-c7de950cc674c81d06538441106a69e1bdce00c2.zip | |
Adding metadata
Diffstat (limited to 'dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild')
| -rw-r--r-- | dev-python/mpmath/mpmath-1.4.0_alpha5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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}] ) ) " |
