Collecting aiofreepybox==0.0.3 1 location(s) to search for versions of aiofreepybox: * https://pypi.python.org/simple/aiofreepybox/ Getting page https://pypi.python.org/simple/aiofreepybox/ Analyzing links from page https://pypi.org/simple/aiofreepybox/ Found link https://files.pythonhosted.org/packages/85/dc/29fb5950136bd48e9a1990040d26d5ee29853a8052f8727ec704fe7a7803/aiofreepybox-0.0.3.tar.gz#sha256=edaab905cf5657cfdaa9dd00de0e5560ea9a8524cbb2fb5882cfd70a4c4f866a (from https://pypi.org/simple/aiofreepybox/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Downloading https://files.pythonhosted.org/packages/85/dc/29fb5950136bd48e9a1990040d26d5ee29853a8052f8727ec704fe7a7803/aiofreepybox-0.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/85/dc/29fb5950136bd48e9a1990040d26d5ee29853a8052f8727ec704fe7a7803/aiofreepybox-0.0.3.tar.gz#sha256=edaab905cf5657cfdaa9dd00de0e5560ea9a8524cbb2fb5882cfd70a4c4f866a (from https://pypi.org/simple/aiofreepybox/) Running setup.py (path:/tmp/pip-build-ieevtj45/aiofreepybox/setup.py) egg_info for package aiofreepybox Running command python setup.py egg_info running egg_info creating pip-egg-info/aiofreepybox.egg-info writing pip-egg-info/aiofreepybox.egg-info/PKG-INFO writing top-level names to pip-egg-info/aiofreepybox.egg-info/top_level.txt writing dependency_links to pip-egg-info/aiofreepybox.egg-info/dependency_links.txt writing requirements to pip-egg-info/aiofreepybox.egg-info/requires.txt writing manifest file 'pip-egg-info/aiofreepybox.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/aiofreepybox.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/aiofreepybox.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) Source in /tmp/pip-build-ieevtj45/aiofreepybox has version 0.0.3, which satisfies requirement aiofreepybox==0.0.3 from https://files.pythonhosted.org/packages/85/dc/29fb5950136bd48e9a1990040d26d5ee29853a8052f8727ec704fe7a7803/aiofreepybox-0.0.3.tar.gz#sha256=edaab905cf5657cfdaa9dd00de0e5560ea9a8524cbb2fb5882cfd70a4c4f866a Building wheels for collected packages: aiofreepybox Running setup.py bdist_wheel for aiofreepybox: started Destination directory: /tmp/tmpq3epoh6rpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ieevtj45/aiofreepybox/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/tmpq3epoh6rpip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/aiofreepybox copying aiofreepybox/exceptions.py -> build/lib/aiofreepybox copying aiofreepybox/aiofreepybox.py -> build/lib/aiofreepybox copying aiofreepybox/__init__.py -> build/lib/aiofreepybox copying aiofreepybox/access.py -> build/lib/aiofreepybox creating build/lib/aiofreepybox/api copying aiofreepybox/api/lan.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/dhcp.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/wifi.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/call.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/system.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/fs.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/__init__.py -> build/lib/aiofreepybox/api copying aiofreepybox/api/switch.py -> build/lib/aiofreepybox/api running egg_info writing aiofreepybox.egg-info/PKG-INFO writing requirements to aiofreepybox.egg-info/requires.txt writing dependency_links to aiofreepybox.egg-info/dependency_links.txt writing top-level names to aiofreepybox.egg-info/top_level.txt reading manifest file 'aiofreepybox.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'aiofreepybox.egg-info/SOURCES.txt' copying aiofreepybox/.gitignore -> build/lib/aiofreepybox copying aiofreepybox/app_auth.bak -> build/lib/aiofreepybox copying aiofreepybox/freebox_root_ca.pem -> build/lib/aiofreepybox creating build/lib/aiofreepybox/__pycache__ copying aiofreepybox/__pycache__/__init__.cpython-36.pyc -> build/lib/aiofreepybox/__pycache__ copying aiofreepybox/__pycache__/access.cpython-36.pyc -> build/lib/aiofreepybox/__pycache__ copying aiofreepybox/__pycache__/aiofreepybox.cpython-36.pyc -> build/lib/aiofreepybox/__pycache__ copying aiofreepybox/__pycache__/exceptions.cpython-36.pyc -> build/lib/aiofreepybox/__pycache__ copying aiofreepybox/__pycache__/freepybox.cpython-36.pyc -> build/lib/aiofreepybox/__pycache__ copying aiofreepybox/api/.gitignore -> build/lib/aiofreepybox/api creating build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/__init__.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/call.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/dhcp.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/fs.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/fsnav.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/lan.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/switch.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/system.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ copying aiofreepybox/api/__pycache__/wifi.cpython-36.pyc -> build/lib/aiofreepybox/api/__pycache__ 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/aiofreepybox creating build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/__pycache__/exceptions.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/__pycache__/access.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/__pycache__/freepybox.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/__pycache__/__init__.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/__pycache__/aiofreepybox.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/__pycache__ copying build/lib/aiofreepybox/exceptions.py -> build/bdist.linux-armv7l/wheel/aiofreepybox copying build/lib/aiofreepybox/.gitignore -> build/bdist.linux-armv7l/wheel/aiofreepybox copying build/lib/aiofreepybox/app_auth.bak -> build/bdist.linux-armv7l/wheel/aiofreepybox copying build/lib/aiofreepybox/aiofreepybox.py -> build/bdist.linux-armv7l/wheel/aiofreepybox creating build/bdist.linux-armv7l/wheel/aiofreepybox/api creating build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/fsnav.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/lan.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/wifi.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/switch.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/dhcp.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/system.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/__init__.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/fs.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/__pycache__/call.cpython-36.pyc -> build/bdist.linux-armv7l/wheel/aiofreepybox/api/__pycache__ copying build/lib/aiofreepybox/api/lan.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/dhcp.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/wifi.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/call.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/system.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/fs.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/.gitignore -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/__init__.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/api/switch.py -> build/bdist.linux-armv7l/wheel/aiofreepybox/api copying build/lib/aiofreepybox/__init__.py -> build/bdist.linux-armv7l/wheel/aiofreepybox copying build/lib/aiofreepybox/access.py -> build/bdist.linux-armv7l/wheel/aiofreepybox copying build/lib/aiofreepybox/freebox_root_ca.pem -> build/bdist.linux-armv7l/wheel/aiofreepybox running install_egg_info Copying aiofreepybox.egg-info to build/bdist.linux-armv7l/wheel/aiofreepybox-0.0.3-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/aiofreepybox-0.0.3.dist-info/WHEEL Running setup.py bdist_wheel for aiofreepybox: finished with status 'done' Stored in directory: /tmp/tmp9f2rq7dk Successfully built aiofreepybox Cleaning up... Removing source in /tmp/pip-build-ieevtj45/aiofreepybox