diff options
author | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2023-01-14 13:51:19 +0100 |
commit | ed468028e725c9580a7b2ee02d6b7b9375f7a0b2 (patch) | |
tree | 3a39616d9a763db526cec9d2562da20ec1c456a8 /net-proxy | |
parent | sci-mathematics/form: bump to 4.3.0 (diff) | |
download | gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.gz gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.tar.bz2 gentoo-ed468028e725c9580a7b2ee02d6b7b9375f7a0b2.zip |
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/hatop/hatop-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/hatop/hatop-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/sshuttle/sshuttle-1.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-proxy/trojan/trojan-1.16.0-r2.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-proxy/hatop/hatop-0.8.1.ebuild b/net-proxy/hatop/hatop-0.8.1.ebuild index 15c530c52d75..9dc0452c3aa8 100644 --- a/net-proxy/hatop/hatop-0.8.1.ebuild +++ b/net-proxy/hatop/hatop-0.8.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/net-proxy/hatop/hatop-0.8.2.ebuild b/net-proxy/hatop/hatop-0.8.2.ebuild index 15c530c52d75..9dc0452c3aa8 100644 --- a/net-proxy/hatop/hatop-0.8.2.ebuild +++ b/net-proxy/hatop/hatop-0.8.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{9..10} ) PYTHON_REQ_USE="ncurses" inherit python-r1 diff --git a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild index 83a1c4540348..3371a844ea40 100644 --- a/net-proxy/sshuttle/sshuttle-1.1.1.ebuild +++ b/net-proxy/sshuttle/sshuttle-1.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SSHUTTLE_DOCS_VERSION=${PV} SSHUTTLE_DOCS_USEFLAG="+doc" DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 linux-info DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh" diff --git a/net-proxy/trojan/trojan-1.16.0-r2.ebuild b/net-proxy/trojan/trojan-1.16.0-r2.ebuild index e29b705e2620..a741316e0c58 100644 --- a/net-proxy/trojan/trojan-1.16.0-r2.ebuild +++ b/net-proxy/trojan/trojan-1.16.0-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISABLE_AUTOFORMATTING=1 FORCE_PRINT_ELOG=1 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{9..10} ) inherit cmake python-any-r1 systemd readme.gentoo-r1 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" |