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

index a895ccf4d91ca2112633543e04bdaf4f26264668..2c87e5a0f050ab4a91c0506db788eb0ab4cb7473 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy python{2_7,3_{5,6}} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
index 28d9ffa01f02a48f410aef0e365ba65aae844291..ca363ad084916858f730977e6720803da2bb0f16 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6} )
 inherit distutils-r1
 
 if [[ ${PV} = *9999* ]]; then