carlosperate / python-portable-macos

An attempt to make a portable version of Python for macOS to pack Python applications into self-contained executables
MIT License
8 stars 2 forks source link

python-portable-macos

Build Status

An attempt to make a portable version of Python for macOS in order to pack Python applications into self-contained executables.

Includes scripts to build Python and package it into a Mac Application Bundle.

Travis CI is used to build and package it, output files are temporary stored (only for two weeks) in the wonderful https://transfer.sh service. To download individual commits you need to find the unique transfer.sh URL at the end of the Travis build log:

$ cat output_urls.txt
https://transfer.sh/K3Hef/python3-only.zip
https://transfer.sh/4wYXQ/python3-only-reduced.zip
https://transfer.sh/xuxaL/mu-portable.zip
https://transfer.sh/LOoqY/Mu-Installer.dmg

The command "cat output_urls.txt" exited with 0.

Things to do/test