diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:07:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-11 13:16:26 +0100 |
commit | 5bc3d552ddda983bc6cc64969a4a22d377acfa4f (patch) | |
tree | d8ff26c4fd07452ff3ca1ff6e5c53d77e208ed8c /net-p2p/torrentinfo | |
parent | net-misc/youtube-dl: Remove py2 (diff) | |
download | gentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.tar.gz gentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.tar.bz2 gentoo-5bc3d552ddda983bc6cc64969a4a22d377acfa4f.zip |
net-p2p/torrentinfo: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-p2p/torrentinfo')
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild index 0e50b76255ee..21dd13248428 100644 --- a/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild +++ b/net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit distutils-r1 diff --git a/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild b/net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild index b7a80d84c665..fb9696112136 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 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |