summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-07-31 07:04:04 +0000
committerIan Delaney <idella4@gentoo.org>2014-07-31 07:04:04 +0000
commite4e071f5c4d924d6f44398419d32978d8ae88883 (patch)
tree045406f0e89824177ab0986f959eb05c42e9ee3a /dev-python/astroid/astroid-1.2.0.ebuild
parentbump; adjust SRC_URI, update deps, fixes Bug #518272 (diff)
downloadgentoo-2-e4e071f5c4d924d6f44398419d32978d8ae88883.tar.gz
gentoo-2-e4e071f5c4d924d6f44398419d32978d8ae88883.tar.bz2
gentoo-2-e4e071f5c4d924d6f44398419d32978d8ae88883.zip
update dep, test phase wrt Bug #518272
(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.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/astroid/astroid-1.2.0.ebuild b/dev-python/astroid/astroid-1.2.0.ebuild
index 32749f21e65e..a4c9da02c727 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.1 2014/07/31 03:53:15 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/astroid/astroid-1.2.0.ebuild,v 1.2 2014/07/31 07:04:04 idella4 Exp $
EAPI=5
@@ -21,16 +21,16 @@ IUSE="test"
RDEPEND=">=dev-python/logilab-common-0.60.0[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND}
- >=dev-python/pylint-1.1.0[${PYTHON_USEDEP}] )"
+ ~dev-python/pylint-1.3.0[${PYTHON_USEDEP}] )"
# Required for tests
DISTUTILS_IN_SOURCE_BUILD=1
-python_prepare_all() {
+#python_prepare_all() {
# https://bitbucket.org/logilab/astroid/issue/8/
- sed -e "s/test_numpy_crash/_&/" -i test/unittest_regrtest.py
+# sed -e "s/test_numpy_crash/_&/" -i test/unittest_regrtest.py
- distutils-r1_python_prepare_all
-}
+# distutils-r1_python_prepare_all
+#}
# Restrict to test phase, required because suite fails horribly without it
src_test() {