| Port details |
- py-mpremote Tool for interacting remotely with MicroPython devices
- 1.29.0 devel
=0 1.28.0Version of this port present on the latest quarterly branch. - Maintainer: rodrigo@FreeBSD.org
 - Port Added: 2026-01-18 14:06:06
- Last Update: 2026-09-02 14:10:13
- Commit Hash: 9c28d9ad
- License: MIT
- WWW:
- https://github.com/micropython/micropython
- Description:
- mpremote is a tool for interacting remotely with MicroPython devices
This CLI tool provides an integrated set of utilities to remotely
interact with and automate a MicroPython device over a serial connection.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mpremote>0:devel/py-mpremote@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-mpremote/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-mpremote
- pkg install py312-mpremote
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-mpremote listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-mpremote
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1788358035
SHA256 (mpremote-1.29.0.tar.gz) = ab0b6f21059698e573ca076fe9a0299e5fe7bbc3ca3f5b2f00007e22e51c7b80
SIZE (mpremote-1.29.0.tar.gz) = 33808
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatch-requirements-txt>0 : devel/py-hatch-requirements-txt@py312
- py312-hatch-vcs>=0 : devel/py-hatch-vcs@py312
- py312-hatchling>=0 : devel/py-hatchling@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-platformdirs>=0 : devel/py-platformdirs@py312
- py312-pyserial>=3.0 : comms/py-pyserial@py312
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-mpremote
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.29.0 02 Sep 2026 14:10:13
    |
Rodrigo Osorio (rodrigo)  |
devel/py-mpremote: update v1.28.0 -> v1.29.0
Changelog: https://github.com/micropython/micropython/releases/tag/v1.29.0
Major changes:
- fix length calculation in RemoteCommand for arrays
- add tests for array readinto and write
- add an alias for codeberg repos
- add PTY device detection for QEMU
- fix fs_stat exception with namedtuples
- fix instructions for running single test
- properly escape quotes for commands
- fix command expansion to handle =
- fix UnicodeEncodeError on Windows consoles
- convert string input to bytes in wr_bytes method
- tests: add -t device and skip functionality
- tests: use a shared ramdisk script across tests
- tests: add test for unicode fixes
- implement incremental preparation for romfs deploy |
1.28.0 01 May 2026 07:34:09
    |
Rodrigo Osorio (rodrigo)  |
devel/py-mpremote: update 1.27.0 -> 1.28.0
Changelog: https://github.com/micropython/micropython/releases/tag/v1.28.0 |
1.27.0 18 Jan 2026 13:57:10
    |
Rodrigo Osorio (rodrigo)  |
devel/py-mpremote: Add new port
mpremote is the MicroPython remote control
who provides an integrated set of utilities
to remotely interact with and automate a
MicroPython device over a serial connection. |
Number of commits found: 3
|