media-libs/libsndfile: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:17 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:08 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-libs/libsndfile/libsndfile-1.0.28-r4.ebuild
media-libs/libsndfile/libsndfile-1.0.29_pre2_p20191024.ebuild
media-libs/libsndfile/libsndfile-9999.ebuild

index fb19c93a3548ec8ae04262c519e669ee36c745b2..9d70049aeac8174980c0099a0a10b84a186e1baa 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
+PYTHON_COMPAT=( python3_6 pypy3 )
 
 inherit python-any-r1 multilib-minimal
 
index 435eb04300a86094693e704edcd95491310ce9bf..1a1ff9ab655f7f72192b3e2e9665f490c7ee5a90 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 inherit autotools python-any-r1 multilib-minimal
 
index 1409be97987525e8f39e3fe7b488f673dd43483c..d8aeacbde1904fa60dc579a61e43958f12ee3f54 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 )
+PYTHON_COMPAT=( python{3_6,3_7} pypy3 )
 
 if [[ ${PV} == *9999 ]]; then
        inherit autotools git-r3