Created temporary directory: /tmp/pip-ephem-wheel-cache-vvh7fdgm Created temporary directory: /tmp/pip-req-tracker-5x6crphv Created requirements tracker '/tmp/pip-req-tracker-5x6crphv' Created temporary directory: /tmp/pip-wheel-5qgspl8a Looking in indexes: https://pypi.python.org/simple Collecting flupy==0.2.1 1 location(s) to search for versions of flupy: * https://pypi.python.org/simple/flupy/ Getting page https://pypi.python.org/simple/flupy/ Analyzing links from page https://pypi.org/simple/flupy/ Found link https://files.pythonhosted.org/packages/f5/f2/2e6edd5ce780881c7cce607363fbbc22640da737c801133caf4f0d1ab63d/flupy-0.1.7.tar.gz#sha256=201d9557e100e28d82621bf6cf5d855ad96b0ea15c9cbcc434bf5a1928a4fa9e (from https://pypi.org/simple/flupy/), version: 0.1.7 Found link https://files.pythonhosted.org/packages/11/8e/98a4d03ed42ef0591c7fe65ecca78d166c6ab14a80551661a8432e5f2855/flupy-0.1.8.tar.gz#sha256=2de054f86778083a22cf482a39add2a116adcd8d2ff86856bbeabb13c2fa577d (from https://pypi.org/simple/flupy/), version: 0.1.8 Found link https://files.pythonhosted.org/packages/25/4e/45250a5c435edde9e165913df0a47c5cdec1c9080d66cfdbe4182d9dd836/flupy-0.1.9.tar.gz#sha256=6a561b1afe4bdc6854df8ce53534df54cfe431ea58ed521a8dd381d9b590c866 (from https://pypi.org/simple/flupy/), version: 0.1.9 Found link https://files.pythonhosted.org/packages/b2/3a/38b458dc58ca5b865664b2cfcd63d8875f12e1880c630c7ac4b6bc67e08d/flupy-0.2.0.tar.gz#sha256=a345b3c006b456c7f65fa91470d4c9a7562e4061d564f652e25e0d0108a5f28f (from https://pypi.org/simple/flupy/), version: 0.2.0 Found link https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz#sha256=873a89ed4ab60cc02babaa89fbf2b48a629a52e11d3d5c611bbcd74b601c962a (from https://pypi.org/simple/flupy/), version: 0.2.1 Using version 0.2.1 (newest of versions: 0.2.1) Created temporary directory: /tmp/pip-unpack-8x347b92 Downloading https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz#sha256=873a89ed4ab60cc02babaa89fbf2b48a629a52e11d3d5c611bbcd74b601c962a (from https://pypi.org/simple/flupy/) Added flupy==0.2.1 from https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz#sha256=873a89ed4ab60cc02babaa89fbf2b48a629a52e11d3d5c611bbcd74b601c962a to build tracker '/tmp/pip-req-tracker-5x6crphv' Running setup.py (path:/tmp/pip-wheel-5qgspl8a/flupy/setup.py) egg_info for package flupy Running command python setup.py egg_info running egg_info creating pip-egg-info/flupy.egg-info writing dependency_links to pip-egg-info/flupy.egg-info/dependency_links.txt writing pip-egg-info/flupy.egg-info/PKG-INFO writing entry points to pip-egg-info/flupy.egg-info/entry_points.txt writing top-level names to pip-egg-info/flupy.egg-info/top_level.txt writing manifest file 'pip-egg-info/flupy.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/flupy.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/flupy.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-5qgspl8a/flupy has version 0.2.1, which satisfies requirement flupy==0.2.1 from https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz#sha256=873a89ed4ab60cc02babaa89fbf2b48a629a52e11d3d5c611bbcd74b601c962a Removed flupy==0.2.1 from https://files.pythonhosted.org/packages/15/0b/6c0eaca87ecde23d0e69a958e61b64280ec2356f92f614401db28dab821c/flupy-0.2.1.tar.gz#sha256=873a89ed4ab60cc02babaa89fbf2b48a629a52e11d3d5c611bbcd74b601c962a from build tracker '/tmp/pip-req-tracker-5x6crphv' Building wheels for collected packages: flupy Created temporary directory: /tmp/pip-wheel-2umwpyov Running setup.py bdist_wheel for flupy: started Destination directory: /tmp/pip-wheel-2umwpyov Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-5qgspl8a/flupy/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-2umwpyov running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/flupy copying flupy/fluent.py -> build/lib/flupy copying flupy/__init__.py -> build/lib/flupy creating build/lib/tests copying tests/test_flu.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests creating build/lib/flupy/cli copying flupy/cli/lazy_import.py -> build/lib/flupy/cli copying flupy/cli/cli.py -> build/lib/flupy/cli copying flupy/cli/utils.py -> build/lib/flupy/cli copying flupy/cli/__init__.py -> build/lib/flupy/cli running egg_info writing dependency_links to flupy.egg-info/dependency_links.txt writing top-level names to flupy.egg-info/top_level.txt writing flupy.egg-info/PKG-INFO writing entry points to flupy.egg-info/entry_points.txt reading manifest file 'flupy.egg-info/SOURCES.txt' writing manifest file 'flupy.egg-info/SOURCES.txt' 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/flupy copying build/lib/flupy/fluent.py -> build/bdist.linux-armv7l/wheel/flupy creating build/bdist.linux-armv7l/wheel/flupy/cli copying build/lib/flupy/cli/lazy_import.py -> build/bdist.linux-armv7l/wheel/flupy/cli copying build/lib/flupy/cli/cli.py -> build/bdist.linux-armv7l/wheel/flupy/cli copying build/lib/flupy/cli/utils.py -> build/bdist.linux-armv7l/wheel/flupy/cli copying build/lib/flupy/cli/__init__.py -> build/bdist.linux-armv7l/wheel/flupy/cli copying build/lib/flupy/__init__.py -> build/bdist.linux-armv7l/wheel/flupy creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_flu.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying flupy.egg-info to build/bdist.linux-armv7l/wheel/flupy-0.2.1-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/flupy-0.2.1.dist-info/WHEEL creating '/tmp/pip-wheel-2umwpyov/flupy-0.2.1-py3-none-any.whl' and adding '.' to it adding 'flupy/__init__.py' adding 'flupy/fluent.py' adding 'flupy/cli/__init__.py' adding 'flupy/cli/cli.py' adding 'flupy/cli/lazy_import.py' adding 'flupy/cli/utils.py' adding 'tests/__init__.py' adding 'tests/test_flu.py' adding 'flupy-0.2.1.dist-info/entry_points.txt' adding 'flupy-0.2.1.dist-info/top_level.txt' adding 'flupy-0.2.1.dist-info/WHEEL' adding 'flupy-0.2.1.dist-info/METADATA' adding 'flupy-0.2.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for flupy: finished with status 'done' Stored in directory: /tmp/tmp8_kbw3ng Successfully built flupy Cleaning up... Removing source in /tmp/pip-wheel-5qgspl8a/flupy Removed build tracker '/tmp/pip-req-tracker-5x6crphv'