Collecting dropme==1.0.1 1 location(s) to search for versions of dropme: * https://pypi.python.org/simple/dropme/ Getting page https://pypi.python.org/simple/dropme/ Analyzing links from page https://pypi.python.org/simple/dropme/ Found link https://pypi.python.org/packages/75/ad/d971f551adf8b22b9e8dbf9e9a8a6094761ddca008319312a28f3a6e57bd/dropme-1.0.1.tar.gz#md5=68a7e4bbae5f80ad5878d0bf50f10f5a (from https://pypi.python.org/simple/dropme/), version: 1.0.1 Using version 1.0.1 (newest of versions: 1.0.1) Downloading dropme-1.0.1.tar.gz Downloading from URL https://pypi.python.org/packages/75/ad/d971f551adf8b22b9e8dbf9e9a8a6094761ddca008319312a28f3a6e57bd/dropme-1.0.1.tar.gz#md5=68a7e4bbae5f80ad5878d0bf50f10f5a (from https://pypi.python.org/simple/dropme/) Running setup.py (path:/tmp/pip-build-niw4f2lc/dropme/setup.py) egg_info for package dropme Running command python setup.py egg_info running egg_info creating pip-egg-info/dropme.egg-info writing pip-egg-info/dropme.egg-info/PKG-INFO writing entry points to pip-egg-info/dropme.egg-info/entry_points.txt writing top-level names to pip-egg-info/dropme.egg-info/top_level.txt writing dependency_links to pip-egg-info/dropme.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/dropme.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/dropme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'description_file' warnings.warn(msg) warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' writing manifest file 'pip-egg-info/dropme.egg-info/SOURCES.txt' Source in /tmp/pip-build-niw4f2lc/dropme has version 1.0.1, which satisfies requirement dropme==1.0.1 from https://pypi.python.org/packages/75/ad/d971f551adf8b22b9e8dbf9e9a8a6094761ddca008319312a28f3a6e57bd/dropme-1.0.1.tar.gz#md5=68a7e4bbae5f80ad5878d0bf50f10f5a Building wheels for collected packages: dropme Running setup.py bdist_wheel for dropme: started Destination directory: /tmp/tmpvs_5rssnpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-niw4f2lc/dropme/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/tmpvs_5rssnpip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'description_file' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dropme copying dropme/__init__.py -> build/lib/dropme copying dropme/error.py -> build/lib/dropme copying dropme/client.py -> build/lib/dropme copying dropme/app.py -> build/lib/dropme creating build/lib/tests creating build/lib/tests/unit copying tests/unit/test_client.py -> build/lib/tests/unit copying tests/unit/__init__.py -> build/lib/tests/unit creating build/lib/tests/unit/cli copying tests/unit/cli/test_folder.py -> build/lib/tests/unit/cli copying tests/unit/cli/test_account.py -> build/lib/tests/unit/cli copying tests/unit/cli/test_engine.py -> build/lib/tests/unit/cli copying tests/unit/cli/__init__.py -> build/lib/tests/unit/cli copying tests/unit/cli/test_files.py -> build/lib/tests/unit/cli creating build/lib/tests/unit/common copying tests/unit/common/__init__.py -> build/lib/tests/unit/common copying tests/unit/common/test_utils.py -> build/lib/tests/unit/common creating build/lib/dropme/common copying dropme/common/__init__.py -> build/lib/dropme/common copying dropme/common/utils.py -> build/lib/dropme/common creating build/lib/dropme/commands copying dropme/commands/folder.py -> build/lib/dropme/commands copying dropme/commands/account.py -> build/lib/dropme/commands copying dropme/commands/files.py -> build/lib/dropme/commands copying dropme/commands/__init__.py -> build/lib/dropme/commands copying dropme/commands/base.py -> build/lib/dropme/commands running egg_info writing entry points to dropme.egg-info/entry_points.txt writing top-level names to dropme.egg-info/top_level.txt writing dropme.egg-info/PKG-INFO writing dependency_links to dropme.egg-info/dependency_links.txt reading manifest file 'dropme.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no previously-included files matching '.DS_Store' found under directory '*' writing manifest file 'dropme.egg-info/SOURCES.txt' copying dropme/settings.yaml -> build/lib/dropme 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/tests creating build/bdist.linux-armv7l/wheel/tests/unit copying build/lib/tests/unit/test_client.py -> build/bdist.linux-armv7l/wheel/tests/unit creating build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/cli/test_folder.py -> build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/cli/test_account.py -> build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/cli/test_engine.py -> build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/cli/__init__.py -> build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/cli/test_files.py -> build/bdist.linux-armv7l/wheel/tests/unit/cli copying build/lib/tests/unit/__init__.py -> build/bdist.linux-armv7l/wheel/tests/unit creating build/bdist.linux-armv7l/wheel/tests/unit/common copying build/lib/tests/unit/common/__init__.py -> build/bdist.linux-armv7l/wheel/tests/unit/common copying build/lib/tests/unit/common/test_utils.py -> build/bdist.linux-armv7l/wheel/tests/unit/common creating build/bdist.linux-armv7l/wheel/dropme copying build/lib/dropme/__init__.py -> build/bdist.linux-armv7l/wheel/dropme copying build/lib/dropme/error.py -> build/bdist.linux-armv7l/wheel/dropme creating build/bdist.linux-armv7l/wheel/dropme/common copying build/lib/dropme/common/__init__.py -> build/bdist.linux-armv7l/wheel/dropme/common copying build/lib/dropme/common/utils.py -> build/bdist.linux-armv7l/wheel/dropme/common copying build/lib/dropme/settings.yaml -> build/bdist.linux-armv7l/wheel/dropme copying build/lib/dropme/client.py -> build/bdist.linux-armv7l/wheel/dropme creating build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/commands/folder.py -> build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/commands/account.py -> build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/commands/files.py -> build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/commands/__init__.py -> build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/commands/base.py -> build/bdist.linux-armv7l/wheel/dropme/commands copying build/lib/dropme/app.py -> build/bdist.linux-armv7l/wheel/dropme running install_egg_info Copying dropme.egg-info to build/bdist.linux-armv7l/wheel/dropme-1.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/dropme-1.0.1.dist-info/WHEEL Running setup.py bdist_wheel for dropme: finished with status 'done' Stored in directory: /tmp/tmpge9xd582 Successfully built dropme Cleaning up... Removing source in /tmp/pip-build-niw4f2lc/dropme