commit:     8c5f5918d88e93fc1584229cc20423911454c605
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 10:41:47 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 11:32:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c5f5918

dev-python/testify: Drop support for pypy due to missing support in deps

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/testify/testify-0.5.7.ebuild | 4 ++--
 dev-python/testify/testify-0.7.2.ebuild | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/testify/testify-0.5.7.ebuild 
b/dev-python/testify/testify-0.5.7.ebuild
index 2c3ea36..8b988dd 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 865e509..0414177 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
 

Reply via email to