From ced7b49435c6416bb304f380e139049071f704c7 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 20 Jun 2021 04:14:42 +0200 Subject: [PATCH] dev-python/portio: improve metadata Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/portio/metadata.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml index cfa4420f2b..c6d964af1c 100644 --- a/dev-python/portio/metadata.xml +++ b/dev-python/portio/metadata.xml @@ -1,8 +1,10 @@ - PortIO is a Python wrapper for the port I/O macros like outb, inb, etc. provided by the C library on Linux x86 platforms. Both python 2 and 3 are supported. This module is useful when a general pourpose port I/O at the low level is needed. Programmers that want to perform I/O on the parallel port at an higher level, will be better satisfied by the pyParallel module. A similar module Ioport has inspired the writing of PortIO. + + PortIO is a Python wrapper for the port I/O macros like outb, inb, etc. provided by the C library on Linux x86 platforms. Both python 2 and 3 are supported. This module is useful when a general pourpose port I/O at the low level is needed. Programmers that want to perform I/O on the parallel port at an higher level, will be better satisfied by the pyParallel module. A similar module Ioport has inspired the writing of PortIO. + mailto:f.pollastri@inrim.it http://portio.inrim.it/#changelog Fabrizio Pollastri