sci-libs/scikits: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:09:05 +0000 (22:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 21:24:56 +0000 (22:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-libs/scikits/scikits-0.1-r1.ebuild
sci-libs/scikits/scikits-0.1-r2.ebuild

index 43c2ebdff8eef4cff3210d437dfe05062e2450e9..cc7e76891648edec28fc60de6e0693d17faa98da 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-r1
 
index 21c6d190c228f5eb23dc07bc67317c5bc791dde2..b427f6adf14e27e5e869ac37c23ddad06b576f05 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-r1