commit:     676ef12ec586e7c80095deb8555a3ed5c9107f72
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  3 20:37:29 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb  3 20:45:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676ef12e

dev-python/flask-restful: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild | 2 +-
 dev-python/flask-restful/flask-restful-0.3.6.ebuild    | 2 +-
 dev-python/flask-restful/flask-restful-0.3.7.ebuild    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild 
b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
index 77fb6fbf84f..2222cc76b5b 100644
--- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/flask-restful/flask-restful-0.3.6.ebuild 
b/dev-python/flask-restful/flask-restful-0.3.6.ebuild
index a63239373d1..7fd37c917f4 100644
--- a/dev-python/flask-restful/flask-restful-0.3.6.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/flask-restful/flask-restful-0.3.7.ebuild 
b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
index ec37d219a43..2662716efc1 100644
--- a/dev-python/flask-restful/flask-restful-0.3.7.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.7.ebuild
@@ -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
 

Reply via email to