dev-python/openpyxl: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:52:57 +0000 (14:52 -0800)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Mar 2017 22:52:57 +0000 (14:52 -0800)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/openpyxl/openpyxl-2.3.0.ebuild
dev-python/openpyxl/openpyxl-2.3.3.ebuild
dev-python/openpyxl/openpyxl-9999.ebuild

index b45c79d3051d944147afa5c08267246503e728d7..88aee200525d9e1afe9a54803c2b291de3a7a97a 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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index fa3fc8a0321ce902da4bf6018234732acdd7726d..ef154a5dc8274cf2e0151be7c50c0fe600175690 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index 8594071ce28b0eb3b2dc31c085c3876eff7fa349..ee7102131b941e0b5f26a5818db4156038443495 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=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 mercurial