New issue by michalszmidt on void-packages repository https://github.com/void-linux/void-packages/issues/47982 Description: ### Package name python3-nuitka ### Package homepage https://github.com/Nuitka/Nuitka ### Description [Nuitka](http://nuitka.net/pages/overview.html) does Ahead Of Time (AOT) compilation of your python project to C. Thus it allows to create real executable. It slowly being adopted in some apps. Like here, see [source/Makefile](https://gitlab.com/zehkira/monophony/-/blob/master/source/Makefile?ref_type=heads) in https://gitlab.com/zehkira/monophony So If I would like to package monophony for void I am unable to do so. Possible other benefits would be to repackage some popular python "executables" that we already have in void. (And make them default?) We could also add build style python3-nuitka to void build system. **Current blockers:** - python3.12 support in nuitka (or lack of distinguished python 3.11 build style) ### Does the requested package meet the package requirements? Required ### Is the requested package released? Yes