summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2016-02-05 20:13:07 +0100
committerJustin Lecher <jlec@gentoo.org>2016-02-05 20:45:03 +0100
commit28b794bd6a1e7e3bb03a99f8b0d5295ad8f8f6be (patch)
tree9941df3af0419b18049c04284400726f339a8274 /dev-python/jsonschema
parentdev-python/keyrings_alt: Excluse test from installation (diff)
downloadgentoo-28b794bd6a1e7e3bb03a99f8b0d5295ad8f8f6be.tar.gz
gentoo-28b794bd6a1e7e3bb03a99f8b0d5295ad8f8f6be.tar.bz2
gentoo-28b794bd6a1e7e3bb03a99f8b0d5295ad8f8f6be.zip
dev-python/jsonschema: Add pypy3 support
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r--dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
index 8985260f8078..74954a18bad1 100644
--- a/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
+++ b/dev-python/jsonschema/jsonschema-2.5.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1