dev-python/pytest: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2017 00:44:22 +0000 (16:44 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:17:26 +0000 (14:17 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pytest/pytest-3.0.2.ebuild
dev-python/pytest/pytest-3.0.3.ebuild
dev-python/pytest/pytest-3.0.5.ebuild
dev-python/pytest/pytest-3.0.6.ebuild
dev-python/pytest/pytest-9999.ebuild

index b6b567db8fd8cd6302c6d90b2080a5048dcc9a44..1440dc2f2ca49e3de4417deea87e046aba1b27e7 100644 (file)
@@ -4,7 +4,7 @@
 
 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 5597e73d2745293ac71867dd2074f51a4961c074..780627dfeef0a558104c2fc951cecb66cc1d6938 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 
index be8f3f6a2c290f2259f9b305085142c96475c5bd..c89298bb0c514d6edd256d58ca9ff905fe156ace 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 be8f3f6a2c290f2259f9b305085142c96475c5bd..c89298bb0c514d6edd256d58ca9ff905fe156ace 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 942a8fce2a2ff18d29583963b6acfb78491d5bc0..e7ad867d85cc77a6d6c0c7553fb88138a2330a69 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 pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1 git-r3