dev-python/apsw: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:31:09 +0000 (18:31 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 19 Mar 2020 17:48:50 +0000 (18:48 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/apsw/apsw-3.23.1_p1.ebuild
dev-python/apsw/apsw-3.25.2_p1.ebuild

index 81ea4e3a0d62ce75c63a458940d43a70d8e29baa..80080179b0fbc4906b591dcbf92dac391cf249a2 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 flag-o-matic
 
index 7246ac0d45211d6757cd5fb1c3135d6bdf7ae0a8..1cf99192922276790fd12aa09d5d06f56917314c 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,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1 flag-o-matic