commit: a779af2a12a67d632696e68b355a54f00d3b0ffd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 10 20:37:06 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 10 20:50:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a779af2a
dev-python/beautifulsoup: Fix doc build Closes: https://bugs.gentoo.org/715064 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild index 8bfe741fc28..67171073bb4 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild @@ -13,6 +13,7 @@ MY_P="${MY_PN}-${PV}" DESCRIPTION="Pythonic idioms for iterating, searching, and modifying an HTML/XML parse tree" HOMEPAGE="https://www.crummy.com/software/BeautifulSoup/bs4/" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="4" @@ -25,10 +26,8 @@ RDEPEND=" " BDEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_P}" - distutils_enable_tests nose -distutils_enable_sphinx doc/source --no-autodoc +distutils_enable_sphinx doc/source python_test() { nosetests --verbose -w "${BUILD_DIR}"/lib || die "Tests fail with ${EPYTHON}"
