python-appimage icon indicating copy to clipboard operation
python-appimage copied to clipboard

Cache Python AppImage when building Apps

Open niess opened this issue 4 years ago • 4 comments

Add a caching of base Python AppImages when building Apps. In order to avoid downloading from GitHub each time.

niess avatar Apr 21 '20 09:04 niess

@srevinsaju I added the possibility to install from a downloaded Python AppImage with the -b option. For example:

python-appimage build app /path/to/guiscrcpy/appimage \
                          -b python3.8.2-cp38-cp38-manylinux1_x86_64.AppImage

The base Python AppImage must be executable.

Adding your feature request would require a bit more work. I keep it here as an issue for the record.

niess avatar Apr 21 '20 09:04 niess

@niess, is this functionality already added to master ?

srevinsaju avatar Apr 21 '20 16:04 srevinsaju

@srevinsaju sorry, I didn't see your message up to now. The caching is not yet implemented. This issue is just a reminder. However, the option to build from an existing PythonAppimage, available on disk, has been implemented and is available in the latest release.

niess avatar Apr 27 '20 11:04 niess

thanks

srevinsaju avatar Apr 27 '20 11:04 srevinsaju