File: control

package info (click to toggle)
portio 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: javascript: 788; python: 93; sh: 63; makefile: 61
file content (28 lines) | stat: -rw-r--r-- 1,138 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
Source: portio
Section: net
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Luca Boccassi <bluca@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               dh-sequence-python3,
               python3,
               python3-all-dev,
               python3-setuptools
Vcs-Browser: https://salsa.debian.org/python-team/packages/portio
Vcs-Git: https://salsa.debian.org/python-team/packages/portio.git
Homepage: http://portio.inrim.it
Standards-Version: 4.7.0
Rules-Requires-Root: no

Package: python3-portio
Section: python
Architecture: linux-alpha linux-amd64 linux-i386 linux-ia64
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: PortIO, Python low level port I/O for Linux x86
 PortIO is a Python front end to the low level functions provided by
 the C library on Linux 386 platforms for the hardware input and output
 ports: outb, outw, outl, outsb, outsw, outsl, outb_p, outw_p, outl_p,
 inb, inw, inl, insb, insw, insl, inb_p, inw_p, inl_p, ioperm, iopl.