Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sgmllib3k/
Date: Tue, 17 May 2022 12:20:10
Message-Id: 1652789974.b0d2a1d8fb057cf6eaa5833015b09fe4a440475d.andrewammerlaan@gentoo
1 commit: b0d2a1d8fb057cf6eaa5833015b09fe4a440475d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 11:43:00 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 12:19:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d2a1d8
7
8 dev-python/sgmllib3k: enable py3.11
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild b/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild
16 index 4c3b8d3d0995..e33f72171977 100644
17 --- a/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild
18 +++ b/dev-python/sgmllib3k/sgmllib3k-1.0.0.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2020-2021 Gentoo Authors
21 +# Copyright 2020-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
28 inherit distutils-r1
29
30 DESCRIPTION="Py3k port of sgmllib"