summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2023-02-27 15:23:09 +0300
committerSergey Popov <pinkbyte@gentoo.org>2023-02-27 15:24:38 +0300
commitb1cdff7c4240e348ea72ebee8c123714c37d33dd (patch)
tree64293fcbd48adb9ddb18b37e33ca682709d484d7 /net-news
parentnet-irc/hexchat: drop 2.16.1 (diff)
downloadgentoo-b1cdff7c4240e348ea72ebee8c123714c37d33dd.tar.gz
gentoo-b1cdff7c4240e348ea72ebee8c123714c37d33dd.tar.bz2
gentoo-b1cdff7c4240e348ea72ebee8c123714c37d33dd.zip
net-news/canto-{daemon,curses}: add Python 3.11 support
Reported-by: Michał Górny <mgorny@gentoo.org> Closes: https://bugs.gentoo.org/897138 Closes: https://bugs.gentoo.org/897140 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r--net-news/canto-curses/canto-curses-0.9.9.ebuild2
-rw-r--r--net-news/canto-daemon/canto-daemon-0.9.8.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild
index 54185b196972..d19be6fc05ba 100644
--- a/net-news/canto-curses/canto-curses-0.9.9.ebuild
+++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="ncurses(+),threads(+)"
inherit distutils-r1
diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
index 273aed1916ee..31c5019726ce 100644
--- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
+++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit distutils-r1