Commit Graph

31 Commits

Author SHA1 Message Date
Srevin Saju
ac65e882ee Display the usage of subcommands if *.execute() does not exist
python-appimage build previously raised a AttributeError: module 'python_appimage.commands.build' has no attribute 'execute'. This makes users think that its a bug in the program. It would be more intuitive if help / usage is shown instead of AttributeError
2020-06-14 14:35:37 +03:00
Srevin Saju
9088e7fc84 Automatically show python-appimage usage when no arguments are provided
Fixes #21
2020-06-14 11:31:41 +03:00
Valentin Niess
0dcfd10c4b Export ARCH when building the AppImage 2020-05-19 23:04:56 +02:00
anki-code
e5e485995f typo fix 2020-05-17 19:54:54 +03:00
Valentin Niess
70aaa05f4e Custom shebangs for applications entrypoint 2020-05-06 13:58:15 +02:00
Valentin Niess
07adf65f99 Patch TCl/Tk exports for apps 2020-05-06 13:49:16 +02:00
Valentin Niess
5552c1f7cb Patch TCl/Tk export 2020-05-05 11:07:06 +02:00
Valentin Niess
d48e582472 Option for building apps from a base image on disk 2020-04-21 11:34:48 +02:00
Valentin Niess
b9d55dbc68 Allow git+url requirements for apps 2020-04-21 09:43:02 +02:00
Valentin Niess
fc4662bd93 Patching the default exec name for python images 2020-04-20 20:52:56 +02:00
Valentin Niess
8378957adf Relocate the Python wrapper as entrypoint 2020-04-20 18:18:38 +02:00
Valentin Niess
5cf28eef19 Always prune shebangs (because of upgrades) 2020-04-15 17:33:56 +02:00
Valentin Niess
eac9a7ae91 Improve sync of usr/bin and opt/pythonX.Y/bin 2020-04-07 22:18:45 +02:00
Valentin Niess
34b1aad8f7 Bundle pip in the base Python AppImages 2020-04-07 01:05:56 +02:00
Valentin Niess
7a02dd539e Forward installed scripts to us/bin (& uninstall) 2020-04-06 23:57:48 +02:00
Valentin Niess
27ad66b8af Secure the shebang patcher against binaries 2020-04-05 00:00:06 +02:00
Valentin Niess
15a34b71ab Add a shebang patcher to site hooks 2020-04-04 23:41:21 +02:00
Valentin Niess
44f9af2cd9 Update appstream meta & disable checks 2020-04-04 17:03:47 +02:00
Valentin Niess
ab31e81f95 Add generic symlinks to latest python version 2020-04-04 15:56:04 +02:00
anki-code
e9374ceaaa fix 2020-04-04 15:26:19 +03:00
Valentin Niess
95d8a03eb8 Patch 3.5 compat in json package 2020-04-04 01:02:31 +02:00
Valentin Niess
8c5bdaf5b7 Catch Python 2.7 deprecation warning 2020-04-04 00:48:39 +02:00
Valentin Niess
999fcf8083 Clean the CLI, applications workflow & README 2020-04-03 23:58:30 +02:00
Valentin Niess
f23a2dc25f Add an app builder 2020-04-03 01:17:34 +02:00
Valentin Niess
83ee9e5f0c Relocate local and manylinux under a build command 2020-04-01 00:55:37 +02:00
Valentin Niess
7cdb1fb646 Add a which command for locating binary deps 2020-03-30 01:23:09 +02:00
Valentin Niess
4eb7011425 Add install command & reorganize 2020-03-30 00:48:53 +02:00
Valentin Niess
ca80dd8452 Relocate patchelf & appimagetool 2020-03-29 23:46:37 +02:00
Valentin Niess
2f676f964b Add entry point & check for Linux 2020-03-29 23:15:06 +02:00
Valentin Niess
f8a4c10644 Clean the package layout 2020-03-29 16:07:53 +02:00
Valentin Niess
dc3acadb9a Initial commit 2020-03-29 11:59:23 +02:00