File: control

package info (click to toggle)
python-mbed-ls 1.6.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 576 kB
  • sloc: python: 2,784; makefile: 32; sh: 14
file content (68 lines) | stat: -rw-r--r-- 1,781 bytes parent folder | download
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
Source: python-mbed-ls
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 doxygen,
 pandoc,
 python3-all,
 python3-appdirs,
 python3-colorlog,
 python3-fasteners,
 python3-mock,
 python3-prettytable,
 python3-pytest,
 python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/ARMmbed/mbed-ls
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mbed-ls
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mbed-ls.git
Rules-Requires-Root: no

Package: python3-mbed-ls
Architecture: all
Depends:
 python3-colorlog,
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-mbed-ls-doc,
Description: module listing mbed-enabled devices connected to host (Python 3)
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains the module for Python 3 and the mbedls utility.

Package: python-mbed-ls-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 libjs-jquery,
 ${misc:Depends},
Enhances: python3-mbed-ls
Breaks: python3-mbed-ls-doc
Replaces: python3-mbed-ls-doc
Description: mbed-ls library documentation
 This module detects and lists "Mbed Enabled" devices connected to the
 host computer.
 .
 mbedls provides the following information for all connected boards using
 console (terminal) output:
 .
  -  Mbed OS platform name
  -  mount point (MSD or disk)
  -  serial port
 .
 This package contains library documentation.