Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/
Date: Sun, 06 Nov 2022 18:26:01
Message-Id: 1667759150.537d1bd134263a2b433607b759b379d23f2be0db.mattst88@gentoo
1 commit: 537d1bd134263a2b433607b759b379d23f2be0db
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 18:25:07 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 18:25:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=537d1bd1
7
8 net-libs/libpsl: Add Python 3.11 compatibility
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/libpsl/libpsl-0.21.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
16 index 84d2fc762666..59acf63ddf81 100644
17 --- a/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
18 +++ b/net-libs/libpsl/libpsl-0.21.1-r1.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{8..10} )
27 +PYTHON_COMPAT=( python3_{8..11} )
28 inherit flag-o-matic multilib-minimal python-any-r1
29
30 DESCRIPTION="C library for the Public Suffix List"