Right now build is just a stub that calls out to python code.
This is rather unfortunate, since it requires the user have a python3 executable available on their system.
Even worse, the Python scripts have external dependencies (outside of the stdlib):
There is an implicit advantage of this is of course that there are much fewer build-dependencies :)