}
python_compile_all() {
- [[ ${PV} == *9999 ]] && emake -C doc man
+ [[ ${PV} == *9999 ]] && esetup.py build_man
}
python_test() {
python_install_all() {
local DOCS=( AUTHORS NEWS.rst )
+ distutils-r1_python_install install_man
distutils-r1_python_install_all
-
- if [[ ${PV} == *9999 ]]; then
- emake -C doc PREFIX=/usr DESTDIR="${D}" install_man
- else
- doman man/*
- fi
}
pkg_postinst() {
- einfo "updating pkgcore plugin cache"
python_foreach_impl pplugincache pkgcheck.plugins
}