File: control

package info (click to toggle)
pyserial 3.5-1.1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 920 kB
  • sloc: python: 8,014; makefile: 107; sh: 32
file content (20 lines) | stat: -rw-r--r-- 754 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: pyserial
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: python3, dh-python,
  python3-setuptools,
Standards-Version: 4.6.0
Homepage: https://github.com/pyserial/pyserial

Package: python3-serial
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python3-wxgtk3.0 | python3-wxgtk
XB-Python-Version: ${python3:Versions}
Description: pyserial - module encapsulating access for the serial port
 This module encapsulates the access for the serial port. It provides
 back-ends for standard Python running on Windows, Linux, BSD (possibly
 any POSIX compliant system). The module named "serial" automatically
 selects the appropriate back-end.