From: Zac Medico Date: Thu, 9 Feb 2017 23:59:04 +0000 (-0800) Subject: dev-python/pyparsing: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f163de09e93a4d0c53cc3242951aba1dc55a6df3;p=gentoo.git dev-python/pyparsing: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/pyparsing/pyparsing-2.0.3.ebuild b/dev-python/pyparsing/pyparsing-2.0.3.ebuild index 8faeec539467..b4266108efb6 100644 --- a/dev-python/pyparsing/pyparsing-2.0.3.ebuild +++ b/dev-python/pyparsing/pyparsing-2.0.3.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/pyparsing/pyparsing-2.1.10.ebuild b/dev-python/pyparsing/pyparsing-2.1.10.ebuild index c1a1247dff44..ca1d36d652c7 100644 --- a/dev-python/pyparsing/pyparsing-2.1.10.ebuild +++ b/dev-python/pyparsing/pyparsing-2.1.10.ebuild @@ -3,7 +3,7 @@ # $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 diff --git a/dev-python/pyparsing/pyparsing-2.1.8.ebuild b/dev-python/pyparsing/pyparsing-2.1.8.ebuild index c98a1fc4aedf..8eb30a907e2b 100644 --- a/dev-python/pyparsing/pyparsing-2.1.8.ebuild +++ b/dev-python/pyparsing/pyparsing-2.1.8.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