dev-python/vobject: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 06:53:58 +0000 (07:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 07:08:14 +0000 (08:08 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/vobject/vobject-0.9.3.ebuild
dev-python/vobject/vobject-0.9.5.ebuild
dev-python/vobject/vobject-0.9.6.1-r1.ebuild

index 7af19ae8e97d6f3aa2cfcd472db71f302a2415b9..f3e4f04c98d228f7373804bb8fee1d98f185fdcd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 28a51a761a8e8f05988976260648059ad36fc8b7..5bb781693371ef64ce8d92d5166f43dbbeed758d 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 56fc20ec71410764ad6f4ca75eb74c83449d5257..1f5d43e37d48f4968143419443cbf17a4b1961f5 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1