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
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
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
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
0e2f47f0a9
Patch workflow triggers
2020-03-29 23:20:03 +02:00
Valentin Niess
2f676f964b
Add entry point & check for Linux
2020-03-29 23:15:06 +02:00
Valentin Niess
57de71538e
Add setup.py & wheel upload to PyPI
2020-03-29 22:35:03 +02:00
Valentin Niess
f8a4c10644
Clean the package layout
2020-03-29 16:07:53 +02:00
Valentin Niess
f18d9d5537
Remove Python 3.4
2020-03-29 12:17:12 +02:00
Valentin Niess
a14c362f9a
Force workflow reset (restore)
2020-03-29 12:13:11 +02:00