dev-python/bluelet: [QA] Call distutils-r1_python_install_all
authorDavid Seifert <soap@gentoo.org>
Sun, 21 Apr 2019 14:01:18 +0000 (16:01 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 21 Apr 2019 14:01:18 +0000 (16:01 +0200)
* 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>
dev-python/bluelet/bluelet-0.2.0.ebuild

index 946e4fbb69b13a3fb27994f97d1cf81122f9f973..f3760dd89a3411ae8dffcae07244c3e3160f8326 100644 (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
 }