dev-python/pykwalify: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 16:52:25 +0000 (18:52 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 17:24:15 +0000 (19:24 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/pykwalify/pykwalify-1.5.2.ebuild
dev-python/pykwalify/pykwalify-9999.ebuild

index 2efb2326a6ca66fb40f2e29a5fb8bca83da8fec7..347b3d22e34a0fa41c939cdfcdc6cdfe340adc9d 100644 (file)
@@ -1,9 +1,9 @@
-# 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 
index e0045a19435b3632ffc09dbdceff5f1c2545f223..7946e37a7a02f65e7d70359032b912e683efc852 100644 (file)
@@ -1,9 +1,9 @@
-# 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} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1 git-r3