dev-python/transmissionrpc: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:18 +0000 (17:16 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:16:18 +0000 (17:16 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/transmissionrpc/transmissionrpc-0.11.ebuild
dev-python/transmissionrpc/transmissionrpc-9999.ebuild

index 3e54180ce156f0fe18957a2956315f2592c6ebfd..701b5f01f77e230679aa534db1f57ebf98bc6038 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index a4eb9f25c43d0d05fe8262bcac387323254d0c4e..3bf2ed6a3836aa9cb7585134f73e6e99494da245 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1