Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/srt/
Date: Mon, 27 Feb 2023 18:04:34
Message-Id: 1677510812.375627f1252125b526dae23092ef634067f60867.ceamac@gentoo
1 commit: 375627f1252125b526dae23092ef634067f60867
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 14:48:32 2023 +0000
4 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 15:13:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=375627f1
7
8 dev-python/srt: enable py3.11
9
10 Closes: https://bugs.gentoo.org/897580
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/srt/srt-3.5.0.ebuild | 2 +-
14 dev-python/srt/srt-3.5.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/srt/srt-3.5.0.ebuild b/dev-python/srt/srt-3.5.0.ebuild
18 index b6159b07a..fec4f075e 100644
19 --- a/dev-python/srt/srt-3.5.0.ebuild
20 +++ b/dev-python/srt/srt-3.5.0.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=8
24
25 -PYTHON_COMPAT=( python3_{8..9} )
26 +PYTHON_COMPAT=( python3_{9..11} )
27
28 inherit distutils-r1
29
30
31 diff --git a/dev-python/srt/srt-3.5.1.ebuild b/dev-python/srt/srt-3.5.1.ebuild
32 index e484b2fa6..26842f6b7 100644
33 --- a/dev-python/srt/srt-3.5.1.ebuild
34 +++ b/dev-python/srt/srt-3.5.1.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=8
38
39 -PYTHON_COMPAT=( python3_{8..10} )
40 +PYTHON_COMPAT=( python3_{8..11} )
41
42 inherit distutils-r1