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
|
Source: portio
Section: net
Priority: optional
Maintainer: Luca Boccassi <bluca@debian.org>
Build-Depends: debhelper (>= 10~),
dh-python,
python3,
python3-dev,
python3-setuptools
Vcs-Browser: https://salsa.debian.org/debian/portio.git
Vcs-Git: https://salsa.debian.org/debian/portio.git
Standards-Version: 4.2.1
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.
|