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

dev-python/deform/deform-0.9.9.ebuild

index b268466f086195797d3547134acb9dc25d878f1b..98d8c81fdab6196b0396a1c646580c3386ef8947 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
 inherit distutils-r1
 
 DESCRIPTION="Another form generation library"