idella4 14/04/11 13:48:26 Modified: nose-1.3.1.ebuild ChangeLog Log: patch to fix tests broken under pypy (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/nose/nose-1.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild?r1=1.2&r2=1.3 Index: nose-1.3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nose-1.3.1.ebuild 10 Apr 2014 09:06:07 -0000 1.2 +++ nose-1.3.1.ebuild 11 Apr 2014 13:48:26 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v 1.2 2014/04/10 09:06:07 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/nose-1.3.1.ebuild,v 1.3 2014/04/11 13:48:26 idella4 Exp $ EAPI=5 @@ -27,7 +27,8 @@ PATCHES=( "${FILESDIR}"/${PN}-1.2.1-skiptest.patch "${FILESDIR}"/${PN}-1.3.1-python3.4.patch - "${FILESDIR}"/${P}-doctest.patch ) + "${FILESDIR}"/${P}-doctest.patch + "${FILESDIR}"/${P}-pypy-test.patch ) python_prepare_all() { # Tests need to be converted, and they don't respect BUILD_DIR. 1.125 dev-python/nose/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.125&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?rev=1.125&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/nose/ChangeLog?r1=1.124&r2=1.125 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- ChangeLog 10 Apr 2014 09:06:07 -0000 1.124 +++ ChangeLog 11 Apr 2014 13:48:26 -0000 1.125 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/nose # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.124 2014/04/10 09:06:07 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/nose/ChangeLog,v 1.125 2014/04/11 13:48:26 idella4 Exp $ + + 11 Apr 2014; Ian Delaney <[email protected]> + +files/nose-1.3.1-pypy-test.patch, nose-1.3.1.ebuild, nose-9999.ebuild: + patch to fix tests broken under pypy 10 Apr 2014; Ian Delaney <[email protected]> +files/nose-1.3.1-doctest.patch, nose-1.3.1.ebuild:
