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.7.2.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.7.2.ebuild')
-rw-r--r-- | dev-python/testify/testify-0.7.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
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 |