Created temporary directory: /tmp/pip-ephem-wheel-cache-evah61wi Created temporary directory: /tmp/pip-req-tracker-td0q7xg6 Created requirements tracker '/tmp/pip-req-tracker-td0q7xg6' Created temporary directory: /tmp/pip-wheel-bgnp5_yy Looking in indexes: https://pypi.python.org/simple Collecting jupytext==0.6.2 1 location(s) to search for versions of jupytext: * https://pypi.python.org/simple/jupytext/ Getting page https://pypi.python.org/simple/jupytext/ Analyzing links from page https://pypi.org/simple/jupytext/ Found link https://files.pythonhosted.org/packages/cf/13/5b25f9dc0a5c939109af044e786c6aa51ad61d4c6b02f109613d503181a1/jupytext-0.6.1.tar.gz#sha256=67260442f3933025e2373646b7eda0d87fc36dd08cbc2191e42824197b2a59b8 (from https://pypi.org/simple/jupytext/), version: 0.6.1 Found link https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz#sha256=ebe4ea2d4988cc5120b5feda30b3ab87da7300daf9fcbc72730e753ae3926546 (from https://pypi.org/simple/jupytext/), version: 0.6.2 Using version 0.6.2 (newest of versions: 0.6.2) Created temporary directory: /tmp/pip-unpack-foedn7c0 Downloading https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz#sha256=ebe4ea2d4988cc5120b5feda30b3ab87da7300daf9fcbc72730e753ae3926546 (from https://pypi.org/simple/jupytext/) Added jupytext==0.6.2 from https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz#sha256=ebe4ea2d4988cc5120b5feda30b3ab87da7300daf9fcbc72730e753ae3926546 to build tracker '/tmp/pip-req-tracker-td0q7xg6' Running setup.py (path:/tmp/pip-wheel-bgnp5_yy/jupytext/setup.py) egg_info for package jupytext Running command python setup.py egg_info running egg_info creating pip-egg-info/jupytext.egg-info writing dependency_links to pip-egg-info/jupytext.egg-info/dependency_links.txt writing entry points to pip-egg-info/jupytext.egg-info/entry_points.txt writing pip-egg-info/jupytext.egg-info/PKG-INFO writing top-level names to pip-egg-info/jupytext.egg-info/top_level.txt writing requirements to pip-egg-info/jupytext.egg-info/requires.txt writing manifest file 'pip-egg-info/jupytext.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/jupytext.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.ini' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'pip-egg-info/jupytext.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-bgnp5_yy/jupytext has version 0.6.2, which satisfies requirement jupytext==0.6.2 from https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz#sha256=ebe4ea2d4988cc5120b5feda30b3ab87da7300daf9fcbc72730e753ae3926546 Removed jupytext==0.6.2 from https://files.pythonhosted.org/packages/06/35/11f6f45d93bd349c2e61ec81e4a3134f783a61497d3b561598c98244283c/jupytext-0.6.2.tar.gz#sha256=ebe4ea2d4988cc5120b5feda30b3ab87da7300daf9fcbc72730e753ae3926546 from build tracker '/tmp/pip-req-tracker-td0q7xg6' Building wheels for collected packages: jupytext Created temporary directory: /tmp/pip-wheel-f3x9azpw Running setup.py bdist_wheel for jupytext: started Destination directory: /tmp/pip-wheel-f3x9azpw Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-bgnp5_yy/jupytext/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-f3x9azpw running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/jupytext copying jupytext/stringparser.py -> build/lib/jupytext copying jupytext/rmarkdownexporter.py -> build/lib/jupytext copying jupytext/jupytext.py -> build/lib/jupytext copying jupytext/cli.py -> build/lib/jupytext copying jupytext/cell_reader.py -> build/lib/jupytext copying jupytext/magics.py -> build/lib/jupytext copying jupytext/contentsmanager.py -> build/lib/jupytext copying jupytext/cell_metadata.py -> build/lib/jupytext copying jupytext/file_format_version.py -> build/lib/jupytext copying jupytext/combine.py -> build/lib/jupytext copying jupytext/header.py -> build/lib/jupytext copying jupytext/__init__.py -> build/lib/jupytext copying jupytext/compare.py -> build/lib/jupytext copying jupytext/cell_to_text.py -> build/lib/jupytext copying jupytext/languages.py -> build/lib/jupytext copying jupytext/srcexporter.py -> build/lib/jupytext creating build/lib/tests copying tests/test_ipynb_to_rmd.py -> build/lib/tests copying tests/test_combine.py -> build/lib/tests copying tests/test_rmd_to_ipynb.py -> build/lib/tests copying tests/test_read_simple_markdown.py -> build/lib/tests copying tests/test_trust_notebook.py -> build/lib/tests copying tests/test_compare.py -> build/lib/tests copying tests/test_read_simple_R.py -> build/lib/tests copying tests/test_active_cells.py -> build/lib/tests copying tests/test_save_multiple.py -> build/lib/tests copying tests/test_read_all_py.py -> build/lib/tests copying tests/test_nbconvert.py -> build/lib/tests copying tests/test_nbrmd_errors.py -> build/lib/tests copying tests/test_preserve_empty_cells.py -> build/lib/tests copying tests/test_cli.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_stringparser.py -> build/lib/tests copying tests/test_ipynb_to_R.py -> build/lib/tests copying tests/test_read_simple_rmd.py -> build/lib/tests copying tests/test_unicode.py -> build/lib/tests copying tests/test_read_simple_python.py -> build/lib/tests copying tests/test_mirror.py -> build/lib/tests copying tests/test_contentsmanager.py -> build/lib/tests copying tests/test_load_multiple.py -> build/lib/tests copying tests/test_read_simple_julia.py -> build/lib/tests copying tests/test_knitr_spin.py -> build/lib/tests copying tests/test_read_incomplete_rmd.py -> build/lib/tests copying tests/test_cells.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_header.py -> build/lib/tests copying tests/test_ipynb_to_py.py -> build/lib/tests copying tests/test_escape_magics.py -> build/lib/tests copying tests/python_notebook_sample.py -> build/lib/tests copying tests/test_cell_metadata.py -> build/lib/tests installing to build/bdist.linux-armv7l/wheel running install running install_lib creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/wheel creating build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/stringparser.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/rmarkdownexporter.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/jupytext.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/cli.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/cell_reader.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/magics.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/contentsmanager.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/cell_metadata.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/file_format_version.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/combine.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/header.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/__init__.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/compare.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/cell_to_text.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/languages.py -> build/bdist.linux-armv7l/wheel/jupytext copying build/lib/jupytext/srcexporter.py -> build/bdist.linux-armv7l/wheel/jupytext creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_ipynb_to_rmd.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_combine.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_rmd_to_ipynb.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_simple_markdown.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_trust_notebook.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_compare.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_simple_R.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_active_cells.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_save_multiple.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_all_py.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_nbconvert.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_nbrmd_errors.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_preserve_empty_cells.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_cli.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/utils.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_stringparser.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_ipynb_to_R.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_simple_rmd.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_unicode.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_simple_python.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_mirror.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_contentsmanager.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_load_multiple.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_simple_julia.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_knitr_spin.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read_incomplete_rmd.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_cells.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_header.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_ipynb_to_py.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_escape_magics.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/python_notebook_sample.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_cell_metadata.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing entry points to jupytext.egg-info/entry_points.txt writing requirements to jupytext.egg-info/requires.txt writing top-level names to jupytext.egg-info/top_level.txt writing jupytext.egg-info/PKG-INFO writing dependency_links to jupytext.egg-info/dependency_links.txt reading manifest file 'jupytext.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.ini' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'jupytext.egg-info/SOURCES.txt' Copying jupytext.egg-info to build/bdist.linux-armv7l/wheel/jupytext-0.6.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/jupytext-0.6.2.dist-info/WHEEL creating '/tmp/pip-wheel-f3x9azpw/jupytext-0.6.2-py3-none-any.whl' and adding '.' to it adding 'jupytext/__init__.py' adding 'jupytext/cell_metadata.py' adding 'jupytext/cell_reader.py' adding 'jupytext/cell_to_text.py' adding 'jupytext/cli.py' adding 'jupytext/combine.py' adding 'jupytext/compare.py' adding 'jupytext/contentsmanager.py' adding 'jupytext/file_format_version.py' adding 'jupytext/header.py' adding 'jupytext/jupytext.py' adding 'jupytext/languages.py' adding 'jupytext/magics.py' adding 'jupytext/rmarkdownexporter.py' adding 'jupytext/srcexporter.py' adding 'jupytext/stringparser.py' adding 'tests/__init__.py' adding 'tests/python_notebook_sample.py' adding 'tests/test_active_cells.py' adding 'tests/test_cell_metadata.py' adding 'tests/test_cells.py' adding 'tests/test_cli.py' adding 'tests/test_combine.py' adding 'tests/test_compare.py' adding 'tests/test_contentsmanager.py' adding 'tests/test_escape_magics.py' adding 'tests/test_header.py' adding 'tests/test_ipynb_to_R.py' adding 'tests/test_ipynb_to_py.py' adding 'tests/test_ipynb_to_rmd.py' adding 'tests/test_knitr_spin.py' adding 'tests/test_load_multiple.py' adding 'tests/test_mirror.py' adding 'tests/test_nbconvert.py' adding 'tests/test_nbrmd_errors.py' adding 'tests/test_preserve_empty_cells.py' adding 'tests/test_read_all_py.py' adding 'tests/test_read_incomplete_rmd.py' adding 'tests/test_read_simple_R.py' adding 'tests/test_read_simple_julia.py' adding 'tests/test_read_simple_markdown.py' adding 'tests/test_read_simple_python.py' adding 'tests/test_read_simple_rmd.py' adding 'tests/test_rmd_to_ipynb.py' adding 'tests/test_save_multiple.py' adding 'tests/test_stringparser.py' adding 'tests/test_trust_notebook.py' adding 'tests/test_unicode.py' adding 'tests/utils.py' adding 'jupytext-0.6.2.dist-info/entry_points.txt' adding 'jupytext-0.6.2.dist-info/top_level.txt' adding 'jupytext-0.6.2.dist-info/WHEEL' adding 'jupytext-0.6.2.dist-info/METADATA' adding 'jupytext-0.6.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for jupytext: finished with status 'done' Stored in directory: /tmp/tmp8st7dsh_ Successfully built jupytext Cleaning up... Removing source in /tmp/pip-wheel-bgnp5_yy/jupytext Removed build tracker '/tmp/pip-req-tracker-td0q7xg6'