* 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>
# 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
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
}