diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-02-11 00:53:15 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-02-12 14:17:40 -0800 |
commit | 99092768e604bed89c69d0bc7d803207cf845ab4 (patch) | |
tree | a5306e78966b1c1dad4a6067e778ffaaac6db10b /dev-python/hypothesis | |
parent | virtual/python-cffi: PYTHON_COMPAT: add python3_6 (diff) | |
download | gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.tar.gz gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.tar.bz2 gentoo-99092768e604bed89c69d0bc7d803207cf845ab4.zip |
dev-python/hypothesis: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r-- | dev-python/hypothesis/hypothesis-1.19.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hypothesis/hypothesis-3.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 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 |