commit: e7a07cfd1bf2159af755e03cdd33d3e9f702aac7 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 10 06:15:15 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 10 06:42:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a07cfd
dev-python/nbconvert: Remove doc Doc building tries to write outside sandbox, not worth fixing. Closes: https://bugs.gentoo.org/727720 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/nbconvert/nbconvert-5.6.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-python/nbconvert/nbconvert-5.6.1.ebuild b/dev-python/nbconvert/nbconvert-5.6.1.ebuild index c2041fa935c..05780038add 100644 --- a/dev-python/nbconvert/nbconvert-5.6.1.ebuild +++ b/dev-python/nbconvert/nbconvert-5.6.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc test" +IUSE="test" RDEPEND=" dev-python/bleach[${PYTHON_USEDEP}] @@ -40,8 +40,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs \ - dev-python/{ipython,jupyter_client,nbsphinx,sphinx_rtd_theme} distutils_enable_tests pytest PATCHES=(