dev-python/mpmath: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 09:47:00 +0000 (10:47 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 17 Jan 2020 10:02:00 +0000 (11:02 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/mpmath/mpmath-1.0.0.ebuild
dev-python/mpmath/mpmath-1.1.0.ebuild

index 22b145822bb637ab1018ba6faa0c544756463de9..0b40bbf7c867ae2076e499c219e7c9c1d53dce78 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 eutils
 
index de811def9199afd35174e126071ec4b353091c49..18b4036780cae4f29b448647feebe4404e2a1a71 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 eutils