summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-23 14:16:29 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-23 15:13:16 +0200
commitbdbbca51ab6b424b2c40e79beab0d48648c9e76b (patch)
treed9cce7bb4365dc4cee454470bb673bd4b604a45b /dev-python/hypothesis
parentdev-python/verboselogs: Version Bump (diff)
downloadgentoo-bdbbca51ab6b424b2c40e79beab0d48648c9e76b.tar.gz
gentoo-bdbbca51ab6b424b2c40e79beab0d48648c9e76b.tar.bz2
gentoo-bdbbca51ab6b424b2c40e79beab0d48648c9e76b.zip
dev-python/hypothesis: Add python3.5 support
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/hypothesis')
-rw-r--r--dev-python/hypothesis/hypothesis-1.9.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/hypothesis/hypothesis-1.9.0.ebuild b/dev-python/hypothesis/hypothesis-1.9.0.ebuild
index 7e106ee01a14..ba35bb207b43 100644
--- a/dev-python/hypothesis/hypothesis-1.9.0.ebuild
+++ b/dev-python/hypothesis/hypothesis-1.9.0.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
inherit distutils-r1