From 99092768e604bed89c69d0bc7d803207cf845ab4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 11 Feb 2017 00:53:15 -0800 Subject: [PATCH] dev-python/hypothesis: PYTHON_COMPAT: add python3_6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/hypothesis/hypothesis-1.19.0.ebuild | 4 ++-- dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild | 2 +- dev-python/hypothesis/hypothesis-3.6.1.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-python/hypothesis/hypothesis-1.19.0.ebuild b/dev-python/hypothesis/hypothesis-1.19.0.ebuild index e4970ac8e05c5..2476f0d1322b6 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 3e90d1d002c31..9db8104f05381 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 8d93829b49eab..7ece27b1ca90a 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