dev-python/pyinsane: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:27:58 +0000 (20:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:37:15 +0000 (20:37 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyinsane/pyinsane-2.0.10.ebuild
dev-python/pyinsane/pyinsane-2.0.12-r1.ebuild
dev-python/pyinsane/pyinsane-2.0.13.ebuild

index c1bb4b1380a15f487bc3e037c599d46b084f3503..601103ec150e864c10639111298a01eea917452a 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 715fc0d6213c6b7880f47dfa1aa9dbc8428c0a0a..5dba1417875599aa4a99a57939b67474e7d10e15 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 ea0d6273576ce8d90bf2a635a6a2e2c84c8c5689..2f964f566218f14cec466665a43590ec973ddf1b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1