summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-20 20:56:15 +0000
committerMike Gilbert <floppym@gentoo.org>2012-05-20 20:56:15 +0000
commit8f6c2a8f113d0a62372043c34dae8785a11bcde0 (patch)
tree149d783ac2c0c4cc9b834c633ac402b57e4a194f /dev-python/webtest
parentStable for amd64, wrt bug #411507 (diff)
downloadgentoo-2-8f6c2a8f113d0a62372043c34dae8785a11bcde0.tar.gz
gentoo-2-8f6c2a8f113d0a62372043c34dae8785a11bcde0.tar.bz2
gentoo-2-8f6c2a8f113d0a62372043c34dae8785a11bcde0.zip
Unrestrict pypy but restrict tests; lxml and pypy don't mix.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webtest')
-rw-r--r--dev-python/webtest/ChangeLog5
-rw-r--r--dev-python/webtest/webtest-1.3.4.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/webtest/ChangeLog b/dev-python/webtest/ChangeLog
index 9d7855a4cfaa..5f5a0fe894ba 100644
--- a/dev-python/webtest/ChangeLog
+++ b/dev-python/webtest/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/webtest
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.34 2012/05/20 01:19:38 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/ChangeLog,v 1.35 2012/05/20 20:56:15 floppym Exp $
+
+ 20 May 2012; Mike Gilbert <floppym@gentoo.org> webtest-1.3.4.ebuild:
+ Unrestrict pypy but restrict tests; lxml and pypy don't mix.
*webtest-1.3.4 (20 May 2012)
diff --git a/dev-python/webtest/webtest-1.3.4.ebuild b/dev-python/webtest/webtest-1.3.4.ebuild
index 212b616fa01b..ed9e07f0bac9 100644
--- a/dev-python/webtest/webtest-1.3.4.ebuild
+++ b/dev-python/webtest/webtest-1.3.4.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.4.ebuild,v 1.1 2012/05/20 01:19:38 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webtest/webtest-1.3.4.ebuild,v 1.2 2012/05/20 20:56:15 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2:2.6 3:3.2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.1 *-jython *-pypy-*"
+RESTRICT_PYTHON_ABIS="2.5 3.1"
+PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils eutils