dev-python/numpydoc: Add python3_6 to PYTHON_COMPAT
authorZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 07:25:03 +0000 (23:25 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Mar 2017 12:31:02 +0000 (05:31 -0700)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

dev-python/numpydoc/numpydoc-0.4-r1.ebuild
dev-python/numpydoc/numpydoc-0.5.ebuild
dev-python/numpydoc/numpydoc-0.6.0.ebuild

index e566ba61970d9572c007bc9df4d1ba126139f38e..8ffe38c045f2f8e0f0801378583e967936f5ba12 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1 vcs-snapshot
 
index 6a5556708b7d38cd6db57c49ff650d0f997aec21..10d27bcd2513197b7adfed2f26ddcaae05818c70 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1 vcs-snapshot
 
index a0a8819ac6bf30bfd419079d47a11e626fffec21..b1324b35c34d9a7edde2694f86bf02dae9bcb376 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1