New review comment by eli-schwartz on void-packages repository https://github.com/void-linux/void-packages/pull/40385#discussion_r1017230252 Comment: This one is great. `python -v -m build` attempts to run poetry's undocumented `build.py` plugin, you cannot even get [https://github.com/pypa/build](https://github.com/pypa/build)'s --help text inside the pendulum repo. I've always been pretty meh about the use of `python -m` anything unless the goal is very specifically to inject $PWD into the python module search path, which granted you may sometimes want to do (pytest, specifically). `/usr/bin/pyproject-build` arguably works just as well.