Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/canto-daemon/, net-news/canto-curses/
Date: Mon, 27 Feb 2023 12:24:46
Message-Id: 1677500678.b1cdff7c4240e348ea72ebee8c123714c37d33dd.pinkbyte@gentoo
1 commit: b1cdff7c4240e348ea72ebee8c123714c37d33dd
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 12:23:09 2023 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 12:24:38 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cdff7c
7
8 net-news/canto-{daemon,curses}: add Python 3.11 support
9
10 Reported-by: Michał Górny <mgorny <AT> gentoo.org>
11 Closes: https://bugs.gentoo.org/897138
12 Closes: https://bugs.gentoo.org/897140
13 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
14
15 net-news/canto-curses/canto-curses-0.9.9.ebuild | 2 +-
16 net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild
20 index 54185b196972..d19be6fc05ba 100644
21 --- a/net-news/canto-curses/canto-curses-0.9.9.ebuild
22 +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild
23 @@ -4,7 +4,7 @@
24 EAPI=8
25
26 DISTUTILS_USE_PEP517=setuptools
27 -PYTHON_COMPAT=( python3_{9..10} )
28 +PYTHON_COMPAT=( python3_{9..11} )
29 PYTHON_REQ_USE="ncurses(+),threads(+)"
30 inherit distutils-r1
31
32
33 diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
34 index 273aed1916ee..31c5019726ce 100644
35 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
36 +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
37 @@ -4,7 +4,7 @@
38 EAPI=8
39
40 DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{9..10} )
42 +PYTHON_COMPAT=( python3_{9..11} )
43 PYTHON_REQ_USE="xml(+),threads(+)"
44 inherit distutils-r1