dev-python/demjson: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:40:33 +0000 (16:40 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 15:23:27 +0000 (17:23 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/demjson/demjson-2.2.4.ebuild

index 3a42c4a5e0ae5dadd5e82a5ba3e1b04871a68f5a..c741c73a9af34e18868deed89a2336eb02a08056 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 
 inherit distutils-r1