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, 29 May 2022 21:05:01
Message-Id: 1653858290.e46d16752f677a703d0f460fc11b7cb8af69b608.Alessandro-Barbieri@gentoo
1 commit: e46d16752f677a703d0f460fc11b7cb8af69b608
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 29 20:42:12 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun May 29 21:04:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e46d1675
7
8 dev-python/portio: EAPI 8
9
10 Closes: https://bugs.gentoo.org/848243
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/portio/{portio-0.5.ebuild => portio-0.5-r1.ebuild} | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/portio/portio-0.5.ebuild b/dev-python/portio/portio-0.5-r1.ebuild
17 similarity index 84%
18 rename from dev-python/portio/portio-0.5.ebuild
19 rename to dev-python/portio/portio-0.5-r1.ebuild
20 index de8f8e6a7..d0ecaaa60 100644
21 --- a/dev-python/portio/portio-0.5.ebuild
22 +++ b/dev-python/portio/portio-0.5-r1.ebuild
23 @@ -1,9 +1,11 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=7
29 +EAPI=8
30 +
31 DISTUTILS_USE_SETUPTOOLS=no
32 -PYTHON_COMPAT=( python3_{8,9} pypy3 )
33 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
34 +
35 inherit distutils-r1
36
37 DESCRIPTION="Python low level port I/O for Linux x86"