diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-25 03:04:45 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-25 03:04:45 -0500 |
| commit | a2d754850b88dddfc90152e4eaf858d6907b5201 (patch) | |
| tree | e987342a645cd8d7bce252c8e897fcc8f1abd79b /dev-python/uncertainties | |
| parent | 719f5679cb7b1141529b574349239e0640bae1ca (diff) | |
| download | baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.tar.gz baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.tar.xz baldeagleos-repo-a2d754850b88dddfc90152e4eaf858d6907b5201.zip | |
Adding metadata
Diffstat (limited to 'dev-python/uncertainties')
| -rw-r--r-- | dev-python/uncertainties/uncertainties-3.2.4.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/uncertainties/uncertainties-3.2.4.ebuild b/dev-python/uncertainties/uncertainties-3.2.4.ebuild index ff561b914c28..46558f4c7f4f 100644 --- a/dev-python/uncertainties/uncertainties-3.2.4.ebuild +++ b/dev-python/uncertainties/uncertainties-3.2.4.ebuild @@ -29,6 +29,17 @@ BDEPEND=" EPYTEST_PLUGINS=() distutils_enable_tests pytest +python_test() { + local EPYTEST_DESELECT=() + if ! has_version "dev-python/scipy[${PYTHON_USEDEP}]"; then + EPYTEST_DESELECT+=( + doc/user_guide.rst::user_guide.rst + ) + fi + + epytest +} + pkg_postinst() { optfeature "numpy support" dev-python/numpy } |
