commit: e3a86c6510547c1a1b81ff85163c686dcca23534 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 20:36:45 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 20:37:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a86c65
sci-libs/branca: add doc deps Closes: https://bugs.gentoo.org/921348 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-libs/branca/{branca-0.7.0-r1.ebuild => branca-0.7.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/branca/branca-0.7.0-r1.ebuild b/sci-libs/branca/branca-0.7.0-r2.ebuild similarity index 93% rename from sci-libs/branca/branca-0.7.0-r1.ebuild rename to sci-libs/branca/branca-0.7.0-r2.ebuild index dcdfcadc60a8..aeb60c9999b7 100644 --- a/sci-libs/branca/branca-0.7.0-r1.ebuild +++ b/sci-libs/branca/branca-0.7.0-r2.ebuild @@ -25,7 +25,8 @@ BDEPEND="dev-python/setuptools-scm" distutils_enable_tests pytest -distutils_enable_sphinx docs/source +distutils_enable_sphinx docs/source \ + dev-python/nbsphinx python_test() { epytest -m 'not headless'
