From: Jeffrey Lin Date: Sun, 23 Feb 2020 03:52:03 +0000 (-0500) Subject: net-misc/nyx: EAPI 7; add pypy3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=660919de09814e5a72fa3e99d232ed0295379567;p=gentoo.git net-misc/nyx: EAPI 7; add pypy3 support Signed-off-by: Jeffrey Lin Signed-off-by: Andreas Sturmlechner --- diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild index a95caeb5ea5f..39a256ecefe0 100644 --- a/net-misc/nyx/nyx-2.1.0-r1.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +EAPI=7 + +PYTHON_COMPAT=(python3_{6,7,8} pypy3) PYTHON_REQ_USE='sqlite(-)' +DISTUTILS_USE_SETUPTOOLS=rdepend -inherit vcs-snapshot distutils-r1 +inherit distutils-r1 DESCRIPTION="Utility to monitor real time Tor status information" HOMEPAGE="https://nyx.torproject.org" @@ -22,8 +24,6 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" net-libs/stem[${PYTHON_USEDEP}] net-vpn/tor"