sci-libs/Fiona: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:43:32 +0000 (16:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 15:43:32 +0000 (16:43 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sci-libs/Fiona/Fiona-1.7.6.ebuild
sci-libs/Fiona/Fiona-9999.ebuild

index f31861694fc76284ee4eef036a54d897c1a72f74..738754fc605a1884aa5bdd31c7d633a86dca6229 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 9874a5fd2758e8fe37d434ffe5f697d50f8059c9..b8c6c34d180cacaca2c43ea0ff7a065f0c6585e3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1 git-r3