commit: 660919de09814e5a72fa3e99d232ed0295379567
Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Sun Feb 23 03:52:03 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 10 16:45:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660919de
net-misc/nyx: EAPI 7; add pypy3 support
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/nyx/nyx-2.1.0-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild
index a95caeb5ea5..39a256ecefe 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"