Mock Version: 1.1.28 Mock Version: 1.1.28 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/ipython.spec'], False, '/var/lib/mock/f18-build-1605703-271811/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/ipython.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/ipython-0.13.1-3.fc18.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/ipython.spec'], False, '/var/lib/mock/f18-build-1605703-271811/root/', None, 86400, True, False, 500, 425, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/ipython.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LElG2t + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ipython-0.13.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/ipython-0.13.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ipython-0.13.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ipython-0.13.1-dont-require-matplotlib.patch):' Patch #0 (ipython-0.13.1-dont-require-matplotlib.patch): + /usr/bin/cat /builddir/build/SOURCES/ipython-0.13.1-dont-require-matplotlib.patch + /usr/bin/patch -p1 --fuzz=0 patching file IPython/core/interactiveshell.py Hunk #1 succeeded at 2775 (offset -89 lines). patching file IPython/core/shellapp.py Hunk #1 succeeded at 202 (offset -1 lines). + pushd IPython/external ~/build/BUILD/ipython-0.13.1/IPython/external ~/build/BUILD/ipython-0.13.1 + rm argparse/_argparse.py + rm decorators/_decorators.py + rm simplegeneric/_simplegeneric.py + rm pexpect/_pexpect.py ~/build/BUILD/ipython-0.13.1 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0rtvmY + popd + exit 0 + umask 022 + cd /builddir/build/BUILD + cd ipython-0.13.1 + /usr/bin/python setup.py build ============================================================================ BUILDING IPYTHON python: 2.7.3 (default, Aug 9 2012, 17:23:58) [GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] platform: linux2 OPTIONAL DEPENDENCIES sphinx: Not found (required for building documentation) pygments: 1.4 nose: 1.2.1 pexpect: 2.5.1 pyzmq: 2.2.0.1 readline: yes running build running build_py creating build creating build/lib creating build/lib/IPython copying IPython/__init__.py -> build/lib/IPython copying IPython/display.py -> build/lib/IPython creating build/lib/IPython/parallel copying IPython/parallel/factory.py -> build/lib/IPython/parallel copying IPython/parallel/util.py -> build/lib/IPython/parallel copying IPython/parallel/error.py -> build/lib/IPython/parallel copying IPython/parallel/__init__.py -> build/lib/IPython/parallel creating build/lib/IPython/parallel/apps copying IPython/parallel/apps/launcher.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/ipengineapp.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/logwatcher.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/winhpcjob.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/baseapp.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/iploggerapp.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/ipclusterapp.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/__init__.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/win32support.py -> build/lib/IPython/parallel/apps copying IPython/parallel/apps/ipcontrollerapp.py -> build/lib/IPython/parallel/apps creating build/lib/IPython/parallel/client copying IPython/parallel/client/remotefunction.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/view.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/magics.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/asyncresult.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/__init__.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/map.py -> build/lib/IPython/parallel/client copying IPython/parallel/client/client.py -> build/lib/IPython/parallel/client creating build/lib/IPython/parallel/engine copying IPython/parallel/engine/__init__.py -> build/lib/IPython/parallel/engine copying IPython/parallel/engine/engine.py -> build/lib/IPython/parallel/engine creating build/lib/IPython/parallel/scripts copying IPython/parallel/scripts/__init__.py -> build/lib/IPython/parallel/scripts creating build/lib/IPython/parallel/controller copying IPython/parallel/controller/scheduler.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/mongodb.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/heartmonitor.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/sqlitedb.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/hub.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/__init__.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/dependency.py -> build/lib/IPython/parallel/controller copying IPython/parallel/controller/dictdb.py -> build/lib/IPython/parallel/controller creating build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_client.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_magics.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_newserialized.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_db.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_mongodb.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_lbview.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_dependency.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/clienttest.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/__init__.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_asyncresult.py -> build/lib/IPython/parallel/tests copying IPython/parallel/tests/test_view.py -> build/lib/IPython/parallel/tests creating build/lib/IPython/testing copying IPython/testing/skipdoctest.py -> build/lib/IPython/testing copying IPython/testing/tools.py -> build/lib/IPython/testing copying IPython/testing/nose_assert_methods.py -> build/lib/IPython/testing copying IPython/testing/_paramtestpy3.py -> build/lib/IPython/testing copying IPython/testing/nosepatch.py -> build/lib/IPython/testing copying IPython/testing/ipunittest.py -> build/lib/IPython/testing copying IPython/testing/decorators.py -> build/lib/IPython/testing copying IPython/testing/mkdoctests.py -> build/lib/IPython/testing copying IPython/testing/__init__.py -> build/lib/IPython/testing copying IPython/testing/globalipapp.py -> build/lib/IPython/testing copying IPython/testing/_paramtestpy2.py -> build/lib/IPython/testing copying IPython/testing/iptest.py -> build/lib/IPython/testing creating build/lib/IPython/testing/plugin copying IPython/testing/plugin/dtexample.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/simple.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/setup.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/simplevars.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_ipdoctest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/ipdoctest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/__init__.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/iptest.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_refs.py -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/show_refs.py -> build/lib/IPython/testing/plugin creating build/lib/IPython/testing/tests copying IPython/testing/tests/test_ipunittest.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/test_tools.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/test_decorators.py -> build/lib/IPython/testing/tests copying IPython/testing/tests/__init__.py -> build/lib/IPython/testing/tests creating build/lib/IPython/kernel copying IPython/kernel/__init__.py -> build/lib/IPython/kernel creating build/lib/IPython/extensions copying IPython/extensions/storemagic.py -> build/lib/IPython/extensions copying IPython/extensions/sympyprinting.py -> build/lib/IPython/extensions copying IPython/extensions/autoreload.py -> build/lib/IPython/extensions copying IPython/extensions/parallelmagic.py -> build/lib/IPython/extensions copying IPython/extensions/rmagic.py -> build/lib/IPython/extensions copying IPython/extensions/__init__.py -> build/lib/IPython/extensions copying IPython/extensions/cythonmagic.py -> build/lib/IPython/extensions copying IPython/extensions/octavemagic.py -> build/lib/IPython/extensions creating build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_octavemagic.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_rmagic.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_autoreload.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/__init__.py -> build/lib/IPython/extensions/tests copying IPython/extensions/tests/test_cythonmagic.py -> build/lib/IPython/extensions/tests creating build/lib/IPython/nbformat copying IPython/nbformat/__init__.py -> build/lib/IPython/nbformat copying IPython/nbformat/current.py -> build/lib/IPython/nbformat creating build/lib/IPython/nbformat/v1 copying IPython/nbformat/v1/convert.py -> build/lib/IPython/nbformat/v1 copying IPython/nbformat/v1/nbbase.py -> build/lib/IPython/nbformat/v1 copying IPython/nbformat/v1/rwbase.py -> build/lib/IPython/nbformat/v1 copying IPython/nbformat/v1/__init__.py -> build/lib/IPython/nbformat/v1 copying IPython/nbformat/v1/nbjson.py -> build/lib/IPython/nbformat/v1 creating build/lib/IPython/nbformat/v1/tests copying IPython/nbformat/v1/tests/test_nbbase.py -> build/lib/IPython/nbformat/v1/tests copying IPython/nbformat/v1/tests/nbexamples.py -> build/lib/IPython/nbformat/v1/tests copying IPython/nbformat/v1/tests/__init__.py -> build/lib/IPython/nbformat/v1/tests copying IPython/nbformat/v1/tests/test_json.py -> build/lib/IPython/nbformat/v1/tests creating build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/convert.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/nbxml.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/nbpy.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/nbbase.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/rwbase.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/__init__.py -> build/lib/IPython/nbformat/v2 copying IPython/nbformat/v2/nbjson.py -> build/lib/IPython/nbformat/v2 creating build/lib/IPython/nbformat/v2/tests copying IPython/nbformat/v2/tests/test_nbpy.py -> build/lib/IPython/nbformat/v2/tests copying IPython/nbformat/v2/tests/test_nbbase.py -> build/lib/IPython/nbformat/v2/tests copying IPython/nbformat/v2/tests/nbexamples.py -> build/lib/IPython/nbformat/v2/tests copying IPython/nbformat/v2/tests/__init__.py -> build/lib/IPython/nbformat/v2/tests copying IPython/nbformat/v2/tests/test_json.py -> build/lib/IPython/nbformat/v2/tests creating build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/convert.py -> build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/nbpy.py -> build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/nbbase.py -> build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/rwbase.py -> build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/__init__.py -> build/lib/IPython/nbformat/v3 copying IPython/nbformat/v3/nbjson.py -> build/lib/IPython/nbformat/v3 creating build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/test_nbpy.py -> build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/test_nbbase.py -> build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/formattest.py -> build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/nbexamples.py -> build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/__init__.py -> build/lib/IPython/nbformat/v3/tests copying IPython/nbformat/v3/tests/test_json.py -> build/lib/IPython/nbformat/v3/tests creating build/lib/IPython/nbformat/tests copying IPython/nbformat/tests/__init__.py -> build/lib/IPython/nbformat/tests creating build/lib/IPython/lib copying IPython/lib/inputhookpyglet.py -> build/lib/IPython/lib copying IPython/lib/inputhook.py -> build/lib/IPython/lib copying IPython/lib/deepreload.py -> build/lib/IPython/lib copying IPython/lib/inputhookqt4.py -> build/lib/IPython/lib copying IPython/lib/pretty.py -> build/lib/IPython/lib copying IPython/lib/inputhookgtk3.py -> build/lib/IPython/lib copying IPython/lib/guisupport.py -> build/lib/IPython/lib copying IPython/lib/security.py -> build/lib/IPython/lib copying IPython/lib/inputhookglut.py -> build/lib/IPython/lib copying IPython/lib/latextools.py -> build/lib/IPython/lib copying IPython/lib/demo.py -> build/lib/IPython/lib copying IPython/lib/irunner.py -> build/lib/IPython/lib copying IPython/lib/__init__.py -> build/lib/IPython/lib copying IPython/lib/display.py -> build/lib/IPython/lib copying IPython/lib/clipboard.py -> build/lib/IPython/lib copying IPython/lib/inputhookwx.py -> build/lib/IPython/lib copying IPython/lib/inputhookgtk.py -> build/lib/IPython/lib copying IPython/lib/kernel.py -> build/lib/IPython/lib copying IPython/lib/backgroundjobs.py -> build/lib/IPython/lib creating build/lib/IPython/lib/tests copying IPython/lib/tests/test_security.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_deepreload.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_irunner_pylab_magic.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_kernel.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_pretty.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_irunner.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_backgroundjobs.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/__init__.py -> build/lib/IPython/lib/tests copying IPython/lib/tests/test_imports.py -> build/lib/IPython/lib/tests creating build/lib/IPython/scripts copying IPython/scripts/__init__.py -> build/lib/IPython/scripts creating build/lib/IPython/core copying IPython/core/magic_arguments.py -> build/lib/IPython/core copying IPython/core/autocall.py -> build/lib/IPython/core copying IPython/core/hooks.py -> build/lib/IPython/core copying IPython/core/application.py -> build/lib/IPython/core copying IPython/core/splitinput.py -> build/lib/IPython/core copying IPython/core/shadowns.py -> build/lib/IPython/core copying IPython/core/prefilter.py -> build/lib/IPython/core copying IPython/core/builtin_trap.py -> build/lib/IPython/core copying IPython/core/payload.py -> build/lib/IPython/core copying IPython/core/magic.py -> build/lib/IPython/core copying IPython/core/error.py -> build/lib/IPython/core copying IPython/core/interactiveshell.py -> build/lib/IPython/core copying IPython/core/ultratb.py -> build/lib/IPython/core copying IPython/core/debugger.py -> build/lib/IPython/core copying IPython/core/release.py -> build/lib/IPython/core copying IPython/core/logger.py -> build/lib/IPython/core copying IPython/core/pylabtools.py -> build/lib/IPython/core copying IPython/core/displaypub.py -> build/lib/IPython/core copying IPython/core/macro.py -> build/lib/IPython/core copying IPython/core/ipapi.py -> build/lib/IPython/core copying IPython/core/alias.py -> build/lib/IPython/core copying IPython/core/display_trap.py -> build/lib/IPython/core copying IPython/core/displayhook.py -> build/lib/IPython/core copying IPython/core/completerlib.py -> build/lib/IPython/core copying IPython/core/__init__.py -> build/lib/IPython/core copying IPython/core/usage.py -> build/lib/IPython/core copying IPython/core/display.py -> build/lib/IPython/core copying IPython/core/oinspect.py -> build/lib/IPython/core copying IPython/core/excolors.py -> build/lib/IPython/core copying IPython/core/compilerop.py -> build/lib/IPython/core copying IPython/core/completer.py -> build/lib/IPython/core copying IPython/core/profiledir.py -> build/lib/IPython/core copying IPython/core/page.py -> build/lib/IPython/core copying IPython/core/extensions.py -> build/lib/IPython/core copying IPython/core/crashhandler.py -> build/lib/IPython/core copying IPython/core/formatters.py -> build/lib/IPython/core copying IPython/core/history.py -> build/lib/IPython/core copying IPython/core/payloadpage.py -> build/lib/IPython/core copying IPython/core/plugin.py -> build/lib/IPython/core copying IPython/core/fakemodule.py -> build/lib/IPython/core copying IPython/core/shellapp.py -> build/lib/IPython/core copying IPython/core/inputsplitter.py -> build/lib/IPython/core copying IPython/core/prompts.py -> build/lib/IPython/core copying IPython/core/profileapp.py -> build/lib/IPython/core creating build/lib/IPython/core/magics copying IPython/core/magics/pylab.py -> build/lib/IPython/core/magics copying IPython/core/magics/script.py -> build/lib/IPython/core/magics copying IPython/core/magics/execution.py -> build/lib/IPython/core/magics copying IPython/core/magics/config.py -> build/lib/IPython/core/magics copying IPython/core/magics/deprecated.py -> build/lib/IPython/core/magics copying IPython/core/magics/code.py -> build/lib/IPython/core/magics copying IPython/core/magics/extension.py -> build/lib/IPython/core/magics copying IPython/core/magics/auto.py -> build/lib/IPython/core/magics copying IPython/core/magics/namespace.py -> build/lib/IPython/core/magics copying IPython/core/magics/__init__.py -> build/lib/IPython/core/magics copying IPython/core/magics/logging.py -> build/lib/IPython/core/magics copying IPython/core/magics/history.py -> build/lib/IPython/core/magics copying IPython/core/magics/basic.py -> build/lib/IPython/core/magics copying IPython/core/magics/osm.py -> build/lib/IPython/core/magics creating build/lib/IPython/core/tests copying IPython/core/tests/refbug.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_autocall.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_run.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_logger.py -> build/lib/IPython/core/tests copying IPython/core/tests/tclass.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_interactiveshell.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_prefilter.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_pylabtools.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_inputsplitter.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_handlers.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_fakemodule.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_formatters.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_splitinput.py -> build/lib/IPython/core/tests copying IPython/core/tests/daft_extension.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_debugger.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_page.py -> build/lib/IPython/core/tests copying IPython/core/tests/nonascii.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_application.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_plugin.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_history.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_compilerop.py -> build/lib/IPython/core/tests copying IPython/core/tests/__init__.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_completerlib.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic_terminal.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_prompts.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_imports.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_profile.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_magic_arguments.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_hooks.py -> build/lib/IPython/core/tests copying IPython/core/tests/simpleerr.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_oinspect.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_completer.py -> build/lib/IPython/core/tests copying IPython/core/tests/test_iplib.py -> build/lib/IPython/core/tests creating build/lib/IPython/utils copying IPython/utils/upgradedir.py -> build/lib/IPython/utils copying IPython/utils/ipstruct.py -> build/lib/IPython/utils copying IPython/utils/process.py -> build/lib/IPython/utils copying IPython/utils/module_paths.py -> build/lib/IPython/utils copying IPython/utils/doctestreload.py -> build/lib/IPython/utils copying IPython/utils/newserialized.py -> build/lib/IPython/utils copying IPython/utils/path.py -> build/lib/IPython/utils copying IPython/utils/tempdir.py -> build/lib/IPython/utils copying IPython/utils/traitlets.py -> build/lib/IPython/utils copying IPython/utils/_process_posix.py -> build/lib/IPython/utils copying IPython/utils/rlineimpl.py -> build/lib/IPython/utils copying IPython/utils/pickleshare.py -> build/lib/IPython/utils copying IPython/utils/text.py -> build/lib/IPython/utils copying IPython/utils/pyfile.py -> build/lib/IPython/utils copying IPython/utils/codeutil.py -> build/lib/IPython/utils copying IPython/utils/encoding.py -> build/lib/IPython/utils copying IPython/utils/daemonize.py -> build/lib/IPython/utils copying IPython/utils/syspathcontext.py -> build/lib/IPython/utils copying IPython/utils/io.py -> build/lib/IPython/utils copying IPython/utils/_process_win32.py -> build/lib/IPython/utils copying IPython/utils/growl.py -> build/lib/IPython/utils copying IPython/utils/pickleutil.py -> build/lib/IPython/utils copying IPython/utils/data.py -> build/lib/IPython/utils copying IPython/utils/autoattr.py -> build/lib/IPython/utils copying IPython/utils/terminal.py -> build/lib/IPython/utils copying IPython/utils/py3compat.py -> build/lib/IPython/utils copying IPython/utils/jsonutil.py -> build/lib/IPython/utils copying IPython/utils/decorators.py -> build/lib/IPython/utils copying IPython/utils/dir2.py -> build/lib/IPython/utils copying IPython/utils/generics.py -> build/lib/IPython/utils copying IPython/utils/strdispatch.py -> build/lib/IPython/utils copying IPython/utils/notification.py -> build/lib/IPython/utils copying IPython/utils/coloransi.py -> build/lib/IPython/utils copying IPython/utils/wildcard.py -> build/lib/IPython/utils copying IPython/utils/nested_context.py -> build/lib/IPython/utils copying IPython/utils/openpy.py -> build/lib/IPython/utils copying IPython/utils/_sysinfo.py -> build/lib/IPython/utils copying IPython/utils/__init__.py -> build/lib/IPython/utils copying IPython/utils/importstring.py -> build/lib/IPython/utils copying IPython/utils/_process_common.py -> build/lib/IPython/utils copying IPython/utils/_process_win32_controller.py -> build/lib/IPython/utils copying IPython/utils/PyColorize.py -> build/lib/IPython/utils copying IPython/utils/cursesimport.py -> build/lib/IPython/utils copying IPython/utils/attic.py -> build/lib/IPython/utils copying IPython/utils/timing.py -> build/lib/IPython/utils copying IPython/utils/localinterfaces.py -> build/lib/IPython/utils copying IPython/utils/sysinfo.py -> build/lib/IPython/utils copying IPython/utils/warn.py -> build/lib/IPython/utils copying IPython/utils/frame.py -> build/lib/IPython/utils creating build/lib/IPython/utils/tests copying IPython/utils/tests/test_path.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_io.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_text.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_process.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_wildcard.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_jsonutil.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/__init__.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_dir2.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_notification.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_module_paths.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_openpy.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_imports.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_traitlets.py -> build/lib/IPython/utils/tests copying IPython/utils/tests/test_pycolorize.py -> build/lib/IPython/utils/tests creating build/lib/IPython/external copying IPython/external/mathjax.py -> build/lib/IPython/external copying IPython/external/__init__.py -> build/lib/IPython/external copying IPython/external/qt.py -> build/lib/IPython/external copying IPython/external/qt_for_kernel.py -> build/lib/IPython/external creating build/lib/IPython/external/argparse copying IPython/external/argparse/__init__.py -> build/lib/IPython/external/argparse creating build/lib/IPython/external/decorators copying IPython/external/decorators/__init__.py -> build/lib/IPython/external/decorators copying IPython/external/decorators/_numpy_testing_utils.py -> build/lib/IPython/external/decorators copying IPython/external/decorators/_numpy_testing_noseclasses.py -> build/lib/IPython/external/decorators creating build/lib/IPython/external/decorator copying IPython/external/decorator/_decorator.py -> build/lib/IPython/external/decorator copying IPython/external/decorator/__init__.py -> build/lib/IPython/external/decorator creating build/lib/IPython/external/pexpect copying IPython/external/pexpect/__init__.py -> build/lib/IPython/external/pexpect creating build/lib/IPython/external/ssh copying IPython/external/ssh/tunnel.py -> build/lib/IPython/external/ssh copying IPython/external/ssh/__init__.py -> build/lib/IPython/external/ssh copying IPython/external/ssh/forward.py -> build/lib/IPython/external/ssh creating build/lib/IPython/external/simplegeneric copying IPython/external/simplegeneric/__init__.py -> build/lib/IPython/external/simplegeneric creating build/lib/IPython/external/path copying IPython/external/path/__init__.py -> build/lib/IPython/external/path copying IPython/external/path/_path.py -> build/lib/IPython/external/path creating build/lib/IPython/zmq copying IPython/zmq/heartbeat.py -> build/lib/IPython/zmq copying IPython/zmq/session.py -> build/lib/IPython/zmq copying IPython/zmq/blockingkernelmanager.py -> build/lib/IPython/zmq copying IPython/zmq/kernelapp.py -> build/lib/IPython/zmq copying IPython/zmq/log.py -> build/lib/IPython/zmq copying IPython/zmq/eventloops.py -> build/lib/IPython/zmq copying IPython/zmq/entry_point.py -> build/lib/IPython/zmq copying IPython/zmq/serialize.py -> build/lib/IPython/zmq copying IPython/zmq/parentpoller.py -> build/lib/IPython/zmq copying IPython/zmq/zmqshell.py -> build/lib/IPython/zmq copying IPython/zmq/iostream.py -> build/lib/IPython/zmq copying IPython/zmq/displayhook.py -> build/lib/IPython/zmq copying IPython/zmq/__init__.py -> build/lib/IPython/zmq copying IPython/zmq/frontend.py -> build/lib/IPython/zmq copying IPython/zmq/completer.py -> build/lib/IPython/zmq copying IPython/zmq/kernelmanager.py -> build/lib/IPython/zmq copying IPython/zmq/ipkernel.py -> build/lib/IPython/zmq creating build/lib/IPython/zmq/pylab copying IPython/zmq/pylab/backend_inline.py -> build/lib/IPython/zmq/pylab copying IPython/zmq/pylab/__init__.py -> build/lib/IPython/zmq/pylab creating build/lib/IPython/zmq/gui copying IPython/zmq/gui/gtkembed.py -> build/lib/IPython/zmq/gui copying IPython/zmq/gui/__init__.py -> build/lib/IPython/zmq/gui creating build/lib/IPython/zmq/tests copying IPython/zmq/tests/test_message_spec.py -> build/lib/IPython/zmq/tests copying IPython/zmq/tests/test_embed_kernel.py -> build/lib/IPython/zmq/tests copying IPython/zmq/tests/__init__.py -> build/lib/IPython/zmq/tests copying IPython/zmq/tests/test_session.py -> build/lib/IPython/zmq/tests creating build/lib/IPython/config copying IPython/config/application.py -> build/lib/IPython/config copying IPython/config/loader.py -> build/lib/IPython/config copying IPython/config/configurable.py -> build/lib/IPython/config copying IPython/config/__init__.py -> build/lib/IPython/config creating build/lib/IPython/config/profile copying IPython/config/profile/__init__.py -> build/lib/IPython/config/profile creating build/lib/IPython/config/tests copying IPython/config/tests/test_loader.py -> build/lib/IPython/config/tests copying IPython/config/tests/test_application.py -> build/lib/IPython/config/tests copying IPython/config/tests/__init__.py -> build/lib/IPython/config/tests copying IPython/config/tests/test_configurable.py -> build/lib/IPython/config/tests creating build/lib/IPython/frontend copying IPython/frontend/consoleapp.py -> build/lib/IPython/frontend copying IPython/frontend/__init__.py -> build/lib/IPython/frontend creating build/lib/IPython/frontend/terminal copying IPython/frontend/terminal/embed.py -> build/lib/IPython/frontend/terminal copying IPython/frontend/terminal/interactiveshell.py -> build/lib/IPython/frontend/terminal copying IPython/frontend/terminal/__init__.py -> build/lib/IPython/frontend/terminal copying IPython/frontend/terminal/ipapp.py -> build/lib/IPython/frontend/terminal creating build/lib/IPython/frontend/terminal/console copying IPython/frontend/terminal/console/app.py -> build/lib/IPython/frontend/terminal/console copying IPython/frontend/terminal/console/interactiveshell.py -> build/lib/IPython/frontend/terminal/console copying IPython/frontend/terminal/console/__init__.py -> build/lib/IPython/frontend/terminal/console copying IPython/frontend/terminal/console/completer.py -> build/lib/IPython/frontend/terminal/console creating build/lib/IPython/frontend/terminal/console/tests copying IPython/frontend/terminal/console/tests/test_console.py -> build/lib/IPython/frontend/terminal/console/tests copying IPython/frontend/terminal/console/tests/__init__.py -> build/lib/IPython/frontend/terminal/console/tests creating build/lib/IPython/frontend/terminal/tests copying IPython/frontend/terminal/tests/test_interactivshell.py -> build/lib/IPython/frontend/terminal/tests copying IPython/frontend/terminal/tests/__init__.py -> build/lib/IPython/frontend/terminal/tests creating build/lib/IPython/frontend/html copying IPython/frontend/html/__init__.py -> build/lib/IPython/frontend/html creating build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/handlers.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/notebookapp.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/clustermanager.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/zmqhttp.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/__init__.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/notebookmanager.py -> build/lib/IPython/frontend/html/notebook copying IPython/frontend/html/notebook/kernelmanager.py -> build/lib/IPython/frontend/html/notebook creating build/lib/IPython/frontend/html/notebook/tests copying IPython/frontend/html/notebook/tests/test_kernelsession.py -> build/lib/IPython/frontend/html/notebook/tests copying IPython/frontend/html/notebook/tests/test_nbmanager.py -> build/lib/IPython/frontend/html/notebook/tests copying IPython/frontend/html/notebook/tests/__init__.py -> build/lib/IPython/frontend/html/notebook/tests creating build/lib/IPython/frontend/qt copying IPython/frontend/qt/rich_text.py -> build/lib/IPython/frontend/qt copying IPython/frontend/qt/base_frontend_mixin.py -> build/lib/IPython/frontend/qt copying IPython/frontend/qt/util.py -> build/lib/IPython/frontend/qt copying IPython/frontend/qt/svg.py -> build/lib/IPython/frontend/qt copying IPython/frontend/qt/__init__.py -> build/lib/IPython/frontend/qt copying IPython/frontend/qt/kernelmanager.py -> build/lib/IPython/frontend/qt creating build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/pygments_highlighter.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/kill_ring.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/completion_html.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/history_console_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/qtconsoleapp.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/completion_lexer.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/frontend_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/console_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/completion_plain.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/ansi_code_processor.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/bracket_matcher.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/styles.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/completion_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/ipython_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/__init__.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/mainwindow.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/rich_ipython_widget.py -> build/lib/IPython/frontend/qt/console copying IPython/frontend/qt/console/call_tip_widget.py -> build/lib/IPython/frontend/qt/console creating build/lib/IPython/frontend/qt/console/tests copying IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> build/lib/IPython/frontend/qt/console/tests copying IPython/frontend/qt/console/tests/__init__.py -> build/lib/IPython/frontend/qt/console/tests copying IPython/frontend/qt/console/tests/test_kill_ring.py -> build/lib/IPython/frontend/qt/console/tests copying IPython/frontend/qt/console/tests/test_console_widget.py -> build/lib/IPython/frontend/qt/console/tests copying IPython/frontend/qt/console/tests/test_completion_lexer.py -> build/lib/IPython/frontend/qt/console/tests copying IPython/testing/plugin/test_example.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_exampleip.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/test_combo.txt -> build/lib/IPython/testing/plugin copying IPython/testing/plugin/README.txt -> build/lib/IPython/testing/plugin copying IPython/config/profile/README -> build/lib/IPython/config/profile copying IPython/config/profile/README_STARTUP -> build/lib/IPython/config/profile creating build/lib/IPython/config/profile/cluster copying IPython/config/profile/cluster/ipython_config.py -> build/lib/IPython/config/profile/cluster creating build/lib/IPython/config/profile/sympy copying IPython/config/profile/sympy/ipython_config.py -> build/lib/IPython/config/profile/sympy creating build/lib/IPython/config/profile/math copying IPython/config/profile/math/ipython_config.py -> build/lib/IPython/config/profile/math creating build/lib/IPython/config/profile/pysh copying IPython/config/profile/pysh/ipython_config.py -> build/lib/IPython/config/profile/pysh creating build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/login.html -> build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/page.html -> build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/notebook.html -> build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/projectdashboard.html -> build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/printnotebook.html -> build/lib/IPython/frontend/html/notebook/templates copying IPython/frontend/html/notebook/templates/logout.html -> build/lib/IPython/frontend/html/notebook/templates creating build/lib/IPython/frontend/html/notebook/static copying IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> build/lib/IPython/frontend/html/notebook/static copying IPython/frontend/html/notebook/static/favicon.ico -> build/lib/IPython/frontend/html/notebook/static copying IPython/frontend/html/notebook/static/ipynblogo.png -> build/lib/IPython/frontend/html/notebook/static creating build/lib/IPython/frontend/html/notebook/static/jquery creating build/lib/IPython/frontend/html/notebook/static/jquery/js copying IPython/frontend/html/notebook/static/jquery/js/jquery-ui.min.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js copying IPython/frontend/html/notebook/static/jquery/js/jquery-1.7.1.min.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js copying IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> build/lib/IPython/frontend/html/notebook/static/jquery/js creating build/lib/IPython/frontend/html/notebook/static/jquery/css creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base copying IPython/frontend/html/notebook/static/jquery/css/themes/base/jquery-ui.min.css -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base creating build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_454545_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_888888_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_222222_256x240.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -> build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images creating build/lib/IPython/frontend/html/notebook/static/prettify copying IPython/frontend/html/notebook/static/prettify/COPYING -> build/lib/IPython/frontend/html/notebook/static/prettify copying IPython/frontend/html/notebook/static/prettify/prettify.css -> build/lib/IPython/frontend/html/notebook/static/prettify copying IPython/frontend/html/notebook/static/prettify/prettify.js -> build/lib/IPython/frontend/html/notebook/static/prettify creating build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/page.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/notebook.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/quickhelp.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/menubar.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/notebookmain.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/notificationwidget.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/outputarea.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/cell.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/savewidget.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/utils.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/textcell.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/loginmain.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/codecell.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/contexthint.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/pagemain.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/tooltip.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/layoutmanager.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/events.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/kernel.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/printnotebookmain.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/initmathjax.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/namespace.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/clusterlist.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/completer.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/notebooklist.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/toolbar.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/loginwidget.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/pager.js -> build/lib/IPython/frontend/html/notebook/static/js copying IPython/frontend/html/notebook/static/js/logoutmain.js -> build/lib/IPython/frontend/html/notebook/static/js creating build/lib/IPython/frontend/html/notebook/static/pagedown copying IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> build/lib/IPython/frontend/html/notebook/static/pagedown copying IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> build/lib/IPython/frontend/html/notebook/static/pagedown creating build/lib/IPython/frontend/html/notebook/static/dateformat copying IPython/frontend/html/notebook/static/dateformat/date.format.js -> build/lib/IPython/frontend/html/notebook/static/dateformat creating build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/page.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/alternateuploadform.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/logout.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/tooltip.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/projectdashboard.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/renderedhtml.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/printnotebook.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/login.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/boilerplate.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/fbm.css -> build/lib/IPython/frontend/html/notebook/static/css copying IPython/frontend/html/notebook/static/css/notebook.css -> build/lib/IPython/frontend/html/notebook/static/css creating build/lib/IPython/frontend/html/notebook/static/codemirror copying IPython/frontend/html/notebook/static/codemirror/LICENSE -> build/lib/IPython/frontend/html/notebook/static/codemirror copying IPython/frontend/html/notebook/static/codemirror/README.md -> build/lib/IPython/frontend/html/notebook/static/codemirror copying IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> build/lib/IPython/frontend/html/notebook/static/codemirror creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed copying IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst copying IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst copying IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript copying IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml copying IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml copying IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python copying IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python copying IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python copying IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css copying IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css copying IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css creating build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown copying IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown creating build/lib/IPython/frontend/html/notebook/static/codemirror/lib copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib copying IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib creating build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/overlay.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/searchcursor.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/search.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/javascript-hint.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/formatting.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/foldcode.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util copying IPython/frontend/html/notebook/static/codemirror/lib/util/runmode.js -> build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util creating build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/cobalt.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/night.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/rubyblue.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/eclipse.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/monokai.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme copying IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> build/lib/IPython/frontend/html/notebook/static/codemirror/theme creating build/lib/IPython/frontend/qt/console/resources creating build/lib/IPython/frontend/qt/console/resources/icon copying IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> build/lib/IPython/frontend/qt/console/resources/icon running build_scripts creating build/scripts-2.7 copying and adjusting IPython/parallel/scripts/ipengine -> build/scripts-2.7 copying and adjusting IPython/parallel/scripts/ipcontroller -> build/scripts-2.7 copying and adjusting IPython/parallel/scripts/ipcluster -> build/scripts-2.7 copying and adjusting IPython/parallel/scripts/iplogger -> build/scripts-2.7 copying and adjusting IPython/scripts/ipython -> build/scripts-2.7 copying and adjusting IPython/scripts/pycolor -> build/scripts-2.7 copying and adjusting IPython/scripts/irunner -> build/scripts-2.7 copying and adjusting IPython/scripts/iptest -> build/scripts-2.7 changing mode of build/scripts-2.7/ipengine from 644 to 755 changing mode of build/scripts-2.7/ipcontroller from 644 to 755 changing mode of build/scripts-2.7/ipcluster from 644 to 755 changing mode of build/scripts-2.7/iplogger from 644 to 755 changing mode of build/scripts-2.7/ipython from 644 to 755 changing mode of build/scripts-2.7/pycolor from 644 to 755 changing mode of build/scripts-2.7/irunner from 644 to 755 changing mode of build/scripts-2.7/iptest from 644 to 755 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TVoyVt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch ++ dirname /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch + cd ipython-0.13.1 + rm -rf /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch ============================================================================ BUILDING IPYTHON python: 2.7.3 (default, Aug 9 2012, 17:23:58) [GCC 4.7.1 20120720 (Red Hat 4.7.1-5)] platform: linux2 OPTIONAL DEPENDENCIES sphinx: Not found (required for building documentation) pygments: 1.4 nose: 1.2.1 pexpect: 2.5.1 pyzmq: 2.2.0.1 readline: yes running install running install_lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/launcher.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/ipengineapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/logwatcher.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/winhpcjob.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/baseapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/iploggerapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/ipclusterapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/win32support.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/apps/ipcontrollerapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps copying build/lib/IPython/parallel/factory.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/remotefunction.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/view.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/magics.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/asyncresult.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/map.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client copying build/lib/IPython/parallel/client/client.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/engine copying build/lib/IPython/parallel/engine/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/engine copying build/lib/IPython/parallel/engine/engine.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/engine copying build/lib/IPython/parallel/util.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/scripts copying build/lib/IPython/parallel/scripts/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/scripts copying build/lib/IPython/parallel/error.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel copying build/lib/IPython/parallel/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/scheduler.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/mongodb.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/heartmonitor.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/sqlitedb.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/hub.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/dependency.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller copying build/lib/IPython/parallel/controller/dictdb.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_client.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_magics.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_newserialized.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_db.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_mongodb.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_lbview.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_dependency.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/clienttest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_asyncresult.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests copying build/lib/IPython/parallel/tests/test_view.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/skipdoctest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/tools.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/nose_assert_methods.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/_paramtestpy3.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/nosepatch.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/ipunittest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/decorators.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/mkdoctests.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/dtexample.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/simple.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/setup.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/simplevars.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_ipdoctest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_example.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/ipdoctest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_exampleip.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_combo.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/README.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/iptest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/test_refs.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/plugin/show_refs.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin copying build/lib/IPython/testing/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/globalipapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing copying build/lib/IPython/testing/_paramtestpy2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_ipunittest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_tools.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/test_decorators.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests copying build/lib/IPython/testing/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests copying build/lib/IPython/testing/iptest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/kernel copying build/lib/IPython/kernel/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/kernel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/storemagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/sympyprinting.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/autoreload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/parallelmagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/rmagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions copying build/lib/IPython/extensions/cythonmagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_octavemagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_rmagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_autoreload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/tests/test_cythonmagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests copying build/lib/IPython/extensions/octavemagic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 copying build/lib/IPython/nbformat/v1/convert.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 copying build/lib/IPython/nbformat/v1/nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 copying build/lib/IPython/nbformat/v1/rwbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 copying build/lib/IPython/nbformat/v1/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests copying build/lib/IPython/nbformat/v1/tests/test_nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests copying build/lib/IPython/nbformat/v1/tests/nbexamples.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests copying build/lib/IPython/nbformat/v1/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests copying build/lib/IPython/nbformat/v1/tests/test_json.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests copying build/lib/IPython/nbformat/v1/nbjson.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/convert.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/nbxml.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/nbpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/rwbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/v2/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/tests/test_nbpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/tests/test_nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/tests/nbexamples.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/tests/test_json.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests copying build/lib/IPython/nbformat/v2/nbjson.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2 copying build/lib/IPython/nbformat/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 copying build/lib/IPython/nbformat/v3/convert.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 copying build/lib/IPython/nbformat/v3/nbpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 copying build/lib/IPython/nbformat/v3/nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 copying build/lib/IPython/nbformat/v3/rwbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 copying build/lib/IPython/nbformat/v3/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/test_nbpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/test_nbbase.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/formattest.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/nbexamples.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/tests/test_json.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests copying build/lib/IPython/nbformat/v3/nbjson.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/tests copying build/lib/IPython/nbformat/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/tests copying build/lib/IPython/nbformat/current.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookpyglet.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhook.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/deepreload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookqt4.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/pretty.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookgtk3.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/guisupport.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/security.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookglut.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/latextools.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/demo.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/irunner.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/display.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/clipboard.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookwx.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/inputhookgtk.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_security.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_deepreload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_irunner_pylab_magic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_kernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_pretty.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_irunner.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_backgroundjobs.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/tests/test_imports.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests copying build/lib/IPython/lib/kernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib copying build/lib/IPython/lib/backgroundjobs.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/scripts copying build/lib/IPython/scripts/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/scripts creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/magic_arguments.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/autocall.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/hooks.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/application.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/splitinput.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/shadowns.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/prefilter.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/pylab.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/script.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/execution.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/config.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/deprecated.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/code.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/extension.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/auto.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/namespace.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/logging.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/history.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/basic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/magics/osm.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics copying build/lib/IPython/core/builtin_trap.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/payload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/magic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/error.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/interactiveshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/ultratb.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/debugger.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/release.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/logger.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/pylabtools.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/displaypub.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/macro.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/ipapi.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/alias.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/display_trap.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/displayhook.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/completerlib.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/usage.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/display.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/oinspect.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/excolors.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/compilerop.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/completer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/profiledir.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/page.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/extensions.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/crashhandler.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/formatters.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/refbug.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_autocall.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_run.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_logger.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/tclass.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_interactiveshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_prefilter.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_pylabtools.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_inputsplitter.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_handlers.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_fakemodule.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_formatters.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_splitinput.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/daft_extension.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_debugger.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_page.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/nonascii.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_application.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_plugin.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_history.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_compilerop.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_completerlib.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic_terminal.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_prompts.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_imports.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_profile.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_magic_arguments.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_hooks.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/simpleerr.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_oinspect.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_completer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/tests/test_iplib.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests copying build/lib/IPython/core/history.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/payloadpage.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/plugin.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/fakemodule.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/shellapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/inputsplitter.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/prompts.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core copying build/lib/IPython/core/profileapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/upgradedir.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/ipstruct.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/process.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/module_paths.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/doctestreload.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/newserialized.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/path.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/tempdir.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/traitlets.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/_process_posix.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/rlineimpl.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/pickleshare.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/text.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/pyfile.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/codeutil.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/encoding.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/daemonize.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/syspathcontext.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/io.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/_process_win32.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/growl.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/pickleutil.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/data.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/autoattr.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/terminal.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/py3compat.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/jsonutil.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/decorators.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/dir2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/generics.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/strdispatch.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/notification.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/coloransi.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/wildcard.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/nested_context.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/openpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/_sysinfo.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/importstring.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/_process_common.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/_process_win32_controller.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/PyColorize.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/cursesimport.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/attic.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/timing.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/localinterfaces.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_path.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_io.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_text.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_process.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_wildcard.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_jsonutil.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_dir2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_notification.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_module_paths.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_openpy.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_imports.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_traitlets.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/tests/test_pycolorize.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests copying build/lib/IPython/utils/sysinfo.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/warn.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils copying build/lib/IPython/utils/frame.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/argparse copying build/lib/IPython/external/argparse/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/argparse creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators copying build/lib/IPython/external/decorators/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators copying build/lib/IPython/external/decorators/_numpy_testing_utils.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators copying build/lib/IPython/external/decorators/_numpy_testing_noseclasses.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators copying build/lib/IPython/external/mathjax.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorator copying build/lib/IPython/external/decorator/_decorator.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorator copying build/lib/IPython/external/decorator/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorator creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/pexpect copying build/lib/IPython/external/pexpect/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/pexpect creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh copying build/lib/IPython/external/ssh/tunnel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh copying build/lib/IPython/external/ssh/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh copying build/lib/IPython/external/ssh/forward.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/simplegeneric copying build/lib/IPython/external/simplegeneric/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/simplegeneric creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/path copying build/lib/IPython/external/path/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/path copying build/lib/IPython/external/path/_path.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/path copying build/lib/IPython/external/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external copying build/lib/IPython/external/qt.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external copying build/lib/IPython/external/qt_for_kernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external copying build/lib/IPython/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/heartbeat.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/session.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/blockingkernelmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/kernelapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/log.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/eventloops.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/entry_point.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/pylab copying build/lib/IPython/zmq/pylab/backend_inline.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/pylab copying build/lib/IPython/zmq/pylab/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/pylab copying build/lib/IPython/zmq/serialize.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/gui copying build/lib/IPython/zmq/gui/gtkembed.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/gui copying build/lib/IPython/zmq/gui/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/gui copying build/lib/IPython/zmq/parentpoller.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/zmqshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/iostream.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/displayhook.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/frontend.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/completer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/zmq/kernelmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests copying build/lib/IPython/zmq/tests/test_message_spec.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests copying build/lib/IPython/zmq/tests/test_embed_kernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests copying build/lib/IPython/zmq/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests copying build/lib/IPython/zmq/tests/test_session.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests copying build/lib/IPython/zmq/ipkernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq copying build/lib/IPython/display.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config copying build/lib/IPython/config/application.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/cluster copying build/lib/IPython/config/profile/cluster/ipython_config.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/cluster copying build/lib/IPython/config/profile/README -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile copying build/lib/IPython/config/profile/README_STARTUP -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/sympy copying build/lib/IPython/config/profile/sympy/ipython_config.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/sympy copying build/lib/IPython/config/profile/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/math copying build/lib/IPython/config/profile/math/ipython_config.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/math creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/pysh copying build/lib/IPython/config/profile/pysh/ipython_config.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/pysh copying build/lib/IPython/config/loader.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config copying build/lib/IPython/config/configurable.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config copying build/lib/IPython/config/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests copying build/lib/IPython/config/tests/test_loader.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests copying build/lib/IPython/config/tests/test_application.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests copying build/lib/IPython/config/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests copying build/lib/IPython/config/tests/test_configurable.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal copying build/lib/IPython/frontend/terminal/embed.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal copying build/lib/IPython/frontend/terminal/interactiveshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal copying build/lib/IPython/frontend/terminal/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console copying build/lib/IPython/frontend/terminal/console/app.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console copying build/lib/IPython/frontend/terminal/console/interactiveshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console copying build/lib/IPython/frontend/terminal/console/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console copying build/lib/IPython/frontend/terminal/console/completer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/tests copying build/lib/IPython/frontend/terminal/console/tests/test_console.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/tests copying build/lib/IPython/frontend/terminal/console/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/tests creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/tests copying build/lib/IPython/frontend/terminal/tests/test_interactivshell.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/tests copying build/lib/IPython/frontend/terminal/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/tests copying build/lib/IPython/frontend/terminal/ipapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/handlers.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/notebookapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/login.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/page.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/notebook.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/projectdashboard.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/printnotebook.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates copying build/lib/IPython/frontend/html/notebook/templates/logout.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/templates creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js copying build/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-ui.min.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js copying build/lib/IPython/frontend/html/notebook/static/jquery/js/jquery-1.7.1.min.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js copying build/lib/IPython/frontend/html/notebook/static/jquery/js/jquery.autogrow.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/js creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_cd0a0a_256x240.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_dadada_1x400.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_454545_256x240.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_888888_256x240.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_2e83ff_256x240.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-icons_222222_256x240.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base/images copying build/lib/IPython/frontend/html/notebook/static/jquery/css/themes/base/jquery-ui.min.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/jquery/css/themes/base copying build/lib/IPython/frontend/html/notebook/static/IPy_Notebook_logo.svg -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify copying build/lib/IPython/frontend/html/notebook/static/prettify/COPYING -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify copying build/lib/IPython/frontend/html/notebook/static/prettify/prettify.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify copying build/lib/IPython/frontend/html/notebook/static/prettify/prettify.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/prettify creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/page.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/notebook.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/quickhelp.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/projectdashboardmain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/menubar.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/notebookmain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/notificationwidget.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/outputarea.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/cell.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/savewidget.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/utils.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/textcell.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/loginmain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/codecell.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/contexthint.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/pagemain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/tooltip.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/layoutmanager.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/events.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/kernel.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/printnotebookmain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/initmathjax.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/namespace.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/clusterlist.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/completer.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/notebooklist.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/toolbar.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/loginwidget.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/pager.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/js/logoutmain.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js copying build/lib/IPython/frontend/html/notebook/static/favicon.ico -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown copying build/lib/IPython/frontend/html/notebook/static/pagedown/LICENSE.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown copying build/lib/IPython/frontend/html/notebook/static/pagedown/Markdown.Converter.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/pagedown copying build/lib/IPython/frontend/html/notebook/static/ipynblogo.png -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/dateformat copying build/lib/IPython/frontend/html/notebook/static/dateformat/date.format.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/dateformat creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/page.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/alternateuploadform.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/logout.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/tooltip.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/projectdashboard.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/renderedhtml.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/printnotebook.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/login.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/boilerplate.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/fbm.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css copying build/lib/IPython/frontend/html/notebook/static/css/notebook.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/css creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror copying build/lib/IPython/frontend/html/notebook/static/codemirror/LICENSE -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed/htmlmixed.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/htmlmixed creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/rst.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/rst/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/rst creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/javascript.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/javascript/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/javascript creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/xml.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/xml/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/xml creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/LICENSE.txt -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/python.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/python/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/python creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/css/css.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/css creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/markdown.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown copying build/lib/IPython/frontend/html/notebook/static/codemirror/mode/markdown/index.html -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/mode/markdown creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/codemirror.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/overlay.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/searchcursor.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/search.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/dialog.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/javascript-hint.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/formatting.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/foldcode.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/simple-hint.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/lib/util/runmode.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/lib/util copying build/lib/IPython/frontend/html/notebook/static/codemirror/README.md -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/cobalt.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/night.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/rubyblue.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/ipython.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/eclipse.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/neat.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/monokai.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/theme/elegant.css -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror/theme copying build/lib/IPython/frontend/html/notebook/static/codemirror/README-IPython.rst -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/codemirror copying build/lib/IPython/frontend/html/notebook/clustermanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/zmqhttp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/notebookmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook copying build/lib/IPython/frontend/html/notebook/kernelmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests copying build/lib/IPython/frontend/html/notebook/tests/test_kernelsession.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests copying build/lib/IPython/frontend/html/notebook/tests/test_nbmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests copying build/lib/IPython/frontend/html/notebook/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests copying build/lib/IPython/frontend/html/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html copying build/lib/IPython/frontend/consoleapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend copying build/lib/IPython/frontend/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/rich_text.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/base_frontend_mixin.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/util.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/svg.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt copying build/lib/IPython/frontend/qt/kernelmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/pygments_highlighter.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/kill_ring.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/completion_html.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/history_console_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/qtconsoleapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/completion_lexer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/frontend_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/console_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/completion_plain.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/ansi_code_processor.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/bracket_matcher.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/resources creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/resources/icon copying build/lib/IPython/frontend/qt/console/resources/icon/IPythonConsole.svg -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/resources/icon copying build/lib/IPython/frontend/qt/console/styles.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/completion_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/ipython_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/mainwindow.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/tests/test_ansi_code_processor.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/tests/__init__.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/tests/test_kill_ring.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/tests/test_console_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/tests/test_completion_lexer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests copying build/lib/IPython/frontend/qt/console/rich_ipython_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console copying build/lib/IPython/frontend/qt/console/call_tip_widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/launcher.py to launcher.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/ipengineapp.py to ipengineapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/logwatcher.py to logwatcher.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/winhpcjob.py to winhpcjob.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/baseapp.py to baseapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/iploggerapp.py to iploggerapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/ipclusterapp.py to ipclusterapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/win32support.py to win32support.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/apps/ipcontrollerapp.py to ipcontrollerapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/factory.py to factory.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/remotefunction.py to remotefunction.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/view.py to view.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/magics.py to magics.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/asyncresult.py to asyncresult.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/map.py to map.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/client/client.py to client.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/engine/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/engine/engine.py to engine.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/scheduler.py to scheduler.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/mongodb.py to mongodb.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/heartmonitor.py to heartmonitor.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/sqlitedb.py to sqlitedb.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/hub.py to hub.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/dependency.py to dependency.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/controller/dictdb.py to dictdb.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_client.py to test_client.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_magics.py to test_magics.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_newserialized.py to test_newserialized.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_db.py to test_db.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_mongodb.py to test_mongodb.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_lbview.py to test_lbview.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_dependency.py to test_dependency.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/clienttest.py to clienttest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_asyncresult.py to test_asyncresult.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/parallel/tests/test_view.py to test_view.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/skipdoctest.py to skipdoctest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tools.py to tools.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/nose_assert_methods.py to nose_assert_methods.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/_paramtestpy3.py to _paramtestpy3.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/nosepatch.py to nosepatch.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/ipunittest.py to ipunittest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/mkdoctests.py to mkdoctests.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/dtexample.py to dtexample.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/simple.py to simple.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/setup.py to setup.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/simplevars.py to simplevars.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_ipdoctest.py to test_ipdoctest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/ipdoctest.py to ipdoctest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/iptest.py to iptest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/test_refs.py to test_refs.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/plugin/show_refs.py to show_refs.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/globalipapp.py to globalipapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/_paramtestpy2.py to _paramtestpy2.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests/test_ipunittest.py to test_ipunittest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests/test_tools.py to test_tools.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests/test_decorators.py to test_decorators.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/iptest.py to iptest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/kernel/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/storemagic.py to storemagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/sympyprinting.py to sympyprinting.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/autoreload.py to autoreload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/parallelmagic.py to parallelmagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/rmagic.py to rmagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/cythonmagic.py to cythonmagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_octavemagic.py to test_octavemagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_rmagic.py to test_rmagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_autoreload.py to test_autoreload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/tests/test_cythonmagic.py to test_cythonmagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/extensions/octavemagic.py to octavemagic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/nbbase.py to nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/rwbase.py to rwbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests/test_nbbase.py to test_nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests/nbexamples.py to nbexamples.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/tests/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v1/nbjson.py to nbjson.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/nbxml.py to nbxml.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/nbpy.py to nbpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/nbbase.py to nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/rwbase.py to rwbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests/test_nbpy.py to test_nbpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests/test_nbbase.py to test_nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests/nbexamples.py to nbexamples.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/tests/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v2/nbjson.py to nbjson.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/convert.py to convert.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/nbpy.py to nbpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/nbbase.py to nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/rwbase.py to rwbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/test_nbpy.py to test_nbpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/test_nbbase.py to test_nbbase.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/formattest.py to formattest.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/nbexamples.py to nbexamples.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/tests/test_json.py to test_json.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/v3/nbjson.py to nbjson.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/nbformat/current.py to current.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookpyglet.py to inputhookpyglet.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhook.py to inputhook.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/deepreload.py to deepreload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookqt4.py to inputhookqt4.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/pretty.py to pretty.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk3.py to inputhookgtk3.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/guisupport.py to guisupport.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookglut.py to inputhookglut.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/latextools.py to latextools.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/demo.py to demo.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/irunner.py to irunner.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/display.py to display.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/clipboard.py to clipboard.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookwx.py to inputhookwx.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/inputhookgtk.py to inputhookgtk.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_security.py to test_security.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_deepreload.py to test_deepreload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_irunner_pylab_magic.py to test_irunner_pylab_magic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_kernel.py to test_kernel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_pretty.py to test_pretty.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_irunner.py to test_irunner.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_backgroundjobs.py to test_backgroundjobs.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/tests/test_imports.py to test_imports.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/kernel.py to kernel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/lib/backgroundjobs.py to backgroundjobs.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/scripts/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magic_arguments.py to magic_arguments.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/autocall.py to autocall.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/hooks.py to hooks.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/splitinput.py to splitinput.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/shadowns.py to shadowns.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/prefilter.py to prefilter.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/pylab.py to pylab.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/script.py to script.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/execution.py to execution.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/deprecated.py to deprecated.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/code.py to code.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/extension.py to extension.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/auto.py to auto.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/namespace.py to namespace.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/logging.py to logging.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/history.py to history.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/basic.py to basic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magics/osm.py to osm.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/builtin_trap.py to builtin_trap.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/payload.py to payload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/magic.py to magic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/error.py to error.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/interactiveshell.py to interactiveshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/ultratb.py to ultratb.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/debugger.py to debugger.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/release.py to release.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/logger.py to logger.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/pylabtools.py to pylabtools.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/displaypub.py to displaypub.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/macro.py to macro.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/ipapi.py to ipapi.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/alias.py to alias.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/display_trap.py to display_trap.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/displayhook.py to displayhook.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/completerlib.py to completerlib.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/usage.py to usage.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/display.py to display.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/oinspect.py to oinspect.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/excolors.py to excolors.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/compilerop.py to compilerop.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/profiledir.py to profiledir.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/page.py to page.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/extensions.py to extensions.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/crashhandler.py to crashhandler.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/formatters.py to formatters.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/refbug.py to refbug.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_autocall.py to test_autocall.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_run.py to test_run.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_logger.py to test_logger.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/tclass.py to tclass.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_interactiveshell.py to test_interactiveshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_prefilter.py to test_prefilter.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_pylabtools.py to test_pylabtools.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_inputsplitter.py to test_inputsplitter.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_handlers.py to test_handlers.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_fakemodule.py to test_fakemodule.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_formatters.py to test_formatters.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_splitinput.py to test_splitinput.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/daft_extension.py to daft_extension.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_debugger.py to test_debugger.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_page.py to test_page.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/nonascii.py to nonascii.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_application.py to test_application.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic.py to test_magic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_plugin.py to test_plugin.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_history.py to test_history.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_compilerop.py to test_compilerop.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_completerlib.py to test_completerlib.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_terminal.py to test_magic_terminal.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_prompts.py to test_prompts.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_imports.py to test_imports.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_profile.py to test_profile.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_magic_arguments.py to test_magic_arguments.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_hooks.py to test_hooks.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/simpleerr.py to simpleerr.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_oinspect.py to test_oinspect.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_completer.py to test_completer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/tests/test_iplib.py to test_iplib.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/history.py to history.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/payloadpage.py to payloadpage.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/plugin.py to plugin.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/fakemodule.py to fakemodule.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/shellapp.py to shellapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/inputsplitter.py to inputsplitter.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/prompts.py to prompts.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/core/profileapp.py to profileapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/upgradedir.py to upgradedir.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/ipstruct.py to ipstruct.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/process.py to process.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/module_paths.py to module_paths.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/doctestreload.py to doctestreload.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/newserialized.py to newserialized.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/path.py to path.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tempdir.py to tempdir.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/traitlets.py to traitlets.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/_process_posix.py to _process_posix.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/rlineimpl.py to rlineimpl.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/pickleshare.py to pickleshare.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/text.py to text.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/pyfile.py to pyfile.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/codeutil.py to codeutil.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/encoding.py to encoding.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/daemonize.py to daemonize.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/syspathcontext.py to syspathcontext.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/io.py to io.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/_process_win32.py to _process_win32.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/growl.py to growl.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/pickleutil.py to pickleutil.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/data.py to data.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/autoattr.py to autoattr.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/terminal.py to terminal.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/py3compat.py to py3compat.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/jsonutil.py to jsonutil.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/decorators.py to decorators.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/dir2.py to dir2.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/generics.py to generics.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/strdispatch.py to strdispatch.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/notification.py to notification.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/coloransi.py to coloransi.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/wildcard.py to wildcard.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/nested_context.py to nested_context.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/openpy.py to openpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/_sysinfo.py to _sysinfo.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/importstring.py to importstring.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/_process_common.py to _process_common.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/_process_win32_controller.py to _process_win32_controller.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/PyColorize.py to PyColorize.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/cursesimport.py to cursesimport.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/attic.py to attic.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/timing.py to timing.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/localinterfaces.py to localinterfaces.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_path.py to test_path.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_io.py to test_io.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_text.py to test_text.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_process.py to test_process.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_wildcard.py to test_wildcard.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_jsonutil.py to test_jsonutil.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_dir2.py to test_dir2.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_notification.py to test_notification.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_module_paths.py to test_module_paths.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_openpy.py to test_openpy.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_imports.py to test_imports.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_traitlets.py to test_traitlets.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/tests/test_pycolorize.py to test_pycolorize.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/sysinfo.py to sysinfo.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/warn.py to warn.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/utils/frame.py to frame.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/argparse/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_utils.py to _numpy_testing_utils.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorators/_numpy_testing_noseclasses.py to _numpy_testing_noseclasses.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/mathjax.py to mathjax.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorator/_decorator.py to _decorator.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/decorator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/pexpect/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh/tunnel.py to tunnel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/ssh/forward.py to forward.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/simplegeneric/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/path/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/path/_path.py to _path.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/qt.py to qt.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/external/qt_for_kernel.py to qt_for_kernel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/heartbeat.py to heartbeat.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/session.py to session.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/blockingkernelmanager.py to blockingkernelmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/kernelapp.py to kernelapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/log.py to log.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/eventloops.py to eventloops.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/entry_point.py to entry_point.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/pylab/backend_inline.py to backend_inline.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/pylab/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/serialize.py to serialize.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/gui/gtkembed.py to gtkembed.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/gui/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/parentpoller.py to parentpoller.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/zmqshell.py to zmqshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/iostream.py to iostream.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/displayhook.py to displayhook.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/frontend.py to frontend.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/kernelmanager.py to kernelmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests/test_message_spec.py to test_message_spec.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests/test_embed_kernel.py to test_embed_kernel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/tests/test_session.py to test_session.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/zmq/ipkernel.py to ipkernel.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/display.py to display.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/application.py to application.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/cluster/ipython_config.py to ipython_config.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/sympy/ipython_config.py to ipython_config.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/math/ipython_config.py to ipython_config.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/profile/pysh/ipython_config.py to ipython_config.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/configurable.py to configurable.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests/test_loader.py to test_loader.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests/test_application.py to test_application.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/config/tests/test_configurable.py to test_configurable.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/embed.py to embed.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/interactiveshell.py to interactiveshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/app.py to app.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/interactiveshell.py to interactiveshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/completer.py to completer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/tests/test_console.py to test_console.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/console/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/tests/test_interactivshell.py to test_interactivshell.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.py to ipapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/handlers.py to handlers.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/notebookapp.py to notebookapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/clustermanager.py to clustermanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/zmqhttp.py to zmqhttp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/notebookmanager.py to notebookmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/kernelmanager.py to kernelmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests/test_kernelsession.py to test_kernelsession.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests/test_nbmanager.py to test_nbmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/notebook/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/html/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/consoleapp.py to consoleapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/rich_text.py to rich_text.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/base_frontend_mixin.py to base_frontend_mixin.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/util.py to util.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/svg.py to svg.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/kernelmanager.py to kernelmanager.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/pygments_highlighter.py to pygments_highlighter.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/kill_ring.py to kill_ring.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/completion_html.py to completion_html.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/history_console_widget.py to history_console_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/qtconsoleapp.py to qtconsoleapp.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/completion_lexer.py to completion_lexer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/frontend_widget.py to frontend_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/console_widget.py to console_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/completion_plain.py to completion_plain.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/ansi_code_processor.py to ansi_code_processor.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/bracket_matcher.py to bracket_matcher.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/styles.py to styles.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/completion_widget.py to completion_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/ipython_widget.py to ipython_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/mainwindow.py to mainwindow.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests/test_ansi_code_processor.py to test_ansi_code_processor.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests/test_kill_ring.py to test_kill_ring.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests/test_console_widget.py to test_console_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/tests/test_completion_lexer.py to test_completion_lexer.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/rich_ipython_widget.py to rich_ipython_widget.pyc byte-compiling /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/frontend/qt/console/call_tip_widget.py to call_tip_widget.pyc writing byte-compilation script '/tmp/tmpwu46VJ.py' /usr/bin/python -O /tmp/tmpwu46VJ.py removing /tmp/tmpwu46VJ.py running install_scripts creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/irunner -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/ipcontroller -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/ipengine -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/iplogger -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/iptest -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/ipython -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/pycolor -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin copying build/scripts-2.7/ipcluster -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/irunner to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/ipcontroller to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/ipengine to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/iplogger to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/iptest to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/ipython to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/pycolor to 755 changing mode of /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/ipcluster to 755 running install_data creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/ipengine.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/pycolor.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/ipcontroller.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/irunner.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/iplogger.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/ipython.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 copying docs/man/ipcluster.1 -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/man/man1 creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/extensions creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/01_notebook_introduction.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/formatting.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/sympy_quantum_computing.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/octavemagic_extension.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/python-logo.svg -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/rmagic_extension.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/animation.m4v -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/00_notebook_tour.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/cython_extension.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/trapezoid_rule.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/Capturing Output.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/Animations_and_Progress.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/display_protocol.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/sympy.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks copying docs/examples/notebooks/Script Magics.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/notebooks creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/helloworld.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/phistogram.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/taskmap.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/Parallel Magics.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/multiengine2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/parallel_mpi.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/itermapresult.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/dagdeps.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/fetchparse.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/task2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/task1.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/customresults.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/iopubwatcher.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/helloworld.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/task_profiler.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/task1.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/multienginemap.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/parallel_pylab.ipy -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/multiengine1.ipy -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/nwmerge.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel copying docs/examples/parallel/taskmap.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/davinci copying docs/examples/parallel/davinci/wordfreq.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/davinci copying docs/examples/parallel/davinci/pwordfreq.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/davinci creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D copying docs/examples/parallel/wave2D/wavesolver.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D copying docs/examples/parallel/wave2D/communicator.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D copying docs/examples/parallel/wave2D/parallelwave.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D copying docs/examples/parallel/wave2D/parallelwave-mpi.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D copying docs/examples/parallel/wave2D/RectPartitioner.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/wave2D creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/options copying docs/examples/parallel/options/mcpricer.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/options copying docs/examples/parallel/options/mckernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/options copying docs/examples/parallel/options/mcpricer.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/options creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo copying docs/examples/parallel/demo/noncopying.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo copying docs/examples/parallel/demo/throughput.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo copying docs/examples/parallel/demo/map.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo copying docs/examples/parallel/demo/dependencies.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo copying docs/examples/parallel/demo/views.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/demo creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/workflow copying docs/examples/parallel/workflow/wmanager.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/workflow copying docs/examples/parallel/workflow/job_wrapper.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/workflow copying docs/examples/parallel/workflow/client.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/workflow creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/rmt copying docs/examples/parallel/rmt/rmtkernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/rmt copying docs/examples/parallel/rmt/rmt.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/rmt copying docs/examples/parallel/rmt/rmt.ipy -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/rmt creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/interengine copying docs/examples/parallel/interengine/interengine.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/interengine copying docs/examples/parallel/interengine/communicator.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/interengine copying docs/examples/parallel/interengine/bintree_script.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/interengine copying docs/examples/parallel/interengine/bintree.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/interengine creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/pi copying docs/examples/parallel/pi/pidigits.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/pi copying docs/examples/parallel/pi/parallelpi.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/pi creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/plotting copying docs/examples/parallel/plotting/plotting_frontend.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/plotting copying docs/examples/parallel/plotting/plotting_backend.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/parallel/plotting creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/vim copying docs/examples/vim/ipy.vim -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/vim copying docs/examples/vim/README.rst -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/vim creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/example-demo.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-pyglet.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-tk.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-qt.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-gtk3.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-glut.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-gtk.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/ipkernel_wxapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/ipkernel_qtapp.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/gui-wx.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/BackgroundJobs.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib copying docs/examples/lib/internal_ipkernel.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/lib creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/leo_bridge_demo.leo -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/seteditor.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/ipython_here_shell_extension.reg -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/example-embed.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/ipython.desktop -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/example-gnuplot.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/display.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/appconfig.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/new-embed.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/ipython-get-history.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/example-embed-short.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/ipython-qtconsole.desktop -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core copying docs/examples/core/ipython-sh.desktop -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/core creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets/directview copying docs/examples/widgets/directview/directview.js -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets/directview copying docs/examples/widgets/directview/directview.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets/directview copying docs/examples/widgets/directview/directview.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets/directview copying docs/examples/widgets/directview/widget.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/widgets/directview creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests copying docs/examples/tests/pylab_figshow.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/heartbeat copying docs/examples/tests/heartbeat/hb_gil.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/heartbeat copying docs/examples/tests/heartbeat/gilsleep.ipynb -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/heartbeat creating /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/embed copying docs/examples/tests/embed/embed1.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/embed copying docs/examples/tests/embed/embed2.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/embed copying docs/examples/tests/embed/embed3.py -> /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython/examples/tests/embed running install_egg_info Writing /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/ipython-0.13.1-py2.7.egg-info + mv /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/share/doc/ipython-0.13.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/ipython-0.13.1 find: `debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GUS6zk + umask 022 + cd /builddir/build/BUILD + cd ipython-0.13.1 + PYTHONPATH=/builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages + PATH=/builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin + LC_ALL=en_US.UTF-8 + /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/bin/iptest ................................S...........S. ---------------------------------------------------------------------- Ran 46 tests in 0.065s OK (SKIP=2) .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K......... ---------------------------------------------------------------------- Ran 480 tests in 15.480s OK (KNOWNFAIL=1) . ---------------------------------------------------------------------- Ran 1 test in 0.001s OK ............: cannot connect to X server ...............SS.................... ---------------------------------------------------------------------- Ran 38 tests in 2.314s OK (SKIP=2) ..............................S..S..........................S ---------------------------------------------------------------------- Ran 65 tests in 0.067s OK (SKIP=3) ...............................................................................SS...S..............S............S..S.................................................................................................................. ---------------------------------------------------------------------- Ran 232 tests in 1.115s OK (SKIP=6) ...................................................... ---------------------------------------------------------------------- Ran 54 tests in 0.057s OK ...................................................................................................................................................... ---------------------------------------------------------------------- Ran 160 tests in 11.696s OK ..........................................................................................................S.............SSSSSSSSSSSSSS........................................................S ---------------------------------------------------------------------- Ran 192 tests in 43.977s OK (SKIP=16) ********************************************************************** IPython test group: IPython.config ********************************************************************** IPython test group: IPython.core ********************************************************************** IPython test group: IPython.extensions ********************************************************************** IPython test group: IPython.frontend ********************************************************************** IPython test group: IPython.lib ********************************************************************** IPython test group: IPython.testing ********************************************************************** IPython test group: IPython.utils ********************************************************************** IPython test group: IPython.nbformat ********************************************************************** IPython test group: IPython.zmq ********************************************************************** IPython test group: IPython.parallel ********************************************************************** Test suite completed for system with the following information: {'commit_hash': '177894e', 'commit_source': 'installation', 'default_encoding': 'UTF-8', 'ipython_path': '/builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython', 'ipython_version': '0.13.1', 'os_name': 'posix', 'platform': 'Linux-2.6.32-279.19.1.el6.x86_64-i686-with-fedora-18-Spherical_Cow', 'sys_executable': '/usr/bin/python', 'sys_platform': 'linux2', 'sys_version': '2.7.3 (default, Aug 9 2012, 17:23:58) \n[GCC 4.7.1 20120720 (Red Hat 4.7.1-5)]'} Tools and libraries available at test time: curses matplotlib numpy pexpect pygments pymongo qt sqlite3 zmq Tools and libraries NOT available at test time: cython oct2py rpy2 tornado wx wx.aui Ran 10 test groups in 89.828s Status: ERROR - 1 out of 10 test groups failed. ---------------------------------------- Runner failed: IPython.frontend You may wish to rerun this one individually, with: /usr/bin/python /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch/usr/lib/python2.7/site-packages/IPython/testing/iptest.py IPython.frontend some tests failed, continue... + echo 'some tests failed, continue...' + exit 0 Processing files: python-ipython-0.13.1-3.fc18.noarch Provides: ipython = 0.13.1-3.fc18 python-ipython = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Obsoletes: ipython < 0.13-1 Processing files: python-ipython-console-0.13.1-3.fc18.noarch Provides: python-ipython-console = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Processing files: python-ipython-notebook-0.13.1-3.fc18.noarch Provides: ipython-notebook = 0.13.1-3.fc18 python-ipython-notebook = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Processing files: python-ipython-tests-0.13.1-3.fc18.noarch Provides: ipython-tests = 0.13.1-3.fc18 python-ipython-tests = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Obsoletes: ipython-tests < 0.13-1 Processing files: python-ipython-doc-0.13.1-3.fc18.noarch Provides: ipython-doc = 0.13.1-3.fc18 python-ipython-doc = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/env Obsoletes: ipython-doc < 0.13-1 Processing files: python-ipython-gui-0.13.1-3.fc18.noarch Provides: ipython-gui = 0.13.1-3.fc18 python-ipython-gui = 0.13.1-3.fc18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: ipython-gui < 0.13-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch Wrote: /builddir/build/RPMS/python-ipython-0.13.1-3.fc18.noarch.rpm Wrote: /builddir/build/RPMS/python-ipython-console-0.13.1-3.fc18.noarch.rpm Wrote: /builddir/build/RPMS/python-ipython-notebook-0.13.1-3.fc18.noarch.rpm Wrote: /builddir/build/RPMS/python-ipython-tests-0.13.1-3.fc18.noarch.rpm Wrote: /builddir/build/RPMS/python-ipython-doc-0.13.1-3.fc18.noarch.rpm Wrote: /builddir/build/RPMS/python-ipython-gui-0.13.1-3.fc18.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.HadwkU + umask 022 + cd /builddir/build/BUILD + cd ipython-0.13.1 + rm -rf /builddir/build/BUILDROOT/ipython-0.13.1-3.fc18.noarch + exit 0 Child return code was: 0 LEAVE do -->