dev-python/vine: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:40:38 +0000 (14:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:42:30 +0000 (14:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/vine/vine-1.1.3.ebuild
dev-python/vine/vine-1.3.0.ebuild

index cd4e2df612d027ffb5306ec558bf8cfa019000c9..884156772b282476a7467ae57e7666d63d456c40 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1
 
index 82e0d8e878421a95f8a6b47671dd713145aeccf0..d4f6f397b64dc3b033af63eeca117cc6ce4f9f47 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} pypy3 )
+PYTHON_COMPAT=( python3_{6,7} pypy3 )
 
 inherit distutils-r1