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

Closes: https://github.com/gentoo/gentoo/pull/15018
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:42 +01:00
parent f56c8d95ff
commit 012dd22d1d

View File

@@ -47,6 +47,10 @@ python_compile_all() {
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
distutils-r1_python_install_all
}