commit: 046b7c788b6c55ec9fbf0931532ce847e7137061 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 09:59:23 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 09:59:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046b7c78
dev-python/ubelt: Remove doc to unblock sphinxcontrib-napoleon Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ubelt/ubelt-0.8.8.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/ubelt/ubelt-0.8.8.ebuild b/dev-python/ubelt/ubelt-0.8.8.ebuild index b38c32e6365..51131ab8198 100644 --- a/dev-python/ubelt/ubelt-0.8.8.ebuild +++ b/dev-python/ubelt/ubelt-0.8.8.ebuild @@ -11,8 +11,6 @@ DESCRIPTION="A stdlib like feel, and extra batteries. Hashing, Caching, Timing, HOMEPAGE="https://github.com/Erotemic/ubelt" SRC_URI="https://github.com/Erotemic/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -IUSE="doc" - SLOT="0" LICENSE="Apache-2.0" KEYWORDS="~amd64 ~x86" @@ -23,7 +21,6 @@ RDEPEND="dev-python/six[${PYTHON_USEDEP}] DEPEND="test? ( dev-python/xdoctest[${PYTHON_USEDEP}] )" distutils_enable_tests pytest -distutils_enable_sphinx docs/source dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-napoleon python_test() { pytest -vv tests || die "Tests fail with ${EPYTHON}"
