-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update package_command.dart * Bump http dep to 1.1.2 and other dependencies * Added `--mobile` and `--verbose` flags. More detailed output. Async everything. * Bump Flet dep to 0.15.0 * Bump serious_python version to 0.6.0 * Create _posixsubprocess.py * More mobile junk files: .a, .pdb, .pyd, .exe, .dll * Delete files with .h extension * Added to readme about `--mobile` and `--verbose` flags * Added --web arg to package for pyodide * FFI things moved to android package * Added extra packaging args * Added web platform to flet_example * Implemented dep-mappings and req-deps arguments * --find-links and --platform implemented * Changelogs updated * Cleanup. * Fix yaml * Use "=" in dep mappings * Fixed flet_example windows project * Use predefined TCP port on Windows to avoid firewall dialog
- Loading branch information
1 parent
0f7b5cb
commit 2702b50
Showing
46 changed files
with
782 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
pip commands: | ||
|
||
``` | ||
python -m pip install --upgrade --target 2 --no-index --find-links file:///path/to/index.html micropip --verbose | ||
``` | ||
|
||
`index.html` example: | ||
|
||
```html | ||
<a href="https://cdn.jsdelivr.net/pyodide/v0.24.1/full/micropip-0.5.0-py3-none-any.whl">micropip-0.5.0-py3-none-any.whl</a> | ||
<a href="https://cdn.jsdelivr.net/pyodide/v0.24.1/full/packaging-23.1-py3-none-any.whl">packaging-23.1-py3-none-any.whl</a> | ||
<a href="https://cdn.jsdelivr.net/pyodide/v0.24.1/full/numpy-1.25.2-cp311-cp311-emscripten_3_1_45_wasm32.whl">numpy-1.25.2-cp311-cp311-emscripten_3_1_45_wasm32.whl</a> | ||
``` |
Oops, something went wrong.