Search Criteria
Package Details: mpremote 1.26.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mpremote.git (read-only, click to copy) |
|---|---|
| Package Base: | mpremote |
| Description: | This CLI tool provides an integrated set of utilities to remotely interact with and automate a MicroPython device over a serial connection |
| Upstream URL: | https://docs.micropython.org/en/latest/reference/mpremote.html |
| Licenses: | MIT |
| Submitter: | petrkr |
| Maintainer: | petrkr |
| Last Packager: | petrkr |
| Votes: | 1 |
| Popularity: | 0.009828 |
| First Submitted: | 2023-05-12 11:06 (UTC) |
| Last Updated: | 2025-11-17 17:43 (UTC) |
Dependencies (8)
- python-platformdirs
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-build (make)
- python-hatch-requirements-txt (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
Required by (1)
- micropython-git (optional)
Latest Comments
micwoj92 commented on 2025-11-17 18:33 (UTC)
Thanks, works now
petrkr commented on 2025-11-17 17:44 (UTC)
micwoj92> tested in podman base-devel image, I hope it is now all.
Added runtime dependency
micwoj92 commented on 2025-11-17 17:10 (UTC)
Thannks for quick fix. It seems to also need
python-platformdirsdependency.petrkr commented on 2025-11-12 22:41 (UTC)
Ok, so they told me I can download sources from PyPI by using URL. So I redone it by that way.
I hope that is better now
petrkr commented on 2025-11-12 21:42 (UTC) (edited on 2025-11-12 21:49 (UTC) by petrkr)
micwoj92>
Well it was done becase mpremote is littlebit specific.
It is part of micropython repository which is now 122MB big. If you think peoples will be happy with downloading 122MB repository and waste data transfer just because of 240kB tool mpremote to build it by "nicer way". Then I am not sure about that.
I do not know if is better to add git as build dependency and try something with "spare" clone or just make script, which will download files one-by-one from raw.github.
That is why it was done by pip way, also it is recommended way of install by mpremote documentation. There is not guaranteed that what I will build from git tag will be same as in pip repository, so communication with micropython developers would be harder because of possible different versions.
Maybe I can try to force micropython developers to split that tool to separate repository, but I do not think they will do it just because of me.
Let me think, what you think.
EDIT> I posted Issue about that to micropython repo https://github.com/micropython/micropython/issues/18410 So lets see what they will do
micwoj92 commented on 2025-11-12 16:33 (UTC)
Please don't download this using pip. switch to standard build: https://wiki.archlinux.org/title/Python_package_guidelines#Installation_methods