From 269df62ef9ca4ad9f4936267d0b27fc5e08be64c Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Feb 2017 16:16:30 -0800 Subject: [PATCH] dev-python/testtools: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/testtools/testtools-1.8.0.ebuild | 4 ++-- dev-python/testtools/testtools-1.8.1.ebuild | 4 ++-- dev-python/testtools/testtools-1.9.0.ebuild | 4 ++-- dev-python/testtools/testtools-2.0.0.ebuild | 4 ++-- dev-python/testtools/testtools-2.2.0.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-python/testtools/testtools-1.8.0.ebuild b/dev-python/testtools/testtools-1.8.0.ebuild index f5191eaf837e5..19346c13aa058 100644 --- a/dev-python/testtools/testtools-1.8.0.ebuild +++ b/dev-python/testtools/testtools-1.8.0.ebuild @@ -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 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/testtools/testtools-1.8.1.ebuild b/dev-python/testtools/testtools-1.8.1.ebuild index a1ab37e388e94..04efc21c89d04 100644 --- a/dev-python/testtools/testtools-1.8.1.ebuild +++ b/dev-python/testtools/testtools-1.8.1.ebuild @@ -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 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 diff --git a/dev-python/testtools/testtools-1.9.0.ebuild b/dev-python/testtools/testtools-1.9.0.ebuild index a68e6af571153..8ab50daef908f 100644 --- a/dev-python/testtools/testtools-1.9.0.ebuild +++ b/dev-python/testtools/testtools-1.9.0.ebuild @@ -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=5 -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 diff --git a/dev-python/testtools/testtools-2.0.0.ebuild b/dev-python/testtools/testtools-2.0.0.ebuild index c9c4a57ae1cf6..2dbce9d7b6976 100644 --- a/dev-python/testtools/testtools-2.0.0.ebuild +++ b/dev-python/testtools/testtools-2.0.0.ebuild @@ -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=5 -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 diff --git a/dev-python/testtools/testtools-2.2.0.ebuild b/dev-python/testtools/testtools-2.2.0.ebuild index 5e83d33f839a7..c0e907ea1f81a 100644 --- a/dev-python/testtools/testtools-2.2.0.ebuild +++ b/dev-python/testtools/testtools-2.2.0.ebuild @@ -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=5 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 pypy pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1