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-curses/
Date: Fri, 10 Sep 2021 10:06:50
Message-Id: 1631268367.90fbb9d6ba75985d908a6014a99005da027a270f.pinkbyte@gentoo
1 commit: 90fbb9d6ba75985d908a6014a99005da027a270f
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 10:04:32 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 10:06:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90fbb9d6
7
8 net-news/canto-curses: add Python 3.9 support
9
10 Fix incorrect DISTUTILS_USE_SETUPTOOLS
11
12 Closes: https://bugs.gentoo.org/808061
13 Closes: https://bugs.gentoo.org/809455
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
16
17 net-news/canto-curses/canto-curses-0.9.9.ebuild | 7 ++++---
18 1 file changed, 4 insertions(+), 3 deletions(-)
19
20 diff --git a/net-news/canto-curses/canto-curses-0.9.9.ebuild b/net-news/canto-curses/canto-curses-0.9.9.ebuild
21 index 56cf49fe4a0..d84861c52fb 100644
22 --- a/net-news/canto-curses/canto-curses-0.9.9.ebuild
23 +++ b/net-news/canto-curses/canto-curses-0.9.9.ebuild
24 @@ -1,9 +1,10 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 -EAPI=7
30 +EAPI=8
31
32 -PYTHON_COMPAT=( python3_{7,8} )
33 +DISTUTILS_USE_SETUPTOOLS=no
34 +PYTHON_COMPAT=( python3_{8,9} )
35 PYTHON_REQ_USE="ncurses(+),threads(+)"
36 inherit distutils-r1 multilib