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
|
Source: pyserial
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: python3, dh-python,
python-setuptools, python3-setuptools,
XS-Python-Version: all
Standards-Version: 4.1.5
Homepage: http://pyserial.sourceforge.net/
Package: python-serial
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-wxgtk3.0 | python-wxgtk
XB-Python-Version: ${python: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.
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.
|