abinfo "Building Python bindings ..."
pushd "$SRCDIR"/python
    __SRCDIR="$SRCDIR"
    SRCDIR="${SRCDIR}/python"
    build_python_build
    SRCDIR="$__SRCDIR"
popd
