diff options
author | Felix Janda <felix.janda@posteo.de> | 2016-08-05 18:18:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-08-06 18:45:36 +0200 |
commit | 1fe4a501aa40f6730727d9c2175a10437962466f (patch) | |
tree | 7e4d834826a7bce715573974d86f352d668ef3ef | |
parent | dev-python/graph-tool: whitespace (diff) | |
download | gentoo-1fe4a501aa40f6730727d9c2175a10437962466f.tar.gz gentoo-1fe4a501aa40f6730727d9c2175a10437962466f.tar.bz2 gentoo-1fe4a501aa40f6730727d9c2175a10437962466f.zip |
dev-python/ipython: whitespace
-rw-r--r-- | dev-python/ipython/ipython-3.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ipython/ipython-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ipython/ipython-4.0.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ipython/ipython-4.1.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ipython/ipython-4.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/ipython/ipython-4.2.0-r1.ebuild | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/ipython/ipython-3.2.1-r1.ebuild b/dev-python/ipython/ipython-3.2.1-r1.ebuild index 7af0634a3e50..daa5b0ed4449 100644 --- a/dev-python/ipython/ipython-3.2.1-r1.ebuild +++ b/dev-python/ipython/ipython-3.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -111,7 +111,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die diff --git a/dev-python/ipython/ipython-4.0.1.ebuild b/dev-python/ipython/ipython-4.0.1.ebuild index bca38adcc44e..073d5c08798f 100644 --- a/dev-python/ipython/ipython-4.0.1.ebuild +++ b/dev-python/ipython/ipython-4.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -93,7 +93,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die diff --git a/dev-python/ipython/ipython-4.0.3.ebuild b/dev-python/ipython/ipython-4.0.3.ebuild index 73ed4c77178d..073d5c08798f 100644 --- a/dev-python/ipython/ipython-4.0.3.ebuild +++ b/dev-python/ipython/ipython-4.0.3.ebuild @@ -93,7 +93,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die diff --git a/dev-python/ipython/ipython-4.1.1.ebuild b/dev-python/ipython/ipython-4.1.1.ebuild index 41d72d7bb602..95b5ffdf17c5 100644 --- a/dev-python/ipython/ipython-4.1.1.ebuild +++ b/dev-python/ipython/ipython-4.1.1.ebuild @@ -93,7 +93,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die diff --git a/dev-python/ipython/ipython-4.1.2.ebuild b/dev-python/ipython/ipython-4.1.2.ebuild index 4017a223f875..202dd8792923 100644 --- a/dev-python/ipython/ipython-4.1.2.ebuild +++ b/dev-python/ipython/ipython-4.1.2.ebuild @@ -93,7 +93,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die diff --git a/dev-python/ipython/ipython-4.2.0-r1.ebuild b/dev-python/ipython/ipython-4.2.0-r1.ebuild index dc201d786c43..72bdf4ab65f4 100644 --- a/dev-python/ipython/ipython-4.2.0-r1.ebuild +++ b/dev-python/ipython/ipython-4.2.0-r1.ebuild @@ -97,7 +97,7 @@ python_compile_all() { python_test() { distutils_install_for_testing # https://github.com/ipython/ipython/issues/8639 - # Failure of some modules only in python3.4 + # Failure of some modules only in python3.4 local fail run_tests() { pushd ${TEST_DIR} > /dev/null || die |