From: Zac Medico Date: Fri, 10 Feb 2017 00:44:22 +0000 (-0800) Subject: dev-python/pytest: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cb1832ec34b6ceea7f62615aa20071f0aeb76bbb;p=gentoo.git dev-python/pytest: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pytest/pytest-3.0.2.ebuild b/dev-python/pytest/pytest-3.0.2.ebuild index b6b567db8fd8..1440dc2f2ca4 100644 --- a/dev-python/pytest/pytest-3.0.2.ebuild +++ b/dev-python/pytest/pytest-3.0.2.ebuild @@ -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 diff --git a/dev-python/pytest/pytest-3.0.3.ebuild b/dev-python/pytest/pytest-3.0.3.ebuild index 5597e73d2745..780627dfeef0 100644 --- a/dev-python/pytest/pytest-3.0.3.ebuild +++ b/dev-python/pytest/pytest-3.0.3.ebuild @@ -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 diff --git a/dev-python/pytest/pytest-3.0.5.ebuild b/dev-python/pytest/pytest-3.0.5.ebuild index be8f3f6a2c29..c89298bb0c51 100644 --- a/dev-python/pytest/pytest-3.0.5.ebuild +++ b/dev-python/pytest/pytest-3.0.5.ebuild @@ -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 diff --git a/dev-python/pytest/pytest-3.0.6.ebuild b/dev-python/pytest/pytest-3.0.6.ebuild index be8f3f6a2c29..c89298bb0c51 100644 --- a/dev-python/pytest/pytest-3.0.6.ebuild +++ b/dev-python/pytest/pytest-3.0.6.ebuild @@ -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 diff --git a/dev-python/pytest/pytest-9999.ebuild b/dev-python/pytest/pytest-9999.ebuild index 942a8fce2a2f..e7ad867d85cc 100644 --- a/dev-python/pytest/pytest-9999.ebuild +++ b/dev-python/pytest/pytest-9999.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=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