Collecting intermake==1.0.0.14 1 location(s) to search for versions of intermake: * https://pypi.python.org/simple/intermake/ Getting page https://pypi.python.org/simple/intermake/ Analyzing links from page https://pypi.python.org/simple/intermake/ Found link https://pypi.python.org/packages/1d/30/d5e3643b591bc199ba5484bdd730b279caeb92320cd0abc489d9882459ac/intermake-1.0.0.14.tar.gz#md5=c173567d896b61f30f753e1a7c37d698 (from https://pypi.python.org/simple/intermake/), version: 1.0.0.14 Found link https://pypi.python.org/packages/37/ad/79444d7abf183e4a24d0321414278c3d821bee22a2570f69ae61b8dbf424/intermake-1.0.0.12.tar.gz#md5=8525399f9c7f73671ee8f3803f8a4383 (from https://pypi.python.org/simple/intermake/), version: 1.0.0.12 Found link https://pypi.python.org/packages/4f/87/3b5f5b8db3b4326d971f6d26eee177ae0b6b5447cbcc714e25cfbc386de5/intermake-1.0.0.13.tar.gz#md5=1a621268304cc8bf8fa6e1f9d68d57ad (from https://pypi.python.org/simple/intermake/), version: 1.0.0.13 Found link https://pypi.python.org/packages/d2/07/ba9d58b97c98bbdbda65737e24ff987eabff619e16ac909fe79b378c5e55/intermake-1.0.0.11.tar.gz#md5=3afa676815ed29272b0dbbe355d2a64a (from https://pypi.python.org/simple/intermake/), version: 1.0.0.11 Using version 1.0.0.14 (newest of versions: 1.0.0.14) Downloading intermake-1.0.0.14.tar.gz (123kB) Downloading from URL https://pypi.python.org/packages/1d/30/d5e3643b591bc199ba5484bdd730b279caeb92320cd0abc489d9882459ac/intermake-1.0.0.14.tar.gz#md5=c173567d896b61f30f753e1a7c37d698 (from https://pypi.python.org/simple/intermake/) Running setup.py (path:/tmp/pip-build-utncnqo5/intermake/setup.py) egg_info for package intermake Running command python setup.py egg_info running egg_info creating pip-egg-info/intermake.egg-info writing dependency_links to pip-egg-info/intermake.egg-info/dependency_links.txt writing requirements to pip-egg-info/intermake.egg-info/requires.txt writing pip-egg-info/intermake.egg-info/PKG-INFO writing top-level names to pip-egg-info/intermake.egg-info/top_level.txt writing manifest file 'pip-egg-info/intermake.egg-info/SOURCES.txt' package init file 'intermake/datastore/__init__.py' not found (or not a regular file) package init file 'intermake/engine/__init__.py' not found (or not a regular file) package init file 'intermake/helpers/__init__.py' not found (or not a regular file) package init file 'intermake/hosts/__init__.py' not found (or not a regular file) package init file 'intermake/hosts/frontends/__init__.py' not found (or not a regular file) package init file 'intermake/hosts/frontends/gui_qt/__init__.py' not found (or not a regular file) package init file 'intermake/hosts/frontends/gui_qt/designer/__init__.py' not found (or not a regular file) package init file 'intermake/hosts/frontends/gui_qt/views/__init__.py' not found (or not a regular file) package init file 'intermake/plugins/__init__.py' not found (or not a regular file) package init file 'intermake/visualisables/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/intermake.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/intermake.egg-info/SOURCES.txt' Source in /tmp/pip-build-utncnqo5/intermake has version 1.0.0.14, which satisfies requirement intermake==1.0.0.14 from https://pypi.python.org/packages/1d/30/d5e3643b591bc199ba5484bdd730b279caeb92320cd0abc489d9882459ac/intermake-1.0.0.14.tar.gz#md5=c173567d896b61f30f753e1a7c37d698 Building wheels for collected packages: intermake Running setup.py bdist_wheel for intermake: started Destination directory: /tmp/tmpdjp3cp2zpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-utncnqo5/intermake/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/tmpdjp3cp2zpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/intermake copying intermake/__init__.py -> build/lib/intermake package init file 'intermake/datastore/__init__.py' not found (or not a regular file) creating build/lib/intermake/datastore copying intermake/datastore/local_data.py -> build/lib/intermake/datastore package init file 'intermake/engine/__init__.py' not found (or not a regular file) creating build/lib/intermake/engine copying intermake/engine/async_result.py -> build/lib/intermake/engine copying intermake/engine/plugin_arguments.py -> build/lib/intermake/engine copying intermake/engine/mandate.py -> build/lib/intermake/engine copying intermake/engine/plugin_manager.py -> build/lib/intermake/engine copying intermake/engine/constants.py -> build/lib/intermake/engine copying intermake/engine/plugin.py -> build/lib/intermake/engine copying intermake/engine/function_inspector.py -> build/lib/intermake/engine copying intermake/engine/progress_reporter.py -> build/lib/intermake/engine copying intermake/engine/cli_helper.py -> build/lib/intermake/engine copying intermake/engine/m_print_helper.py -> build/lib/intermake/engine copying intermake/engine/environment.py -> build/lib/intermake/engine package init file 'intermake/helpers/__init__.py' not found (or not a regular file) creating build/lib/intermake/helpers copying intermake/helpers/table_draw.py -> build/lib/intermake/helpers copying intermake/helpers/coercion_extensions.py -> build/lib/intermake/helpers package init file 'intermake/hosts/__init__.py' not found (or not a regular file) creating build/lib/intermake/hosts copying intermake/hosts/base.py -> build/lib/intermake/hosts copying intermake/hosts/gui.py -> build/lib/intermake/hosts copying intermake/hosts/console.py -> build/lib/intermake/hosts package init file 'intermake/hosts/frontends/__init__.py' not found (or not a regular file) creating build/lib/intermake/hosts/frontends copying intermake/hosts/frontends/command_line.py -> build/lib/intermake/hosts/frontends package init file 'intermake/hosts/frontends/gui_qt/__init__.py' not found (or not a regular file) creating build/lib/intermake/hosts/frontends/gui_qt copying intermake/hosts/frontends/gui_qt/editorium_extensions.py -> build/lib/intermake/hosts/frontends/gui_qt copying intermake/hosts/frontends/gui_qt/frm_tree_view.py -> build/lib/intermake/hosts/frontends/gui_qt copying intermake/hosts/frontends/gui_qt/frm_maintenance.py -> build/lib/intermake/hosts/frontends/gui_qt copying intermake/hosts/frontends/gui_qt/frm_main.py -> build/lib/intermake/hosts/frontends/gui_qt copying intermake/hosts/frontends/gui_qt/frm_arguments.py -> build/lib/intermake/hosts/frontends/gui_qt package init file 'intermake/hosts/frontends/gui_qt/designer/__init__.py' not found (or not a regular file) creating build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/frm_tree_view_designer.py -> build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/frm_arguments_designer.py -> build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/frm_main_designer.py -> build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/resources.py -> build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/frm_maintenance_designer.py -> build/lib/intermake/hosts/frontends/gui_qt/designer copying intermake/hosts/frontends/gui_qt/designer/resources_rc.py -> build/lib/intermake/hosts/frontends/gui_qt/designer package init file 'intermake/hosts/frontends/gui_qt/views/__init__.py' not found (or not a regular file) creating build/lib/intermake/hosts/frontends/gui_qt/views copying intermake/hosts/frontends/gui_qt/views/progress_view.py -> build/lib/intermake/hosts/frontends/gui_qt/views copying intermake/hosts/frontends/gui_qt/views/results_view.py -> build/lib/intermake/hosts/frontends/gui_qt/views copying intermake/hosts/frontends/gui_qt/views/tree_view.py -> build/lib/intermake/hosts/frontends/gui_qt/views package init file 'intermake/plugins/__init__.py' not found (or not a regular file) creating build/lib/intermake/plugins copying intermake/plugins/command_plugin.py -> build/lib/intermake/plugins copying intermake/plugins/setter_plugin.py -> build/lib/intermake/plugins copying intermake/plugins/common_commands.py -> build/lib/intermake/plugins copying intermake/plugins/console_explorer.py -> build/lib/intermake/plugins copying intermake/plugins/visibilities.py -> build/lib/intermake/plugins copying intermake/plugins/test_plugins.py -> build/lib/intermake/plugins package init file 'intermake/visualisables/__init__.py' not found (or not a regular file) creating build/lib/intermake/visualisables copying intermake/visualisables/visualisable_operations.py -> build/lib/intermake/visualisables copying intermake/visualisables/visualisable.py -> build/lib/intermake/visualisables 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/intermake creating build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/command_plugin.py -> build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/setter_plugin.py -> build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/common_commands.py -> build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/console_explorer.py -> build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/visibilities.py -> build/bdist.linux-armv7l/wheel/intermake/plugins copying build/lib/intermake/plugins/test_plugins.py -> build/bdist.linux-armv7l/wheel/intermake/plugins creating build/bdist.linux-armv7l/wheel/intermake/datastore copying build/lib/intermake/datastore/local_data.py -> build/bdist.linux-armv7l/wheel/intermake/datastore creating build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/async_result.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/plugin_arguments.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/mandate.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/plugin_manager.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/constants.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/plugin.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/function_inspector.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/progress_reporter.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/cli_helper.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/m_print_helper.py -> build/bdist.linux-armv7l/wheel/intermake/engine copying build/lib/intermake/engine/environment.py -> build/bdist.linux-armv7l/wheel/intermake/engine creating build/bdist.linux-armv7l/wheel/intermake/visualisables copying build/lib/intermake/visualisables/visualisable_operations.py -> build/bdist.linux-armv7l/wheel/intermake/visualisables copying build/lib/intermake/visualisables/visualisable.py -> build/bdist.linux-armv7l/wheel/intermake/visualisables creating build/bdist.linux-armv7l/wheel/intermake/helpers copying build/lib/intermake/helpers/table_draw.py -> build/bdist.linux-armv7l/wheel/intermake/helpers copying build/lib/intermake/helpers/coercion_extensions.py -> build/bdist.linux-armv7l/wheel/intermake/helpers copying build/lib/intermake/__init__.py -> build/bdist.linux-armv7l/wheel/intermake creating build/bdist.linux-armv7l/wheel/intermake/hosts creating build/bdist.linux-armv7l/wheel/intermake/hosts/frontends copying build/lib/intermake/hosts/frontends/command_line.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends creating build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt copying build/lib/intermake/hosts/frontends/gui_qt/editorium_extensions.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt copying build/lib/intermake/hosts/frontends/gui_qt/frm_tree_view.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt creating build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/views copying build/lib/intermake/hosts/frontends/gui_qt/views/progress_view.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/views copying build/lib/intermake/hosts/frontends/gui_qt/views/results_view.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/views copying build/lib/intermake/hosts/frontends/gui_qt/views/tree_view.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/views copying build/lib/intermake/hosts/frontends/gui_qt/frm_maintenance.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt creating build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/frm_tree_view_designer.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/frm_arguments_designer.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/frm_main_designer.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/resources.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/frm_maintenance_designer.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/designer/resources_rc.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt/designer copying build/lib/intermake/hosts/frontends/gui_qt/frm_main.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt copying build/lib/intermake/hosts/frontends/gui_qt/frm_arguments.py -> build/bdist.linux-armv7l/wheel/intermake/hosts/frontends/gui_qt copying build/lib/intermake/hosts/base.py -> build/bdist.linux-armv7l/wheel/intermake/hosts copying build/lib/intermake/hosts/gui.py -> build/bdist.linux-armv7l/wheel/intermake/hosts copying build/lib/intermake/hosts/console.py -> build/bdist.linux-armv7l/wheel/intermake/hosts running install_egg_info running egg_info creating intermake.egg-info writing top-level names to intermake.egg-info/top_level.txt writing dependency_links to intermake.egg-info/dependency_links.txt writing intermake.egg-info/PKG-INFO writing requirements to intermake.egg-info/requires.txt writing manifest file 'intermake.egg-info/SOURCES.txt' reading manifest file 'intermake.egg-info/SOURCES.txt' writing manifest file 'intermake.egg-info/SOURCES.txt' Copying intermake.egg-info to build/bdist.linux-armv7l/wheel/intermake-1.0.0.14-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/intermake-1.0.0.14.dist-info/WHEEL Running setup.py bdist_wheel for intermake: finished with status 'done' Stored in directory: /tmp/tmpkyp5sgrf Successfully built intermake Cleaning up... Removing source in /tmp/pip-build-utncnqo5/intermake