dev-python/jsonschema: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 00:50:36 +0000 (16:50 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:18:53 +0000 (14:18 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/jsonschema/jsonschema-2.4.0.ebuild
dev-python/jsonschema/jsonschema-2.5.1-r2.ebuild

index 2d2df4b573bb4d72bd5e8a416c9e3df62fe87dc5..2c02153aa21389fd416d6b34480d045508cc6f3b 100644 (file)
@@ -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 pypy )
+PYTHON_COMPAT=(python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 
index 1a7156404a2c4613a08ce00d423ac93bd71f9d9f..1c6dfc689cc9b965adb7352cf06e303fa119f6c8 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