Created temporary directory: /tmp/pip-ephem-wheel-cache-rycnzqvx Created temporary directory: /tmp/pip-req-tracker-kpx0hx0_ Created requirements tracker '/tmp/pip-req-tracker-kpx0hx0_' Created temporary directory: /tmp/pip-wheel-m2lyy3ie Collecting trellotool==0.0.1 1 location(s) to search for versions of trellotool: * https://pypi.org/simple/trellotool/ Getting page https://pypi.org/simple/trellotool/ Analyzing links from page https://pypi.org/simple/trellotool/ Found link https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz#sha256=967184d5c3e61027390a49eca951eb2d688370a94d5b5a5439a3a8023fda9647 (from https://pypi.org/simple/trellotool/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-uvinjtlw Downloading https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz#sha256=967184d5c3e61027390a49eca951eb2d688370a94d5b5a5439a3a8023fda9647 (from https://pypi.org/simple/trellotool/) Added trellotool==0.0.1 from https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz#sha256=967184d5c3e61027390a49eca951eb2d688370a94d5b5a5439a3a8023fda9647 to build tracker '/tmp/pip-req-tracker-kpx0hx0_' Running setup.py (path:/tmp/pip-wheel-m2lyy3ie/trellotool/setup.py) egg_info for package trellotool Running command python setup.py egg_info running egg_info creating pip-egg-info/trellotool.egg-info writing pip-egg-info/trellotool.egg-info/PKG-INFO writing entry points to pip-egg-info/trellotool.egg-info/entry_points.txt writing dependency_links to pip-egg-info/trellotool.egg-info/dependency_links.txt writing top-level names to pip-egg-info/trellotool.egg-info/top_level.txt writing requirements to pip-egg-info/trellotool.egg-info/requires.txt writing manifest file 'pip-egg-info/trellotool.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/trellotool.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/trellotool.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:244: UserWarning: 'licence' distribution option is deprecated; use 'license' warnings.warn(msg) Source in /tmp/pip-wheel-m2lyy3ie/trellotool has version 0.0.1, which satisfies requirement trellotool==0.0.1 from https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz#sha256=967184d5c3e61027390a49eca951eb2d688370a94d5b5a5439a3a8023fda9647 Removed trellotool==0.0.1 from https://files.pythonhosted.org/packages/61/f7/eaf405a7b16f9524038b8e4070f0a5daa4d9dddb62f591da8c410e5596f4/trellotool-0.0.1.tar.gz#sha256=967184d5c3e61027390a49eca951eb2d688370a94d5b5a5439a3a8023fda9647 from build tracker '/tmp/pip-req-tracker-kpx0hx0_' Building wheels for collected packages: trellotool Created temporary directory: /tmp/pip-wheel-m_jfc9vo Running setup.py bdist_wheel for trellotool: started Destination directory: /tmp/pip-wheel-m_jfc9vo Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-m2lyy3ie/trellotool/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-m_jfc9vo /usr/lib/python3.4/distutils/dist.py:244: UserWarning: 'licence' distribution option is deprecated; use 'license' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/trellotool copying trellotool/config.py -> build/lib/trellotool copying trellotool/trello_if.py -> build/lib/trellotool copying trellotool/trellolist.py -> build/lib/trellotool copying trellotool/card.py -> build/lib/trellotool copying trellotool/utils.py -> build/lib/trellotool copying trellotool/trellotool.py -> build/lib/trellotool copying trellotool/__init__.py -> build/lib/trellotool copying trellotool/command.py -> build/lib/trellotool copying trellotool/board.py -> build/lib/trellotool creating build/lib/tests copying tests/test_command.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests 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/trellotool copying build/lib/trellotool/config.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/trello_if.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/trellolist.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/card.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/utils.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/trellotool.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/__init__.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/command.py -> build/bdist.linux-armv7l/wheel/trellotool copying build/lib/trellotool/board.py -> build/bdist.linux-armv7l/wheel/trellotool creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_command.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing trellotool.egg-info/PKG-INFO writing top-level names to trellotool.egg-info/top_level.txt writing requirements to trellotool.egg-info/requires.txt writing dependency_links to trellotool.egg-info/dependency_links.txt writing entry points to trellotool.egg-info/entry_points.txt reading manifest file 'trellotool.egg-info/SOURCES.txt' writing manifest file 'trellotool.egg-info/SOURCES.txt' Copying trellotool.egg-info to build/bdist.linux-armv7l/wheel/trellotool-0.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/trellotool-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-m_jfc9vo/trellotool-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'tests/__init__.py' adding 'tests/test_command.py' adding 'trellotool/__init__.py' adding 'trellotool/board.py' adding 'trellotool/card.py' adding 'trellotool/command.py' adding 'trellotool/config.py' adding 'trellotool/trello_if.py' adding 'trellotool/trellolist.py' adding 'trellotool/trellotool.py' adding 'trellotool/utils.py' adding 'trellotool-0.0.1.dist-info/METADATA' adding 'trellotool-0.0.1.dist-info/WHEEL' adding 'trellotool-0.0.1.dist-info/entry_points.txt' adding 'trellotool-0.0.1.dist-info/top_level.txt' adding 'trellotool-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for trellotool: finished with status 'done' Stored in directory: /tmp/tmpovzcr93s Successfully built trellotool Cleaning up... Removing source in /tmp/pip-wheel-m2lyy3ie/trellotool Removed build tracker '/tmp/pip-req-tracker-kpx0hx0_'