dev-python/http-parser: 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:56:22 +01:00
parent c317f2a63d
commit a655625d89

View File

@@ -32,6 +32,10 @@ python_compile() {
python_install_all() {
local DOCS=( README.rst )
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
}