Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/
Date: Sun, 20 Jun 2021 02:23:49
Message-Id: 1624155824.ced7b49435c6416bb304f380e139049071f704c7.Alessandro-Barbieri@gentoo
1 commit: ced7b49435c6416bb304f380e139049071f704c7
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 20 02:14:42 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Jun 20 02:23:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced7b494
7
8 dev-python/portio: improve metadata
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/portio/metadata.xml | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml
17 index cfa4420f2..c6d964af1 100644
18 --- a/dev-python/portio/metadata.xml
19 +++ b/dev-python/portio/metadata.xml
20 @@ -1,8 +1,10 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <longdescription>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.</longdescription>
25 + <!-- maintainer-needed -->
26 + <longdescription lang="en">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.</longdescription>
27 <upstream>
28 + <bugs-to>mailto:f.pollastri@×××××.it</bugs-to>
29 <changelog>http://portio.inrim.it/#changelog</changelog>
30 <maintainer>
31 <name>Fabrizio Pollastri</name>