[gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/

2022-05-29 Thread Alessandro Barbieri
commit: e46d16752f677a703d0f460fc11b7cb8af69b608
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:42:12 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:50 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46d1675

dev-python/portio: EAPI 8

Closes: https://bugs.gentoo.org/848243
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/portio/{portio-0.5.ebuild => portio-0.5-r1.ebuild} | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/portio/portio-0.5.ebuild 
b/dev-python/portio/portio-0.5-r1.ebuild
similarity index 84%
rename from dev-python/portio/portio-0.5.ebuild
rename to dev-python/portio/portio-0.5-r1.ebuild
index de8f8e6a7..d0ecaaa60 100644
--- a/dev-python/portio/portio-0.5.ebuild
+++ b/dev-python/portio/portio-0.5-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Python low level port I/O for Linux x86"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/

2021-06-19 Thread Alessandro Barbieri
commit: ced7b49435c6416bb304f380e139049071f704c7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun 20 02:14:42 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Jun 20 02:23:44 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ced7b494

dev-python/portio: improve metadata

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 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 cfa4420f2..c6d964af1 100644
--- a/dev-python/portio/metadata.xml
+++ b/dev-python/portio/metadata.xml
@@ -1,8 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   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.pollas...@inrim.it
http://portio.inrim.it/#changelog

Fabrizio Pollastri



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/

2021-04-27 Thread Theo Anderson
commit: 4864ed4b81ad84f3b864fbae046315be316b5757
Author: Theo Anderson  posteo  de>
AuthorDate: Wed Apr 28 02:03:08 2021 +
Commit: Theo Anderson  posteo  de>
CommitDate: Wed Apr 28 02:03:08 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4864ed4b

dev-python/portio: fix link with lld

Closes: https://bugs.gentoo.org/785787
Signed-off-by: Theo Anderson  posteo.de>

 dev-python/portio/portio-0.5.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-python/portio/portio-0.5.ebuild 
b/dev-python/portio/portio-0.5.ebuild
index 583a66e48..e65ca345c 100644
--- a/dev-python/portio/portio-0.5.ebuild
+++ b/dev-python/portio/portio-0.5.ebuild
@@ -18,3 +18,11 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DOCS=( index.rst )
+
+src_prepare() {
+   sed -e '/include_dirs/d' \
+   -e '/library_dirs/d' \
+   -i setup.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/portio/

2021-04-04 Thread Alessandro Barbieri
commit: af188d129027656919c24a6d89dec8eeb13afb07
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Apr  4 21:21:49 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Apr  4 21:53:27 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af188d12

dev-python/portio: new package

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/portio/Manifest  |  1 +
 dev-python/portio/metadata.xml  | 13 +
 dev-python/portio/portio-0.5.ebuild | 20 
 3 files changed, 34 insertions(+)

diff --git a/dev-python/portio/Manifest b/dev-python/portio/Manifest
new file mode 100644
index 0..92971e787
--- /dev/null
+++ b/dev-python/portio/Manifest
@@ -0,0 +1 @@
+DIST portio-0.5.tar.gz 134136 BLAKE2B 
a330caad064beb05ec7bb313f1f381c3fd5000a7b7d7f1f90ebe4a1a1767cbfe0e9441c368f053121322a35f342c69c6b4232be1773efd23f90bbc071d6858a9
 SHA512 
363a81d2c98cd0c0113a9d37082b7f017517239a02dbb0077922f3a32b918a92a7d9526cdf7a31d1ab80883ad4746bc86b49ea92eae7cc0d20f703a5f8eda777

diff --git a/dev-python/portio/metadata.xml b/dev-python/portio/metadata.xml
new file mode 100644
index 0..cfa4420f2
--- /dev/null
+++ b/dev-python/portio/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   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.
+   
+   http://portio.inrim.it/#changelog
+   
+   Fabrizio Pollastri
+   f.pollas...@inrim.it
+   
+   portio
+   
+

diff --git a/dev-python/portio/portio-0.5.ebuild 
b/dev-python/portio/portio-0.5.ebuild
new file mode 100644
index 0..583a66e48
--- /dev/null
+++ b/dev-python/portio/portio-0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python low level port I/O for Linux x86"
+HOMEPAGE="
+   http://portio.inrim.it
+   https://pypi.org/project/portio
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( index.rst )