dev-python/pyrqlite: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:44:41 +0000 (20:44 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:27 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyrqlite/pyrqlite-2.0.ebuild
dev-python/pyrqlite/pyrqlite-9999.ebuild

index 590b45ff9686c915354288b2e9039527455c69da..8b7ef41d13209ffa0e01fc1a457843229f3bf3f0 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 823c3daab1afcf99080999fef6a0d16c7710a372..342b0c8e9e27a87d7e1f74d5188c479eb47085e2 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