New comment by ashpooljh on void-packages repository https://github.com/void-linux/void-packages/pull/26398#issuecomment-730727935 Comment: Sorry, I haven't yet found a way to make this work. There's no `Makefile` bundled with the Python module on PyPI. Things we can try: - change the upstream to GitHub and build it using the `gnu-makefile` style, not `python3-module`, and use `make test` for checking, or - figure out why `python3-module`-style `do_check()` fails and patch the package to pass it. For now, I added the `checkdepends` to fix the warnings, but the check phase remains broken. For anyone who'd like to try to fix it, I'll paste the full output of this phase below. Notice the deprecation warning in the beginning.