sci-physics/espresso: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 06:58:28 +0000 (07:58 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 07:02:54 +0000 (08:02 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-physics/espresso/espresso-4.0.0-r1.ebuild
sci-physics/espresso/espresso-4.0_pre20170228.ebuild
sci-physics/espresso/espresso-9999.ebuild

index b969b400a5e53ccb44f6d8881ecc46a7d013dcc3..00b53caa2efcac53785dafc52eaaf05588040908 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils python-single-r1 savedconfig
index 4d969a356a2ac3bc82c45addd6a34a852b89a9fc..5755eba6cdf1c5c1f6c54a07fe172b2782848c78 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils python-single-r1 savedconfig
index 51c609793c314215a5c4038ff377176a325b7b8f..b9d14d3937e59a5e1c0746c5e91bf27eecdcba15 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 CMAKE_MAKEFILE_GENERATOR="ninja"
 
 inherit cmake-utils python-single-r1 savedconfig