Created temporary directory: /tmp/pip-ephem-wheel-cache-u6jluit2 Created temporary directory: /tmp/pip-req-tracker-1h339f_2 Created requirements tracker '/tmp/pip-req-tracker-1h339f_2' Created temporary directory: /tmp/pip-wheel-u_4qb92h Collecting lookatme==0.1.0 1 location(s) to search for versions of lookatme: * https://pypi.org/simple/lookatme/ Getting page https://pypi.org/simple/lookatme/ Analyzing links from page https://pypi.org/simple/lookatme/ Found link https://files.pythonhosted.org/packages/ca/9e/41a93ec7fc14665e06a5a688688ab60ad5587f0431d2796db9fe4c96a749/lookatme-0.0.2.tar.gz#sha256=fdecfa1045727fc6ec3f4f794ee5e4bb28244e7a82f62b97324945f2175190eb (from https://pypi.org/simple/lookatme/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz#sha256=b59a097eb83cf6187956bcd08d66b2a3fd43c96531adfce8ccf34759a363608a (from https://pypi.org/simple/lookatme/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-7qkms7fg Downloading https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz#sha256=b59a097eb83cf6187956bcd08d66b2a3fd43c96531adfce8ccf34759a363608a (from https://pypi.org/simple/lookatme/) Added lookatme==0.1.0 from https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz#sha256=b59a097eb83cf6187956bcd08d66b2a3fd43c96531adfce8ccf34759a363608a to build tracker '/tmp/pip-req-tracker-1h339f_2' Running setup.py (path:/tmp/pip-wheel-u_4qb92h/lookatme/setup.py) egg_info for package lookatme Running command python setup.py egg_info running egg_info creating pip-egg-info/lookatme.egg-info writing dependency_links to pip-egg-info/lookatme.egg-info/dependency_links.txt writing entry points to pip-egg-info/lookatme.egg-info/entry_points.txt writing pip-egg-info/lookatme.egg-info/PKG-INFO writing top-level names to pip-egg-info/lookatme.egg-info/top_level.txt writing requirements to pip-egg-info/lookatme.egg-info/requires.txt writing manifest file 'pip-egg-info/lookatme.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/lookatme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' warning: no files found matching 'LICENSE*' writing manifest file 'pip-egg-info/lookatme.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-u_4qb92h/lookatme has version 0.1.0, which satisfies requirement lookatme==0.1.0 from https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz#sha256=b59a097eb83cf6187956bcd08d66b2a3fd43c96531adfce8ccf34759a363608a Removed lookatme==0.1.0 from https://files.pythonhosted.org/packages/ac/01/c315d1c028acd10fa574725781635f474ff81c0432d63f1092086891b432/lookatme-0.1.0.tar.gz#sha256=b59a097eb83cf6187956bcd08d66b2a3fd43c96531adfce8ccf34759a363608a from build tracker '/tmp/pip-req-tracker-1h339f_2' Building wheels for collected packages: lookatme Created temporary directory: /tmp/pip-wheel-v5xe1cz4 Running setup.py bdist_wheel for lookatme: started Destination directory: /tmp/pip-wheel-v5xe1cz4 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-u_4qb92h/lookatme/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-v5xe1cz4 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/lookatme copying lookatme/exceptions.py -> build/lib/lookatme copying lookatme/config.py -> build/lib/lookatme copying lookatme/utils.py -> build/lib/lookatme copying lookatme/log.py -> build/lib/lookatme copying lookatme/__init__.py -> build/lib/lookatme copying lookatme/pres.py -> build/lib/lookatme copying lookatme/tui.py -> build/lib/lookatme copying lookatme/__main__.py -> build/lib/lookatme copying lookatme/slide.py -> build/lib/lookatme copying lookatme/parser.py -> build/lib/lookatme copying lookatme/schemas.py -> build/lib/lookatme creating build/lib/tests copying tests/test_markdown.py -> build/lib/tests copying tests/test_table.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_parse.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_schemas.py -> build/lib/tests creating build/lib/lookatme/widgets copying lookatme/widgets/table.py -> build/lib/lookatme/widgets copying lookatme/widgets/__init__.py -> build/lib/lookatme/widgets creating build/lib/lookatme/themes copying lookatme/themes/light.py -> build/lib/lookatme/themes copying lookatme/themes/__init__.py -> build/lib/lookatme/themes copying lookatme/themes/dark.py -> build/lib/lookatme/themes creating build/lib/lookatme/render copying lookatme/render/asciinema.py -> build/lib/lookatme/render copying lookatme/render/markdown_block.py -> build/lib/lookatme/render copying lookatme/render/markdown_inline.py -> build/lib/lookatme/render copying lookatme/render/pygments.py -> build/lib/lookatme/render copying lookatme/render/__init__.py -> build/lib/lookatme/render creating build/lib/lookatme/contrib copying lookatme/contrib/__init__.py -> build/lib/lookatme/contrib copying lookatme/contrib/terminal.py -> build/lib/lookatme/contrib 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/lookatme copying build/lib/lookatme/exceptions.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/config.py -> build/bdist.linux-armv7l/wheel/lookatme creating build/bdist.linux-armv7l/wheel/lookatme/widgets copying build/lib/lookatme/widgets/table.py -> build/bdist.linux-armv7l/wheel/lookatme/widgets copying build/lib/lookatme/widgets/__init__.py -> build/bdist.linux-armv7l/wheel/lookatme/widgets copying build/lib/lookatme/utils.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/log.py -> build/bdist.linux-armv7l/wheel/lookatme creating build/bdist.linux-armv7l/wheel/lookatme/themes copying build/lib/lookatme/themes/light.py -> build/bdist.linux-armv7l/wheel/lookatme/themes copying build/lib/lookatme/themes/__init__.py -> build/bdist.linux-armv7l/wheel/lookatme/themes copying build/lib/lookatme/themes/dark.py -> build/bdist.linux-armv7l/wheel/lookatme/themes creating build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/render/asciinema.py -> build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/render/markdown_block.py -> build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/render/markdown_inline.py -> build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/render/pygments.py -> build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/render/__init__.py -> build/bdist.linux-armv7l/wheel/lookatme/render copying build/lib/lookatme/__init__.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/pres.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/tui.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/__main__.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/slide.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/parser.py -> build/bdist.linux-armv7l/wheel/lookatme copying build/lib/lookatme/schemas.py -> build/bdist.linux-armv7l/wheel/lookatme creating build/bdist.linux-armv7l/wheel/lookatme/contrib copying build/lib/lookatme/contrib/__init__.py -> build/bdist.linux-armv7l/wheel/lookatme/contrib copying build/lib/lookatme/contrib/terminal.py -> build/bdist.linux-armv7l/wheel/lookatme/contrib creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_markdown.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_table.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/utils.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_parse.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_schemas.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing requirements to lookatme.egg-info/requires.txt writing entry points to lookatme.egg-info/entry_points.txt writing dependency_links to lookatme.egg-info/dependency_links.txt writing top-level names to lookatme.egg-info/top_level.txt writing lookatme.egg-info/PKG-INFO reading manifest file 'lookatme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' warning: no files found matching 'LICENSE*' writing manifest file 'lookatme.egg-info/SOURCES.txt' Copying lookatme.egg-info to build/bdist.linux-armv7l/wheel/lookatme-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/lookatme-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-v5xe1cz4/lookatme-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'lookatme/__init__.py' adding 'lookatme/__main__.py' adding 'lookatme/config.py' adding 'lookatme/exceptions.py' adding 'lookatme/log.py' adding 'lookatme/parser.py' adding 'lookatme/pres.py' adding 'lookatme/schemas.py' adding 'lookatme/slide.py' adding 'lookatme/tui.py' adding 'lookatme/utils.py' adding 'lookatme/contrib/__init__.py' adding 'lookatme/contrib/terminal.py' adding 'lookatme/render/__init__.py' adding 'lookatme/render/asciinema.py' adding 'lookatme/render/markdown_block.py' adding 'lookatme/render/markdown_inline.py' adding 'lookatme/render/pygments.py' adding 'lookatme/themes/__init__.py' adding 'lookatme/themes/dark.py' adding 'lookatme/themes/light.py' adding 'lookatme/widgets/__init__.py' adding 'lookatme/widgets/table.py' adding 'tests/__init__.py' adding 'tests/test_markdown.py' adding 'tests/test_parse.py' adding 'tests/test_schemas.py' adding 'tests/test_table.py' adding 'tests/utils.py' adding 'lookatme-0.1.0.dist-info/METADATA' adding 'lookatme-0.1.0.dist-info/WHEEL' adding 'lookatme-0.1.0.dist-info/entry_points.txt' adding 'lookatme-0.1.0.dist-info/top_level.txt' adding 'lookatme-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for lookatme: finished with status 'done' Stored in directory: /tmp/tmpkpvbngd3 Successfully built lookatme Cleaning up... Removing source in /tmp/pip-wheel-u_4qb92h/lookatme Removed build tracker '/tmp/pip-req-tracker-1h339f_2'