dev-python/bluelet: [QA] Call distutils-r1_python_install_all

* EAPI 7

Closes: https://bugs.gentoo.org/683200
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2019-04-21 16:01:18 +02:00
parent 011956bb5a
commit dde90b197c

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
inherit distutils-r1
@@ -16,12 +16,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND=""
RDEPEND="${DEPEND}"
python_install_all() {
distutils-r1_python_install_all
if use examples; then
docompress -x usr/share/doc/${P}/demo
dodoc -r demo/
dodoc -r demo
docompress -x /usr/share/doc/${PF}/demo
fi
}