commit: b17c1f7d72833fc1ac7812d15ec1f1f3a75bff35
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 03:37:42 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 04:00:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17c1f7d
dev-python/h5py: uncompress examples
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/h5py/h5py-2.7.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/h5py/h5py-2.7.0.ebuild
b/dev-python/h5py/h5py-2.7.0.ebuild
index 40e378e0f9c..d2c8e6af948 100644
--- a/dev-python/h5py/h5py-2.7.0.ebuild
+++ b/dev-python/h5py/h5py-2.7.0.ebuild
@@ -58,7 +58,10 @@ python_test() {
python_install_all() {
DOCS=( README.rst ANN.rst )
use doc && HTML_DOCS=( docs/_build/html/. )
- use examples && insinto /usr/share/doc/${PF} && doins -r examples
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
distutils-r1_python_install_all
}