dev-python/hypothesis: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Sat, 11 Feb 2017 08:53:15 +0000 (00:53 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 12 Feb 2017 22:17:40 +0000 (14:17 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/hypothesis/hypothesis-1.19.0.ebuild
dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild
dev-python/hypothesis/hypothesis-3.6.1.ebuild

index e4970ac8e05c5df480e4ba2a4d495a489bbb23a1..2476f0d1322b668a2f5a0365d63a055aa02d18ae 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
index 3e90d1d002c3129f8fe210414384d83c18730078..9db8104f05381d778e416ce68c8b0320772da8b8 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 eutils
index 8d93829b49eab4d157223c27b8a4b950f7d0ea1e..7ece27b1ca90a84a6d91b03dc0b589816ee95a3e 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 PYTHON_REQ_USE="threads(+),sqlite"
 
 inherit distutils-r1 eutils