diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-11 11:41:47 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-11 12:32:17 +0100 |
commit | 8c5f5918d88e93fc1584229cc20423911454c605 (patch) | |
tree | 40d515ad579b2c78b80c999bed88fa22f9c48068 /dev-python/testify/testify-0.5.7.ebuild | |
parent | app-arch/dpkg: Old. (diff) | |
download | gentoo-8c5f5918d88e93fc1584229cc20423911454c605.tar.gz gentoo-8c5f5918d88e93fc1584229cc20423911454c605.tar.bz2 gentoo-8c5f5918d88e93fc1584229cc20423911454c605.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/testify/testify-0.5.7.ebuild')
-rw-r--r-- | dev-python/testify/testify-0.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |