diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-08-10 01:49:03 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-08-10 01:49:03 +0000 |
commit | 21a7df6da6bc39876bce70e80e10425d08240301 (patch) | |
tree | 61594067992a775660f7310648fee40d75602573 /dev-python/astroid/astroid-1.2.0.ebuild | |
parent | Fix description for more repoman happy (diff) | |
download | gentoo-2-21a7df6da6bc39876bce70e80e10425d08240301.tar.gz gentoo-2-21a7df6da6bc39876bce70e80e10425d08240301.tar.bz2 gentoo-2-21a7df6da6bc39876bce70e80e10425d08240301.zip |
tidy
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/astroid/astroid-1.2.0.ebuild')
-rw-r--r-- | dev-python/astroid/astroid-1.2.0.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-python/astroid/astroid-1.2.0.ebuild b/dev-python/astroid/astroid-1.2.0.ebuild index a4c9da02c727..3de0cbfd3f8c 100644 --- a/dev-python/astroid/astroid-1.2.0.ebuild +++ b/dev-python/astroid/astroid-1.2.0.ebuild @@ -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/astroid/astroid-1.2.0.ebuild,v 1.2 2014/07/31 07:04:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 1.3 2014/08/10 01:49:03 idella4 Exp $ EAPI=5 @@ -25,13 +25,6 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] # Required for tests DISTUTILS_IN_SOURCE_BUILD=1 -#python_prepare_all() { - # https://bitbucket.org/logilab/astroid/issue/8/ -# sed -e "s/test_numpy_crash/_&/" -i test/unittest_regrtest.py - -# distutils-r1_python_prepare_all -#} - # Restrict to test phase, required because suite fails horribly without it src_test() { local DISTUTILS_NO_PARALLEL_BUILD=1 |