1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: firmware-microbit-micropython
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
dh-python,
gcc-arm-none-eabi,
libnewlib-arm-none-eabi,
libssl-dev,
libstdc++-arm-none-eabi-newlib,
ninja-build,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
srecord,
yotta,
Standards-Version: 4.6.2
Homepage: https://github.com/bbcmicrobit/micropython
Vcs-Browser: https://salsa.debian.org/python-team/packages/firmware-microbit-micropython
Vcs-Git: https://salsa.debian.org/python-team/packages/firmware-microbit-micropython.git
Rules-Requires-Root: no
Package: firmware-microbit-micropython
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Suggests:
firmware-microbit-micropython-doc,
picocom | screen,
Enhances:
mu-editor,
python3-uflash,
Conflicts:
firmware-microbit-micropython-dl,
Description: MicroPython runtime for the BBC micro:bit
This package provides a binary firmware file for the BBC micro:bit
small board computer (SBC), containing the MicroPython runtime.
.
It is suggested that a dedicated flashing tool (e.g. uflash) is used to
upload the firmware and Python scripts to the micro:bit device.
.
The uflash utility (package: python3-uflash) uses the MicroPython runtime
provided in this package as the default firmware to flash to the micro:bit.
.
This package contains the MicroPython runtime for the BBC micro:bit
Package: firmware-microbit-micropython-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
www-browser,
Description: MicroPython runtime for the BBC micro:bit (documentation)
This package provides a binary firmware file for the BBC micro:bit
small board computer (SBC), containing the MicroPython runtime.
.
It is suggested that a dedicated flashing tool (e.g. uflash) is used to
upload the firmware and Python scripts to the micro:bit device.
.
The uflash utility (package: python3-uflash) uses the MicroPython runtime
provided in this package as the default firmware to flash to the micro:bit.
.
This package contains documentation for MicroPython on the BBC micro:bit
|