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

index dfcc0c76b5e6601a3b01eb0eb03e2f99dc5b8829..833a2ac69d31053930e5048dbd0540cff492378a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1
 
index bfe1abf058cf79932938809306a0d9864cf3fed9..a926a96bc7eb01cc82d3ef7a1fa51a727d5a1e32 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1