File: control

package info (click to toggle)
pyparallel 0.2.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 120 kB
  • sloc: python: 191; makefile: 58
file content (16 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: pyparallel
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python3-all:any
Build-Depends-Indep: python3-setuptools,
Standards-Version: 4.4.1

Package: python3-parallel
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
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.