Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/
Date: Sun, 10 May 2020 16:46:15
Message-Id: 1589129159.660919de09814e5a72fa3e99d232ed0295379567.asturm@gentoo
1 commit: 660919de09814e5a72fa3e99d232ed0295379567
2 Author: Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
3 AuthorDate: Sun Feb 23 03:52:03 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:45:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=660919de
7
8 net-misc/nyx: EAPI 7; add pypy3 support
9
10 Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-misc/nyx/nyx-2.1.0-r1.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild
17 index a95caeb5ea5..39a256ecefe 100644
18 --- a/net-misc/nyx/nyx-2.1.0-r1.ebuild
19 +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild
20 @@ -1,11 +1,13 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 -PYTHON_COMPAT=(python{3_6,3_7,3_8})
26 +EAPI=7
27 +
28 +PYTHON_COMPAT=(python3_{6,7,8} pypy3)
29 PYTHON_REQ_USE='sqlite(-)'
30 +DISTUTILS_USE_SETUPTOOLS=rdepend
31
32 -inherit vcs-snapshot distutils-r1
33 +inherit distutils-r1
34
35 DESCRIPTION="Utility to monitor real time Tor status information"
36 HOMEPAGE="https://nyx.torproject.org"
37 @@ -22,8 +24,6 @@ SLOT="0"
38 IUSE="test"
39 RESTRICT="!test? ( test )"
40
41 -DEPEND="
42 - dev-python/setuptools[${PYTHON_USEDEP}]"
43 RDEPEND="
44 net-libs/stem[${PYTHON_USEDEP}]
45 net-vpn/tor"