From 7675ccca73f5c413e3505b0308c6f010d62d5302 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Fri, 7 May 2021 16:33:26 +0000 Subject: Adding metadata --- dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'dev-python/wcwidth') diff --git a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild index db4edaaafd8e..ebf0922f25f0 100644 --- a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild +++ b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild @@ -24,13 +24,20 @@ RDEPEND=" distutils_enable_tests pytest -DOCS=() - src_prepare() { sed -e 's:--cov-append::' \ -e 's:--cov-report=html::' \ -e 's:--cov=wcwidth::' \ -i tox.ini || die sed -i -e 's:test_package_version:_&:' tests/test_core.py || die + + # causes pytest to fail, bug 775077 + sed -i '/^looponfailroots =/d' tox.ini || die distutils-r1_src_prepare } + +python_install_all() { + docinto docs + dodoc docs/intro.rst + distutils-r1_python_install_all +} -- cgit v1.3