dev-python/pysrt: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:48:02 +0000 (20:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:31 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pysrt/pysrt-1.1.1-r1.ebuild
dev-python/pysrt/pysrt-1.1.1.ebuild
dev-python/pysrt/pysrt-1.1.2.ebuild
dev-python/pysrt/pysrt-9999.ebuild

index dfea1772bb7ac152beae530e050b69bd7909c01c..955fccde2c85742d57d721d17d7706508c410475 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7} )
 
 inherit distutils-r1
 
index 315ab0b380acaa1623446df3d226a86360ca9d76..d5c1c4e88569d25e327221bd915a6054e14795cf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 766998ae2d3e0a203fa7a46067a7f3e275d6516e..98e0450016cfe7f475fc11e3083cda086c95e2ef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
index 766998ae2d3e0a203fa7a46067a7f3e275d6516e..98e0450016cfe7f475fc11e3083cda086c95e2ef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1