From: Justin Lecher Date: Mon, 11 Jan 2016 10:41:47 +0000 (+0100) Subject: dev-python/testify: Drop support for pypy due to missing support in deps X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c5f5918d88e93fc1584229cc20423911454c605;p=gentoo.git dev-python/testify: Drop support for pypy due to missing support in deps Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- diff --git a/dev-python/testify/testify-0.5.7.ebuild b/dev-python/testify/testify-0.5.7.ebuild index 2c3ea367b317..8b988dd9ebc7 100644 --- a/dev-python/testify/testify-0.5.7.ebuild +++ b/dev-python/testify/testify-0.5.7.ebuild @@ -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 diff --git a/dev-python/testify/testify-0.7.2.ebuild b/dev-python/testify/testify-0.7.2.ebuild index 865e509283d2..0414177520df 100644 --- a/dev-python/testify/testify-0.7.2.ebuild +++ b/dev-python/testify/testify-0.7.2.ebuild @@ -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