mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pycxx: QA fixes
Signed-off-by: Sebastian Pipping <sping@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI="7"
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
|
||||
inherit eutils distutils-r1
|
||||
|
||||
@@ -26,8 +27,8 @@ python_prepare_all() {
|
||||
python_install_all() {
|
||||
use doc && local HTML_DOCS=( Doc/. )
|
||||
if use examples ; then
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins -r Demo/Python{2,3}/.
|
||||
docinto examples
|
||||
dodoc -r Demo/Python{2,3}/.
|
||||
docompress -x /usr/share/doc/${PF}/examples
|
||||
fi
|
||||
distutils-r1_python_install_all
|
||||
Reference in New Issue
Block a user