From 0a4405e25ab28fcf3703a509292ad1eda5452a44 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 12 Jun 2021 02:48:18 +0000 Subject: net-misc/nyx: add Python 3.9, enable tests Thanks-to: Andrew Foster Closes: https://github.com/gentoo/gentoo/pull/21184 Signed-off-by: Sam James --- net-misc/nyx/nyx-2.1.0-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-misc/nyx/nyx-2.1.0-r2.ebuild b/net-misc/nyx/nyx-2.1.0-r2.ebuild index bdfe4377ba80..e3daaf75fa08 100644 --- a/net-misc/nyx/nyx-2.1.0-r2.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{7,8} pypy3) +PYTHON_COMPAT=(python3_{7,8,9} pypy3) PYTHON_REQ_USE='ncurses,sqlite(-)' DISTUTILS_USE_SETUPTOOLS=rdepend @@ -21,9 +21,9 @@ fi LICENSE="GPL-3" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" net-libs/stem[${PYTHON_USEDEP}] net-vpn/tor" + +distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad