net-p2p/torrentinfo: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:07:02 +0000 (13:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 11 Feb 2020 12:16:26 +0000 (13:16 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-p2p/torrentinfo/torrentinfo-1.8.6-r1.ebuild
net-p2p/torrentinfo/torrentinfo-1.8.6-r2.ebuild

index 0e50b76255ee86a08031542cfcaae901c092887c..21dd132484282c986f74910424d70ca92c0e7316 100644 (file)
@@ -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
 
index b7a80d84c665d04ada751f7ad314929a55cffdd6..fb96961121366d26092f10fd991ac24cba57d684 100644 (file)
@@ -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