idella4 15/03/17 08:31:53 Modified: httpretty-0.8.0-r1.ebuild Log: typo (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/httpretty/httpretty-0.8.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/httpretty/httpretty-0.8.0-r1.ebuild?r1=1.1&r2=1.2 Index: httpretty-0.8.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/httpretty/httpretty-0.8.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- httpretty-0.8.0-r1.ebuild 17 Mar 2015 08:26:22 -0000 1.1 +++ httpretty-0.8.0-r1.ebuild 17 Mar 2015 08:31:53 -0000 1.2 @@ -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/httpretty/httpretty-0.8.0-r1.ebuild,v 1.1 2015/03/17 08:26:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httpretty/httpretty-0.8.0-r1.ebuild,v 1.2 2015/03/17 08:31:53 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -32,8 +32,6 @@ DISTUTILS_IN_SOURCE_BUILD=1 python_test() { - echo $"${BUILD_DIR}" && die "ded" - # https://github.com/gabrielfalcao/HTTPretty/issues/125, still occur # py3.4 hangs on many tests and is deemed underdone # Upstream does not make it clear whether py3.4 is sctually tested and supported.
