Commit Graph

63 Commits

Author SHA1 Message Date
Valentin Niess
3f6ed9e6b2 Update Python version in README examples 2020-09-21 10:25:51 +02:00
Valentin Niess
ab79573f17 Actually release Python 3.9 2020-09-21 10:11:53 +02:00
Valentin Niess
5d50279305 Add Python 3.9 build on manylinux1 2020-09-21 10:03:16 +02:00
Valentin Niess
67d5b75751 Patch the install & which commands 2020-09-21 10:02:29 +02:00
Valentin Niess
3ce194736f Preserve include path name 2020-09-18 13:01:35 +02:00
Valentin
eda9cbcf47 Merge pull request #18 from anki-code/rever
Section "Projects using python-appimage"
2020-08-27 10:51:34 +02:00
anki-code
57c30146e7 remove rever instructions 2020-08-27 11:44:25 +03:00
Valentin Niess
5ccbbe52e5 Add run tests for sample apps 2020-08-12 14:47:17 +02:00
Valentin Niess
98d54580e0 Forward SSL cert to applications build 2020-08-12 14:12:39 +02:00
Valentin Niess
37d3bdd936 Bundle SSL_CERT_FILE if in env (e.g. on manylinux) 2020-08-10 11:18:55 +02:00
Valentin
66f3610e7d Merge pull request #22 from srevinsaju/help-ss
Automatically show python-appimage usage when no arguments are provided
2020-06-16 09:06:14 +02:00
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
Valentin
26061c47a6 Merge pull request #20 from anki-code/patch-1
typo fix
2020-05-18 09:53:01 +02:00
anki-code
e5e485995f typo fix 2020-05-17 19:54:54 +03:00
a
f1c0cef8c3 Merge branch 'master' of https://github.com/niess/python-appimage into rever 2020-05-06 15:45:02 +03:00
a
011c692ef6 rever 2020-05-06 15:19:34 +03:00
a
b7f8b1251d rever 2020-05-06 15:18:18 +03:00
Valentin Niess
70aaa05f4e Custom shebangs for applications entrypoint 2020-05-06 13:58:15 +02:00
a
30d4bb5652 rever 2020-05-06 14:54:02 +03: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
748bf76e02 Use xonsh script as entrypoint for Xonsh 2020-04-20 20:30:15 +02:00
Valentin Niess
8378957adf Relocate the Python wrapper as entrypoint 2020-04-20 18:18:38 +02:00
Valentin Niess
b7cd6d0b85 Isolate the tasmotizer app from the user space 2020-04-16 15:39:14 +02:00
Valentin Niess
a23543ecdd Change to weekly updates 2020-04-15 21:20:12 +02:00
Valentin Niess
5cf28eef19 Always prune shebangs (because of upgrades) 2020-04-15 17:33:56 +02:00
Valentin
f291e8e3e9 Expand the doc for developers 2020-04-13 17:24:33 +02:00
Valentin Niess
817c293c2a Daily AppImage build & update README 2020-04-07 23:26:23 +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
d58496c75c Patch a typo in the README 2020-04-07 01:15:47 +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
Valentin
58cfc1294a Merge pull request #1 from anki-code/master
Fix python version exception
2020-04-04 15:10:19 +02:00
anki-code
e9374ceaaa fix 2020-04-04 15:26:19 +03:00
Valentin Niess
58aaa5b7bb Patch the README examples 2020-04-04 01:15:24 +02: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
2c813fed06 Add tasmotizer app 2020-04-03 22:12:58 +02:00
Valentin Niess
7c9f412b1a Add Xonsh app & workflow 2020-04-03 21:58:12 +02:00
Valentin Niess
6d694001cd Add meta for scipy app 2020-04-03 01:19:29 +02:00