Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Sat, 12 Jun 2021 02:49:34
Message-Id: 1623466161.0a4405e25ab28fcf3703a509292ad1eda5452a44.sam@gentoo
1 commit: 0a4405e25ab28fcf3703a509292ad1eda5452a44
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 12 02:48:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 12 02:49:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4405e2
7
8 net-misc/nyx: add Python 3.9, enable tests
9
10 Thanks-to: Andrew Foster <gentoothings <AT> liquid.me.uk>
11 Closes: https://github.com/gentoo/gentoo/pull/21184
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-misc/nyx/nyx-2.1.0-r2.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild
18 index bdfe4377ba8..e3daaf75fa0 100644
19 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild
20 +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=(python3_{7,8} pypy3)
29 +PYTHON_COMPAT=(python3_{7,8,9} pypy3)
30 PYTHON_REQ_USE='ncurses,sqlite(-)'
31 DISTUTILS_USE_SETUPTOOLS=rdepend
32
33 @@ -21,9 +21,9 @@ fi
34
35 LICENSE="GPL-3"
36 SLOT="0"
37 -IUSE="test"
38 -RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 net-libs/stem[${PYTHON_USEDEP}]
42 net-vpn/tor"
43 +
44 +distutils_enable_tests unittest