dev-python/root_numpy: Replace distutils-r1 EXAMPLES use

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2020-03-20 10:57:33 +01:00
parent a5ef1eb188
commit 8babea42bb

View File

@@ -36,6 +36,11 @@ python_test() {
}
python_install_all() {
use examples && local EXAMPLES=( tutorial/. )
if use examples; then
docinto examples
dodoc -r tutorial/.
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}