When building in docker on macOS, python builds with .exe extension because the case insensitive file system of macOS leaks into docker. This causes the build to result in a different output on macOS compared to Linux. We simply patch sysconfigdata to remove the extension. Some more info: https://bugs.python.org/issue27631
Source tarballs
-
Build locale files
contrib/make_locale -
Prepare python dependencies used by Electrum.
contrib/make_packages -
Create source tarball.
contrib/make_tgz