diff options
author | Ian Delaney <idella4@gentoo.org> | 2012-11-12 16:22:17 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2012-11-12 16:22:17 +0000 |
commit | cafda5f8a0df57ef7da1ff60f91c959dac4ffb18 (patch) | |
tree | 05b24487d19b771f372c63942d12dd4c5265ffec /dev-python/testify/testify-0.2.8.ebuild | |
parent | Force depend on cholmod-2 (really fixing bug #442866) (diff) | |
download | gentoo-2-cafda5f8a0df57ef7da1ff60f91c959dac4ffb18.tar.gz gentoo-2-cafda5f8a0df57ef7da1ff60f91c959dac4ffb18.tar.bz2 gentoo-2-cafda5f8a0df57ef7da1ff60f91c959dac4ffb18.zip |
Unrestricted pypy from build, test restricted pypy, rem 1 redundant hunk from tests patch, fixes Bug #438032
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/testify/testify-0.2.8.ebuild')
-rw-r--r-- | dev-python/testify/testify-0.2.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/testify/testify-0.2.8.ebuild b/dev-python/testify/testify-0.2.8.ebuild index 35cca4c29ccf..3b655894531e 100644 --- a/dev-python/testify/testify-0.2.8.ebuild +++ b/dev-python/testify/testify-0.2.8.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.1 2012/10/09 12:56:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.2 2012/11/12 16:22:17 idella4 Exp $ EAPI=4 SUPPORT_PYTHON_ABIS=1 # TODO: verify 2.5 -RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-*" - +RESTRICT_PYTHON_ABIS="2.5 3.*" +PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*" inherit eutils distutils vcs-snapshot DESCRIPTION="A more pythonic replacement for the unittest module and nose" |