dev-python/json-tools: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 12:31:31 +0000 (14:31 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 29 May 2017 16:31:50 +0000 (18:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-python/json-tools/json-tools-0.4.0.ebuild

index 41d4b39561b62cc0d0099a3ed41b18aa70d0c618..252ce00be9ad942509b583501f93edbea7f210e5 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
 
 EAPI=5
 
 # 'Programming Language :: ...  in setup.py requires updating"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 MY_PN="json_tools"