There's a closed pull request on the void-packages repository python-pyQt5 fixes https://github.com/void-linux/void-packages/pull/22109 Description: 1. It didn't build for me natively on x86_64 because `qmake` couldnt find `qt5` on the host. Hence, I added it to `hostmakedepends`. LMK if this is the wrong way to do it and it should be patched out instead. 2. There is a `mv` recursive move warning in pre_build that I silenced. 3. I made xlint happy. Letting travis run, I only tested x86_64 here.