From: Zac Medico Date: Sat, 11 Feb 2017 08:53:15 +0000 (-0800) Subject: dev-python/hypothesis: PYTHON_COMPAT: add python3_6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=99092768e604bed89c69d0bc7d803207cf845ab4;p=gentoo.git dev-python/hypothesis: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/hypothesis/hypothesis-1.19.0.ebuild b/dev-python/hypothesis/hypothesis-1.19.0.ebuild index e4970ac8e05c..2476f0d1322b 100644 --- a/dev-python/hypothesis/hypothesis-1.19.0.ebuild +++ b/dev-python/hypothesis/hypothesis-1.19.0.ebuild @@ -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 diff --git a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild index 3e90d1d002c3..9db8104f0538 100644 --- a/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild +++ b/dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild @@ -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 diff --git a/dev-python/hypothesis/hypothesis-3.6.1.ebuild b/dev-python/hypothesis/hypothesis-3.6.1.ebuild index 8d93829b49ea..7ece27b1ca90 100644 --- a/dev-python/hypothesis/hypothesis-3.6.1.ebuild +++ b/dev-python/hypothesis/hypothesis-3.6.1.ebuild @@ -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