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
|
Source: pyparallel
Section: python
XS-Python-Version: all
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), dh-python,
python-all:any, python3-all:any
Build-Depends-Indep: python-setuptools, python3-setuptools,
Standards-Version: 4.1.5
Package: python-parallel
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: pyparallel - module encapsulating access for the parallel port
This module capsulates the access for the parallel port. It provides
backends for standard Python running on Windows, Linux, BSD (possibly
any POSIX compliant system). The module named "parallel" automatically
selects the appropriate backend.
Package: python3-parallel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
XB-Python-Version: ${python3:Versions}
Description: pyparallel - module encapsulating access for the parallel port
This module capsulates the access for the parallel port. It provides
backends for standard Python running on Windows, Linux, BSD (possibly
any POSIX compliant system). The module named "parallel" automatically
selects the appropriate backend.
|