dev-python/flask: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 07:55:46 +0000 (23:55 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 07:56:58 +0000 (23:56 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/flask/flask-0.10.1-r1.ebuild
dev-python/flask/flask-0.10.1-r2.ebuild
dev-python/flask/flask-0.11.1-r1.ebuild
dev-python/flask/flask-0.11.ebuild
dev-python/flask/flask-0.12.ebuild
dev-python/flask/flask-9999.ebuild

index dc604c58fa8ec83ff65dd8a5a923bb131b29a6e3..7c1a1ce465184b134cb02268603a691e0fcdad4d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index e75ad50d018ae9052b7834ccb786776b598e66a6..e23e30798b030a038d8e4b988f035016f5389609 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 
index dd9dff905cce4011f9ebd004e385b4e393704c79..51e838d44892c8c93a4d859570d8cdf030477d83 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 
index b579284dbe999d855f6af3fb44fcbb52241bb556..61517eff3fa3c077328287fc0643d6a02d78c490 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 
index 1e0167d9f04ee155d267f11c388c97839b7e3506..479d8f9312a2f0285e70468611b9aba42233eafc 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 
index dc0f5f49a8922a2061a56d1d780a0f64deaf0769..be2a2bca896676858f775e8133970ecc395e3a27 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 git-2