Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
Date: Sat, 21 Aug 2021 13:29:19
Message-Id: 1629552545.26422c74925f5fd932620a5dde9ac8312e823661.arthurzam@gentoo
1 commit: 26422c74925f5fd932620a5dde9ac8312e823661
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 13:26:52 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 13:29:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26422c74
7
8 net-proxy/sshuttle: enable py3.10, sort deps
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-proxy/sshuttle/sshuttle-1.0.5.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/net-proxy/sshuttle/sshuttle-1.0.5.ebuild b/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
16 index 06ad52f2a3b..dd71ee73679 100644
17 --- a/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
18 +++ b/net-proxy/sshuttle/sshuttle-1.0.5.ebuild
19 @@ -2,9 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=7
23 -DISTUTILS_USE_SETUPTOOLS=rdepend
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25
26 +PYTHON_COMPAT=( python3_{8..10} )
27 inherit distutils-r1 linux-info
28
29 DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
30 @@ -16,8 +15,8 @@ SLOT="0"
31 KEYWORDS="amd64 x86"
32
33 BDEPEND="
34 - dev-python/sphinx
35 dev-python/setuptools_scm[${PYTHON_USEDEP}]
36 + dev-python/sphinx
37 test? (
38 dev-python/mock[${PYTHON_USEDEP}]
39 )