dev-python/selenium: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:45:54 +0000 (06:45 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:36 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/selenium/selenium-3.0.2.ebuild
dev-python/selenium/selenium-3.13.0.ebuild
dev-python/selenium/selenium-3.141.0.ebuild

index 7612c95e7ece8b9c8f2400d6a40bc5baa46fe74c..f26b038c272cde627d879b624ebde95a11bfb7c0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index dea5ab9657ef050773987b48e8208dfb57ca8520..855d36d7f0b353140563c6856965f2f5ce67f3a2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 44a541d79ec566a2108d93846cde44c8411feec0..f5f8260d1b67a99ec15a1ea7d0aebf1cce939753 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1