dev-python/enzyme: add Python 3.6 support
authorIlya Tumaykin <itumaykin@gmail.com>
Sun, 25 Mar 2018 11:10:05 +0000 (14:10 +0300)
committerAaron Bauman <bman@gentoo.org>
Mon, 26 Mar 2018 18:45:04 +0000 (14:45 -0400)
Tests pass.

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7624

dev-python/enzyme/enzyme-0.4.1-r2.ebuild
dev-python/enzyme/enzyme-9999.ebuild

index 23e0d26b393e71fd340b35ed2d2772eb31009546..69c23ce38739aef23bdaf5dbf28b8d1ec214e61a 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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='xml(+)'
 
 inherit distutils-r1
index c9d243a749c95b022bcd9cf769f5e8813941d31d..3c717ab3550d6f602d0b0a17bcdd304972b8292d 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=6
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE='xml(+)'
 
 inherit distutils-r1 git-r3