idella4 15/04/04 08:35:35 Modified: flask-testing-0.4.2.ebuild ChangeLog Log: add patch (from upstream) to fix broken tests (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/flask-testing/flask-testing-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild?r1=1.2&r2=1.3 Index: flask-testing-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flask-testing-0.4.2.ebuild 16 Jan 2015 03:47:13 -0000 1.2 +++ flask-testing-0.4.2.ebuild 4 Apr 2015 08:35:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 1.2 2015/01/16 03:47:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/flask-testing-0.4.2.ebuild,v 1.3 2015/04/04 08:35:35 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -18,8 +18,6 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="test" -# Testsuite fails with concurrent threads -DISTUTILS_NO_PARALLEL_BUILD=1 RDEPEND="dev-python/flask[${PYTHON_USEDEP}] dev-python/twill[${PYTHON_USEDEP}]" @@ -29,10 +27,11 @@ dev-python/blinker[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )" - S="${WORKDIR}/${MY_P}" +PATCHES=( "${FILESDIR}"/${PV}-test-fix.patch ) + python_test() { - # https://github.com/jarus/flask-testing/issues/60 + # test phase appears to run only py2.7 but if it passes for py2.7 is passes for pypy nosetests || die "Testing failed with ${EPYTHON}" } 1.9 dev-python/flask-testing/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/flask-testing/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 16 Jan 2015 03:47:13 -0000 1.8 +++ ChangeLog 4 Apr 2015 08:35:35 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/flask-testing # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.8 2015/01/16 03:47:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-testing/ChangeLog,v 1.9 2015/04/04 08:35:35 idella4 Exp $ + + 04 Apr 2015; Ian Delaney <[email protected]> +files/0.4.2-test-fix.patch, + flask-testing-0.4.2.ebuild: + add patch (from upstream) to fix broken tests 16 Jan 2015; Patrick Lauer <[email protected]> flask-testing-0.4.2.ebuild: Stable on amd64 and x86 for 527558
