diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-31 00:36:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-31 01:06:37 +0100 |
commit | d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a (patch) | |
tree | d0dbf038e99c25e5a3060c2ff646102555e6801e /net-misc | |
parent | profiles: Clean py2.7 leftovers (diff) | |
download | gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.gz gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.tar.bz2 gentoo-d8cbaa62dbf4abc31cc74d2cc12e3d0c7ac9b70a.zip |
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
50 files changed, 50 insertions, 50 deletions
diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild index d093e295fa63..bb0142733fa5 100644 --- a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit desktop python-single-r1 vcs-snapshot diff --git a/net-misc/dropbox-cli/dropbox-cli-2020.03.04.ebuild b/net-misc/dropbox-cli/dropbox-cli-2020.03.04.ebuild index 52ba5ba4bb1d..494529557a65 100644 --- a/net-misc/dropbox-cli/dropbox-cli-2020.03.04.ebuild +++ b/net-misc/dropbox-cli/dropbox-cli-2020.03.04.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit python-r1 bash-completion-r1 diff --git a/net-misc/econnman/econnman-1.1-r1.ebuild b/net-misc/econnman/econnman-1.1-r1.ebuild index e06b74d6f94b..6bf5c1d6b710 100644 --- a/net-misc/econnman/econnman-1.1-r1.ebuild +++ b/net-misc/econnman/econnman-1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{7..8} ) inherit python-single-r1 diff --git a/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild index 5af410c2a3d0..35dac74afdd3 100644 --- a/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild +++ b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE="ncurses?" diff --git a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild index bc888ddb453c..35a21c5d0046 100644 --- a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild +++ b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_7 ) PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 gnome2-utils xdg-utils diff --git a/net-misc/electrum/electrum-4.0.9-r1.ebuild b/net-misc/electrum/electrum-4.0.9-r1.ebuild index a48fd6c524dd..7e148205d9f7 100644 --- a/net-misc/electrum/electrum-4.0.9-r1.ebuild +++ b/net-misc/electrum/electrum-4.0.9-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{7..8} ) PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 xdg-utils diff --git a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild b/net-misc/exabgp/exabgp-4.2.11-r1.ebuild index e3f3362cd862..a61e484d1264 100644 --- a/net-misc/exabgp/exabgp-4.2.11-r1.ebuild +++ b/net-misc/exabgp/exabgp-4.2.11-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit tmpfiles systemd distutils-r1 diff --git a/net-misc/gsutil/gsutil-4.50.ebuild b/net-misc/gsutil/gsutil-4.50.ebuild index 99658a47144c..e7658e4d66b2 100644 --- a/net-misc/gsutil/gsutil-4.50.ebuild +++ b/net-misc/gsutil/gsutil-4.50.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/net-misc/httpie/httpie-2.2.0.ebuild b/net-misc/httpie/httpie-2.2.0.ebuild index bab02d0b537a..213ab2c2d83f 100644 --- a/net-misc/httpie/httpie-2.2.0.ebuild +++ b/net-misc/httpie/httpie-2.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE="ssl(+)" inherit bash-completion-r1 distutils-r1 diff --git a/net-misc/httpie/httpie-2.3.0.ebuild b/net-misc/httpie/httpie-2.3.0.ebuild index 0747450cda44..aa283a907f97 100644 --- a/net-misc/httpie/httpie-2.3.0.ebuild +++ b/net-misc/httpie/httpie-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) PYTHON_REQ_USE="ssl(+)" inherit bash-completion-r1 distutils-r1 diff --git a/net-misc/httpstat/httpstat-1.3.1.ebuild b/net-misc/httpstat/httpstat-1.3.1.ebuild index 975c753128f4..36a680823404 100644 --- a/net-misc/httpstat/httpstat-1.3.1.ebuild +++ b/net-misc/httpstat/httpstat-1.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 diff --git a/net-misc/networkmanager/networkmanager-1.22.10-r12.ebuild b/net-misc/networkmanager/networkmanager-1.22.10-r12.ebuild index 7fb85f509cd4..562789d7de90 100644 --- a/net-misc/networkmanager/networkmanager-1.22.10-r12.ebuild +++ b/net-misc/networkmanager/networkmanager-1.22.10-r12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit meson linux-info python-any-r1 systemd udev vala diff --git a/net-misc/networkmanager/networkmanager-1.26.0-r1.ebuild b/net-misc/networkmanager/networkmanager-1.26.0-r1.ebuild index 021a54dfe6ac..0ebe85558ff6 100644 --- a/net-misc/networkmanager/networkmanager-1.26.0-r1.ebuild +++ b/net-misc/networkmanager/networkmanager-1.26.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME_ORG_MODULE="NetworkManager" GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal diff --git a/net-misc/networkmanager/networkmanager-1.26.2-r1.ebuild b/net-misc/networkmanager/networkmanager-1.26.2-r1.ebuild index 3c513d596fc9..cfb43afbe2ec 100644 --- a/net-misc/networkmanager/networkmanager-1.26.2-r1.ebuild +++ b/net-misc/networkmanager/networkmanager-1.26.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME_ORG_MODULE="NetworkManager" GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal diff --git a/net-misc/networkmanager/networkmanager-1.26.4.ebuild b/net-misc/networkmanager/networkmanager-1.26.4.ebuild index 62dce0d9a17f..c3297962c4c4 100644 --- a/net-misc/networkmanager/networkmanager-1.26.4.ebuild +++ b/net-misc/networkmanager/networkmanager-1.26.4.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME_ORG_MODULE="NetworkManager" GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal diff --git a/net-misc/networkmanager/networkmanager-1.26.6.ebuild b/net-misc/networkmanager/networkmanager-1.26.6.ebuild index 97f5b8ad96b3..20430d588fff 100644 --- a/net-misc/networkmanager/networkmanager-1.26.6.ebuild +++ b/net-misc/networkmanager/networkmanager-1.26.6.ebuild @@ -5,7 +5,7 @@ EAPI=6 GNOME_ORG_MODULE="NetworkManager" GNOME2_LA_PUNT="yes" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal diff --git a/net-misc/networkmanager/networkmanager-1.28.0-r1.ebuild b/net-misc/networkmanager/networkmanager-1.28.0-r1.ebuild index f4c0c507020b..e904f84b7639 100644 --- a/net-misc/networkmanager/networkmanager-1.28.0-r1.ebuild +++ b/net-misc/networkmanager/networkmanager-1.28.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 GNOME_ORG_MODULE="NetworkManager" VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit bash-completion-r1 gnome2 linux-info multilib python-any-r1 systemd readme.gentoo-r1 vala virtualx udev multilib-minimal diff --git a/net-misc/ntpsec/ntpsec-1.1.9.ebuild b/net-misc/ntpsec/ntpsec-1.1.9.ebuild index 51381f4b16be..0f812f1ed853 100644 --- a/net-misc/ntpsec/ntpsec-1.1.9.ebuild +++ b/net-misc/ntpsec/ntpsec-1.1.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd diff --git a/net-misc/ntpsec/ntpsec-1.2.0.ebuild b/net-misc/ntpsec/ntpsec-1.2.0.ebuild index bc77d00d178c..a5193f995902 100644 --- a/net-misc/ntpsec/ntpsec-1.2.0.ebuild +++ b/net-misc/ntpsec/ntpsec-1.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild index 0692e84af87d..05e06f346200 100644 --- a/net-misc/ntpsec/ntpsec-9999.ebuild +++ b/net-misc/ntpsec/ntpsec-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='threads(+)' inherit flag-o-matic python-r1 waf-utils systemd diff --git a/net-misc/nyx/nyx-2.1.0-r1.ebuild b/net-misc/nyx/nyx-2.1.0-r1.ebuild index 39a256ecefe0..cfc8c7e5f17d 100644 --- a/net-misc/nyx/nyx-2.1.0-r1.ebuild +++ b/net-misc/nyx/nyx-2.1.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8} pypy3) +PYTHON_COMPAT=(python3_{7,8} pypy3) PYTHON_REQ_USE='sqlite(-)' DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/omniORB/omniORB-4.2.2.ebuild b/net-misc/omniORB/omniORB-4.2.2.ebuild index 63e319f12a9d..b6bc68e1003e 100644 --- a/net-misc/omniORB/omniORB-4.2.2.ebuild +++ b/net-misc/omniORB/omniORB-4.2.2.ebuild @@ -8,7 +8,7 @@ EAPI=7 # consistency we have to force it to use one that we specify. The # highest version the configure script will accept is python-3.3, but # that's on it's way out, so we prefer to stick with python-2.7 for now. -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit python-single-r1 diff --git a/net-misc/openvswitch/openvswitch-2.14.1.ebuild b/net-misc/openvswitch/openvswitch-2.14.1.ebuild index 95c36b7bd173..a0571b1e652a 100644 --- a/net-misc/openvswitch/openvswitch-2.14.1.ebuild +++ b/net-misc/openvswitch/openvswitch-2.14.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) inherit autotools eutils linux-info linux-mod python-r1 systemd diff --git a/net-misc/pssh/pssh-2.3.4-r1.ebuild b/net-misc/pssh/pssh-2.3.4-r1.ebuild index 08289ea07a0e..81921416658f 100644 --- a/net-misc/pssh/pssh-2.3.4-r1.ebuild +++ b/net-misc/pssh/pssh-2.3.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild index 74777d29cf6d..b52ffad2c0b4 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-0.6.0_pre20200114.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_7 ) inherit desktop distutils-r1 diff --git a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild index e40690d4ccb3..ab637abd14f1 100644 --- a/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild +++ b/net-misc/pulseaudio-dlna/pulseaudio-dlna-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.1.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.1.ebuild index e6d1d46e720b..3f2ee6193450 100644 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.1.ebuild +++ b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go command line client" diff --git a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild index e6d1d46e720b..3f2ee6193450 100644 --- a/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild +++ b/net-misc/pyhoca-cli/pyhoca-cli-0.6.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go command line client" diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild index 45f64acd9e49..3d05ef2fc367 100644 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild +++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go graphical client applet" diff --git a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild index 45f64acd9e49..3d05ef2fc367 100644 --- a/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild +++ b/net-misc/pyhoca-gui/pyhoca-gui-0.6.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go graphical client applet" diff --git a/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild index cc5735fd8b96..27dda838f0d4 100644 --- a/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild +++ b/net-misc/python-x2go/python-x2go-0.6.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go client-side Python API" diff --git a/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild index cc5735fd8b96..27dda838f0d4 100644 --- a/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild +++ b/net-misc/python-x2go/python-x2go-0.6.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go client-side Python API" diff --git a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild index cc5735fd8b96..27dda838f0d4 100644 --- a/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild +++ b/net-misc/python-x2go/python-x2go-0.6.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 DESCRIPTION="X2Go client-side Python API" diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.7.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.8.7.ebuild index b52690d167bc..2f06c6eafea2 100644 --- a/net-misc/rabbitmq-server/rabbitmq-server-3.8.7.ebuild +++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.7.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit python-any-r1 systemd user diff --git a/net-misc/s3cmd/s3cmd-2.1.0.ebuild b/net-misc/s3cmd/s3cmd-2.1.0.ebuild index cece3c9cb833..bbd643709898 100644 --- a/net-misc/s3cmd/s3cmd-2.1.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 python3_9 ) +PYTHON_COMPAT=( python3_7 python3_8 python3_9 ) PYTHON_REQ_USE="xml" inherit distutils-r1 diff --git a/net-misc/seafile/seafile-7.0.10.ebuild b/net-misc/seafile/seafile-7.0.10.ebuild index 5528c543809f..efe304b3e70d 100644 --- a/net-misc/seafile/seafile-7.0.10.ebuild +++ b/net-misc/seafile/seafile-7.0.10.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8,9}) +PYTHON_COMPAT=(python3_{7,8,9}) WANT_AUTOMAKE=1.16 diff --git a/net-misc/seafile/seafile-7.0.9.ebuild b/net-misc/seafile/seafile-7.0.9.ebuild index e5d55487b0ad..a2901735717d 100644 --- a/net-misc/seafile/seafile-7.0.9.ebuild +++ b/net-misc/seafile/seafile-7.0.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8,9}) +PYTHON_COMPAT=(python3_{7,8,9}) WANT_AUTOMAKE=1.16 diff --git a/net-misc/seafile/seafile-8.0.1.ebuild b/net-misc/seafile/seafile-8.0.1.ebuild index b64c19dc047b..a01c2209a3fa 100644 --- a/net-misc/seafile/seafile-8.0.1.ebuild +++ b/net-misc/seafile/seafile-8.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8,9}) +PYTHON_COMPAT=(python3_{7,8,9}) WANT_AUTOMAKE=1.16 diff --git a/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.1.ebuild b/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.1.ebuild index 4c83798814c5..af6855fba1a4 100644 --- a/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.1.ebuild +++ b/net-misc/socket-burst-dampener/socket-burst-dampener-1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild b/net-misc/streamlink/streamlink-1.3.1-r1.ebuild index e1b66ef0065e..966e93d0e0a0 100644 --- a/net-misc/streamlink/streamlink-1.3.1-r1.ebuild +++ b/net-misc/streamlink/streamlink-1.3.1-r1.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/streamlink/streamlink-2.0.0.ebuild b/net-misc/streamlink/streamlink-2.0.0.ebuild index 43cd8b5f34a6..0e7bde597406 100644 --- a/net-misc/streamlink/streamlink-2.0.0.ebuild +++ b/net-misc/streamlink/streamlink-2.0.0.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/streamlink/streamlink-9999.ebuild b/net-misc/streamlink/streamlink-9999.ebuild index 43cd8b5f34a6..0e7bde597406 100644 --- a/net-misc/streamlink/streamlink-9999.ebuild +++ b/net-misc/streamlink/streamlink-9999.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) PYTHON_REQ_USE='xml(+),threads(+)' DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/wget/wget-1.20.3-r3.ebuild b/net-misc/wget/wget-1.20.3-r3.ebuild index 13b6b24cb0d6..051abe808c93 100644 --- a/net-misc/wget/wget-1.20.3-r3.ebuild +++ b/net-misc/wget/wget-1.20.3-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/net-misc/wget/wget-1.21-r1.ebuild b/net-misc/wget/wget-1.21-r1.ebuild index c8a19550b708..0c99c801bfd6 100644 --- a/net-misc/wget/wget-1.21-r1.ebuild +++ b/net-misc/wget/wget-1.21-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/net-misc/wget/wget-1.21.1.ebuild b/net-misc/wget/wget-1.21.1.ebuild index ffe8a73aa719..52e3021d7e8b 100644 --- a/net-misc/wget/wget-1.21.1.ebuild +++ b/net-misc/wget/wget-1.21.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit flag-o-matic python-any-r1 toolchain-funcs diff --git a/net-misc/you-get/you-get-0.4.1432.ebuild b/net-misc/you-get/you-get-0.4.1432.ebuild index 7ec315792057..b45976499dfc 100644 --- a/net-misc/you-get/you-get-0.4.1432.ebuild +++ b/net-misc/you-get/you-get-0.4.1432.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python{3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_7,3_8}) DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 diff --git a/net-misc/you-get/you-get-0.4.1500.ebuild b/net-misc/you-get/you-get-0.4.1500.ebuild index c0c07d814b2e..ed354ce45d2b 100644 --- a/net-misc/you-get/you-get-0.4.1500.ebuild +++ b/net-misc/you-get/you-get-0.4.1500.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8,9}) +PYTHON_COMPAT=(python3_{7,8,9}) DISTUTILS_USE_SETUPTOOLS=rdepend inherit eutils distutils-r1 diff --git a/net-misc/youtube-dl/youtube-dl-2021.01.16.ebuild b/net-misc/youtube-dl/youtube-dl-2021.01.16.ebuild index 532cbacccf05..d787a3f3be53 100644 --- a/net-misc/youtube-dl/youtube-dl-2021.01.16.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2021.01.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{7..9}) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/youtube-dl/youtube-dl-2021.01.24.1.ebuild b/net-misc/youtube-dl/youtube-dl-2021.01.24.1.ebuild index 9d465c616942..9b024e43dbba 100644 --- a/net-misc/youtube-dl/youtube-dl-2021.01.24.1.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2021.01.24.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{7..9}) DISTUTILS_USE_SETUPTOOLS=rdepend diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild index 5c8d50fa92c2..718c04ca9f29 100644 --- a/net-misc/youtube-dl/youtube-dl-9999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{6..9}) +PYTHON_COMPAT=(python3_{7..9}) DISTUTILS_USE_SETUPTOOLS=rdepend |