dev-python/pyparsing: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Thu, 9 Feb 2017 23:59:04 +0000 (15:59 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:17:23 +0000 (14:17 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/pyparsing/pyparsing-2.0.3.ebuild
dev-python/pyparsing/pyparsing-2.1.10.ebuild
dev-python/pyparsing/pyparsing-2.1.8.ebuild

index 8faeec539467a29571a89dc0cece92a670863f7c..b4266108efb68d3c6833c4022b461dd78cb7b7a1 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 c1a1247dff445da135ef56e85c2210d18c540301..ca1d36d652c7b930d1b49b09f0b462b9d5126ada 100644 (file)
@@ -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
 
index c98a1fc4aedfcf1bb0589342788f06b57dcfa095..8eb30a907e2be33c01a0a14b0934f8a1003d590b 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