dev-python/nose: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Feb 2017 23:53:30 +0000 (15:53 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:18:12 +0000 (14:18 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/nose/nose-1.3.7-r1.ebuild
dev-python/nose/nose-1.3.7-r2.ebuild
dev-python/nose/nose-1.3.7-r3.ebuild
dev-python/nose/nose-9999.ebuild

index 647a9fe465c05fb264aa50e12950336713f40ac3..7b55dbd50a53b9f661efaccd9941e7a4df40cbe8 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index a475ecfc4bfda2f058119023b62e9b5f826b1230..c32a96abe0499710bf50c4b50b9745747b12c46e 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index d5887818008017a5d71f97f7675acd30e0987a25..48c0c9c4203aee7bec9524c7f0bd5736c23593b4 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 5ec4bbb03d4d799198c7a13aeb49dde8c45aab40..859172d24f0ee306a3d250eb9d65502b7387dd51 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 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 git-r3