dev-python/statsmodels: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 20:41:28 +0000 (21:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 07:47:36 +0000 (08:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/statsmodels/statsmodels-0.9.0.ebuild
dev-python/statsmodels/statsmodels-9999.ebuild

index 16cdf47ab6b616609e36e62f4ad1c157b8b3d3a1..2f681a3d8451699ef77d74f4c51e6c17a661238b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils
 
index 113b10d44fc267a6e7fa0b2fa5483a2cf0e4f9c3..a5784025a63548fe6dab132d4bfadf89a043ac56 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1 eutils git-r3 virtualx