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-p2p | |
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-p2p')
-rw-r--r-- | net-p2p/airdcpp-webclient/airdcpp-webclient-2.10.1.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.4.1_p20160925-r2.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r4.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r5.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r6.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r7.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-2.0.3-r8.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/deluge/deluge-9999.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.10.1.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.10.1.ebuild index 1f5aa45d38d6..dfa2189d0c04 100644 --- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.10.1.ebuild +++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.10.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..9} ) inherit cmake python-any-r1 systemd diff --git a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0.ebuild b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0.ebuild index 3676756cac0d..cf91554dcbcf 100644 --- a/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0.ebuild +++ b/net-p2p/airdcpp-webclient/airdcpp-webclient-2.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6..9} ) +PYTHON_COMPAT=( pypy3 python3_{7..9} ) inherit cmake python-any-r1 systemd diff --git a/net-p2p/bittornado/bittornado-0.4.1_p20160925-r2.ebuild b/net-p2p/bittornado/bittornado-0.4.1_p20160925-r2.ebuild index 06c3058b021a..51cf763260b9 100644 --- a/net-p2p/bittornado/bittornado-0.4.1_p20160925-r2.ebuild +++ b/net-p2p/bittornado/bittornado-0.4.1_p20160925-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +PYTHON_COMPAT=( python3_7 python3_8 ) inherit distutils-r1 diff --git a/net-p2p/deluge/deluge-2.0.3-r4.ebuild b/net-p2p/deluge/deluge-2.0.3-r4.ebuild index cf9714d16182..406971d68760 100644 --- a/net-p2p/deluge/deluge-2.0.3-r4.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_7 ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-2.0.3-r5.ebuild b/net-p2p/deluge/deluge-2.0.3-r5.ebuild index 6faac8588ac6..8e7046e42032 100644 --- a/net-p2p/deluge/deluge-2.0.3-r5.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r5.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-2.0.3-r6.ebuild b/net-p2p/deluge/deluge-2.0.3-r6.ebuild index dae306a6061b..7136c7628147 100644 --- a/net-p2p/deluge/deluge-2.0.3-r6.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r6.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-2.0.3-r7.ebuild b/net-p2p/deluge/deluge-2.0.3-r7.ebuild index 2caebb8c9d1d..66ea7d7b94fb 100644 --- a/net-p2p/deluge/deluge-2.0.3-r7.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r7.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-2.0.3-r8.ebuild b/net-p2p/deluge/deluge-2.0.3-r8.ebuild index 919ceb56847d..22abae5c7091 100644 --- a/net-p2p/deluge/deluge-2.0.3-r8.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r8.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 2caebb8c9d1d..66ea7d7b94fb 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild index 7c4fc84190c9..3b5ca0b936e6 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) +PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) # The package uses distutils DISTUTILS_USE_SETUPTOOLS=no |