Compile py3 version of eopkg with nuitka compiler
ermo opened this issue · 3 comments
To enable easy updates and rescue of existing installs, @ReillyBrogan suggested that we attempt to build and distribute our python3 port of eopkg as a single binary compiled with nuitka, using the current system python3 package (3.10 as of this writing).
This issue is a tracker issue for that process, including describing how we plan to handle the situation where we have a system python3 update.
Related
We need to track all the python libs that eopkg uses and ensure that the eopkg package gets a relbump after every one of those is updated.
Note to self: eopkg rdb
failing with db type is dbm.gnu, but the module is not available
can be fixed by appending --include-module=dbm.gnu
when compiling with Nuitka.
Closing as completed -- the eopkg4-bin package has now been landed in -unstable.