Created temporary directory: /tmp/pip-ephem-wheel-cache-g4ue1fwd Created temporary directory: /tmp/pip-req-tracker-84tn546h Created requirements tracker '/tmp/pip-req-tracker-84tn546h' Created temporary directory: /tmp/pip-wheel-1geqydmb Collecting pygame-gui==0.1.0 1 location(s) to search for versions of pygame-gui: * https://pypi.org/simple/pygame-gui/ Getting page https://pypi.org/simple/pygame-gui/ Analyzing links from page https://pypi.org/simple/pygame-gui/ Found link https://files.pythonhosted.org/packages/47/53/801aefe41d1c28d75f9c72dddbc1a39d3ee59112c41babd9b6c5e2b8aede/pygame_gui-0.0.1.tar.gz#sha256=d523e84fd6026b39b62c63ee86a6bd90fa93beeaaf78cd965a35f8407642df8a (from https://pypi.org/simple/pygame-gui/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz#sha256=69ddadb4cc58b25aee565eb6640defff4d51c8b0f26c7647c46fd3f1add8c771 (from https://pypi.org/simple/pygame-gui/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-kpcmkdeu Downloading https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz (427kB) Downloading from URL https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz#sha256=69ddadb4cc58b25aee565eb6640defff4d51c8b0f26c7647c46fd3f1add8c771 (from https://pypi.org/simple/pygame-gui/) Added pygame-gui==0.1.0 from https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz#sha256=69ddadb4cc58b25aee565eb6640defff4d51c8b0f26c7647c46fd3f1add8c771 to build tracker '/tmp/pip-req-tracker-84tn546h' Running setup.py (path:/tmp/pip-wheel-1geqydmb/pygame-gui/setup.py) egg_info for package pygame-gui Running command python setup.py egg_info running egg_info creating pip-egg-info/pygame_gui.egg-info writing dependency_links to pip-egg-info/pygame_gui.egg-info/dependency_links.txt writing pip-egg-info/pygame_gui.egg-info/PKG-INFO writing top-level names to pip-egg-info/pygame_gui.egg-info/top_level.txt writing requirements to pip-egg-info/pygame_gui.egg-info/requires.txt writing manifest file 'pip-egg-info/pygame_gui.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pygame_gui.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/pygame_gui.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-1geqydmb/pygame-gui has version 0.1.0, which satisfies requirement pygame-gui==0.1.0 from https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz#sha256=69ddadb4cc58b25aee565eb6640defff4d51c8b0f26c7647c46fd3f1add8c771 Removed pygame-gui==0.1.0 from https://files.pythonhosted.org/packages/c9/39/01f0e4342c5076ceaadf9420f0bd1f434a86b6e4571cd1b6254e15cc2246/pygame_gui-0.1.0.tar.gz#sha256=69ddadb4cc58b25aee565eb6640defff4d51c8b0f26c7647c46fd3f1add8c771 from build tracker '/tmp/pip-req-tracker-84tn546h' Building wheels for collected packages: pygame-gui Created temporary directory: /tmp/pip-wheel-85c5ukzm Running setup.py bdist_wheel for pygame-gui: started Destination directory: /tmp/pip-wheel-85c5ukzm Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-1geqydmb/pygame-gui/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-85c5ukzm running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pygame_gui copying pygame_gui/__init__.py -> build/lib/pygame_gui copying pygame_gui/ui_manager.py -> build/lib/pygame_gui creating build/lib/pygame_gui/core copying pygame_gui/core/ui_font_dictionary.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_window_stack.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_appearance_theme.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_window.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_shadow.py -> build/lib/pygame_gui/core copying pygame_gui/core/__init__.py -> build/lib/pygame_gui/core copying pygame_gui/core/utility.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_element.py -> build/lib/pygame_gui/core copying pygame_gui/core/ui_container.py -> build/lib/pygame_gui/core creating build/lib/pygame_gui/elements copying pygame_gui/elements/ui_button.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_vertical_scroll_bar.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_world_space_health_bar.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_text_box.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_drop_down_menu.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_text_entry_line.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_tool_tip.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_label.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/__init__.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_image.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_horizontal_slider.py -> build/lib/pygame_gui/elements copying pygame_gui/elements/ui_screen_space_health_bar.py -> build/lib/pygame_gui/elements creating build/lib/pygame_gui/windows copying pygame_gui/windows/ui_message_window.py -> build/lib/pygame_gui/windows copying pygame_gui/windows/__init__.py -> build/lib/pygame_gui/windows running egg_info writing top-level names to pygame_gui.egg-info/top_level.txt writing dependency_links to pygame_gui.egg-info/dependency_links.txt writing requirements to pygame_gui.egg-info/requires.txt writing pygame_gui.egg-info/PKG-INFO reading manifest file 'pygame_gui.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pygame_gui.egg-info/SOURCES.txt' creating build/lib/pygame_gui/data copying pygame_gui/data/FiraCode-Bold.ttf -> build/lib/pygame_gui/data copying pygame_gui/data/FiraCode-LICENSE.txt -> build/lib/pygame_gui/data copying pygame_gui/data/FiraCode-Regular.ttf -> build/lib/pygame_gui/data copying pygame_gui/data/FiraMono-BoldItalic.ttf -> build/lib/pygame_gui/data copying pygame_gui/data/FiraMono-RegularItalic.ttf -> build/lib/pygame_gui/data 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/pygame_gui creating build/bdist.linux-armv7l/wheel/pygame_gui/windows copying build/lib/pygame_gui/windows/ui_message_window.py -> build/bdist.linux-armv7l/wheel/pygame_gui/windows copying build/lib/pygame_gui/windows/__init__.py -> build/bdist.linux-armv7l/wheel/pygame_gui/windows creating build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_button.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_vertical_scroll_bar.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_world_space_health_bar.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_text_box.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_drop_down_menu.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_text_entry_line.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_tool_tip.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_label.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/__init__.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_image.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_horizontal_slider.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/elements/ui_screen_space_health_bar.py -> build/bdist.linux-armv7l/wheel/pygame_gui/elements copying build/lib/pygame_gui/__init__.py -> build/bdist.linux-armv7l/wheel/pygame_gui creating build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_font_dictionary.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_window_stack.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_appearance_theme.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_window.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_shadow.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/__init__.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/utility.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_element.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core copying build/lib/pygame_gui/core/ui_container.py -> build/bdist.linux-armv7l/wheel/pygame_gui/core creating build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/data/FiraMono-RegularItalic.ttf -> build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/data/FiraMono-BoldItalic.ttf -> build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/data/FiraCode-Regular.ttf -> build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/data/FiraCode-Bold.ttf -> build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/data/FiraCode-LICENSE.txt -> build/bdist.linux-armv7l/wheel/pygame_gui/data copying build/lib/pygame_gui/ui_manager.py -> build/bdist.linux-armv7l/wheel/pygame_gui running install_egg_info Copying pygame_gui.egg-info to build/bdist.linux-armv7l/wheel/pygame_gui-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pygame_gui-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-85c5ukzm/pygame_gui-0.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pygame_gui/__init__.py' adding 'pygame_gui/ui_manager.py' adding 'pygame_gui/core/__init__.py' adding 'pygame_gui/core/ui_appearance_theme.py' adding 'pygame_gui/core/ui_container.py' adding 'pygame_gui/core/ui_element.py' adding 'pygame_gui/core/ui_font_dictionary.py' adding 'pygame_gui/core/ui_shadow.py' adding 'pygame_gui/core/ui_window.py' adding 'pygame_gui/core/ui_window_stack.py' adding 'pygame_gui/core/utility.py' adding 'pygame_gui/data/FiraCode-Bold.ttf' adding 'pygame_gui/data/FiraCode-LICENSE.txt' adding 'pygame_gui/data/FiraCode-Regular.ttf' adding 'pygame_gui/data/FiraMono-BoldItalic.ttf' adding 'pygame_gui/data/FiraMono-RegularItalic.ttf' adding 'pygame_gui/elements/__init__.py' adding 'pygame_gui/elements/ui_button.py' adding 'pygame_gui/elements/ui_drop_down_menu.py' adding 'pygame_gui/elements/ui_horizontal_slider.py' adding 'pygame_gui/elements/ui_image.py' adding 'pygame_gui/elements/ui_label.py' adding 'pygame_gui/elements/ui_screen_space_health_bar.py' adding 'pygame_gui/elements/ui_text_box.py' adding 'pygame_gui/elements/ui_text_entry_line.py' adding 'pygame_gui/elements/ui_tool_tip.py' adding 'pygame_gui/elements/ui_vertical_scroll_bar.py' adding 'pygame_gui/elements/ui_world_space_health_bar.py' adding 'pygame_gui/windows/__init__.py' adding 'pygame_gui/windows/ui_message_window.py' adding 'pygame_gui-0.1.0.dist-info/METADATA' adding 'pygame_gui-0.1.0.dist-info/WHEEL' adding 'pygame_gui-0.1.0.dist-info/top_level.txt' adding 'pygame_gui-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pygame-gui: finished with status 'done' Stored in directory: /tmp/tmph4fvj0au Successfully built pygame-gui Cleaning up... Removing source in /tmp/pip-wheel-1geqydmb/pygame-gui Removed build tracker '/tmp/pip-req-tracker-84tn546h'