Skip to content

Commit

Permalink
net-misc/nyx: add Python 3.9, enable tests
Browse files Browse the repository at this point in the history
Thanks-to: Andrew Foster <gentoothings@liquid.me.uk>
Closes: #21184
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Jun 12, 2021
1 parent 4f447c3 commit 0a4405e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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

Expand All @@ -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

0 comments on commit 0a4405e

Please sign in to comment.