micropython/mip/mip/__init__.py: Implement install from gitlab.
Modify _rewrite_url() to allow mip install from gitlab: repository.
Signed-off-by: Olivier Lenoir [email protected]
Both pull requests are link to the same implementation of mip install from GitLab.
- https://github.com/micropython/micropython-lib/pull/816
- https://github.com/micropython/micropython/pull/13791
Signed-off-by: Olivier Lenoir [email protected]
https://github.com/micropython/micropython-lib/pull/816
Modify _rewrite_url() to allow mip install from gitlab: repository.
Signed-off-by: Olivier Lenoir [email protected]
https://github.com/micropython/micropython/pull/13791
mpremote: Implement mip install from GitLab.
tools/mpremote/README.md: Add mip install gitlab:org/repo@branch. Add example mpremote mip install gitlab:org/repo@branch.
tools/mpremote/mpremote/mip.py: Implement install from GitLab. Modify _rewrite_url() to allow mip install from gitlab: repository.
mpremote/mpremote/main.py: Add gitlab:org/repo, gitlab:org/repo@branch. Modify argparse_mip() for gitlab:org/repo, gitlab:org/repo@branch.
docs/reference/packages.rst: Mip install from GitLab. Describe how to mip install from GitLab.
docs/reference/mpremote.rst: Install package from GitLab. Install the package from the specified branch at org/repo on GitLab.
Signed-off-by: Olivier Lenoir [email protected]
@jimmo I think this PR is right. What's the next step, if any?
Thanks for the contribution! This looks good, and is now merged.
Rebased and merged in 57cbc3484060f646deb0f4f652abcca4732b3458