dev-python/testify: Drop support for pypy due to missing support in deps
authorJustin Lecher <jlec@gentoo.org>
Mon, 11 Jan 2016 10:41:47 +0000 (11:41 +0100)
committerJustin Lecher <jlec@gentoo.org>
Mon, 11 Jan 2016 11:32:17 +0000 (12:32 +0100)
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/testify/testify-0.5.7.ebuild
dev-python/testify/testify-0.7.2.ebuild

index 2c3ea367b31775016f4e580014faf56cbdc82a2f..8b988dd9ebc711e812f10c8705e0fb5dfe4a41cc 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 # Still appears to no support >=py3.3
-PYTHON_COMPAT=( python2_7 pypy )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 vcs-snapshot
 
index 865e509283d289c5ed3f2a602e961ee666a5f959..0414177520dfb51d611fd301bb3199bef297598d 100644 (file)
@@ -1,11 +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
 
-# Still appears to not support >=py3.3
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1 vcs-snapshot