summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-03-17 08:31:53 +0000
committerIan Delaney <idella4@gentoo.org>2015-03-17 08:31:53 +0000
commitc2cb104c1e2ef064740f599ca96d24ef154dde6e (patch)
tree11734664edabcabddd791f7c07d3b9158937066e
parentrevbump; correction to new dep ipdb, remove removal of tests folder and whole... (diff)
downloadgentoo-2-c2cb104c1e2ef064740f599ca96d24ef154dde6e.tar.gz
gentoo-2-c2cb104c1e2ef064740f599ca96d24ef154dde6e.tar.bz2
gentoo-2-c2cb104c1e2ef064740f599ca96d24ef154dde6e.zip
typo
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/httpretty/httpretty-0.8.0-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/httpretty/httpretty-0.8.0-r1.ebuild b/dev-python/httpretty/httpretty-0.8.0-r1.ebuild
index 7310acc20a34..b0fb59e73e82 100644
--- a/dev-python/httpretty/httpretty-0.8.0-r1.ebuild
+++ b/dev-python/httpretty/httpretty-0.8.0-r1.ebuild
@@ -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 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
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.