New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/46186#issuecomment-1732291617 Comment: LGTM, do you want to cleanup `make_build_args` in pylint? A (very) minor nitpick: maybe `[[ "${build_helper}" = *meson* ]]` should be `[[ " ${build_helper} " = *" meson "* ]]`, etc. But the idiom is used all over the place and currently there is no conflict possible.