diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-07 16:33:26 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-05-07 16:33:26 +0000 |
| commit | 7675ccca73f5c413e3505b0308c6f010d62d5302 (patch) | |
| tree | 6f5ebc03987e8bca8e16ed8342d620fb3c1c257c /dev-python/wcwidth | |
| parent | a00c2c86ca5bd725aeb821d4e4374947d0efae36 (diff) | |
| download | baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.tar.gz baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.tar.xz baldeagleos-repo-7675ccca73f5c413e3505b0308c6f010d62d5302.zip | |
Adding metadata
Diffstat (limited to 'dev-python/wcwidth')
| -rw-r--r-- | dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
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 +} |
