diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-10 22:37:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-10 22:50:16 +0200 |
commit | a779af2a12a67d632696e68b355a54f00d3b0ffd (patch) | |
tree | 3668a465f4f4d01e28d95c45852e1535b4a5d033 /dev-python/beautifulsoup | |
parent | dev-python/python-sshpubkeys: Add python@ as co-maint (diff) | |
download | gentoo-a779af2a12a67d632696e68b355a54f00d3b0ffd.tar.gz gentoo-a779af2a12a67d632696e68b355a54f00d3b0ffd.tar.bz2 gentoo-a779af2a12a67d632696e68b355a54f00d3b0ffd.zip |
dev-python/beautifulsoup: Fix doc build
Closes: https://bugs.gentoo.org/715064
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/beautifulsoup')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 5 |
1 files 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 8bfe741fc285..67171073bb41 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}" |