Created temporary directory: /tmp/pip-ephem-wheel-cache-id4jxyid Created temporary directory: /tmp/pip-wheel-h2f1y3kp Looking in indexes: https://pypi.python.org/simple Collecting tinyhttp==1.0.0 1 location(s) to search for versions of tinyhttp: * https://pypi.python.org/simple/tinyhttp/ Getting page https://pypi.python.org/simple/tinyhttp/ Analyzing links from page https://pypi.org/simple/tinyhttp/ Found link https://files.pythonhosted.org/packages/f7/38/305aa733c25ae2381f7b09812095e9bae7e5752b1ae3bfb086b7ea62105c/tinyhttp-0.1.tar.gz#sha256=1b85a48026e1c561aed1b2374adf5032a997ceefb5c79051d605007a4e4c0355 (from https://pypi.org/simple/tinyhttp/), version: 0.1 Found link https://files.pythonhosted.org/packages/21/69/211c80e4d5bacde8e33d36a4f414caa3039232d5bbb3332dcdd86a548ee5/tinyhttp-0.2.tar.gz#sha256=872efd71e4d5d4b6ac2fbc28f8a4a0198b96d04f1571e5aa015dcaafa43c60c4 (from https://pypi.org/simple/tinyhttp/), version: 0.2 Found link https://files.pythonhosted.org/packages/22/ef/3c9bca8827635c723066578375f8f29e2485bf9a773b8e75852e7e382831/tinyhttp-0.3.tar.gz#sha256=bc50ecf94e3eb678c1d66b5ea2416671b955af16f9c776309845850f8ffdc4ab (from https://pypi.org/simple/tinyhttp/), version: 0.3 Found link https://files.pythonhosted.org/packages/50/e3/19029c1aa47bff3444e1e1fbde1dc1d6d7acdd155804a5da53b4b98300bd/tinyhttp-1.0.0.tar.gz#sha256=972257a702b3830a33944e9002de6e830f6c0f5da603b1a15686a652c58de35a (from https://pypi.org/simple/tinyhttp/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-7y00_3fa Downloading https://files.pythonhosted.org/packages/50/e3/19029c1aa47bff3444e1e1fbde1dc1d6d7acdd155804a5da53b4b98300bd/tinyhttp-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/50/e3/19029c1aa47bff3444e1e1fbde1dc1d6d7acdd155804a5da53b4b98300bd/tinyhttp-1.0.0.tar.gz#sha256=972257a702b3830a33944e9002de6e830f6c0f5da603b1a15686a652c58de35a (from https://pypi.org/simple/tinyhttp/) Running setup.py (path:/tmp/pip-wheel-h2f1y3kp/tinyhttp/setup.py) egg_info for package tinyhttp Running command python setup.py egg_info running egg_info creating pip-egg-info/tinyhttp.egg-info writing dependency_links to pip-egg-info/tinyhttp.egg-info/dependency_links.txt writing top-level names to pip-egg-info/tinyhttp.egg-info/top_level.txt writing entry points to pip-egg-info/tinyhttp.egg-info/entry_points.txt writing pip-egg-info/tinyhttp.egg-info/PKG-INFO writing manifest file 'pip-egg-info/tinyhttp.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/tinyhttp.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/tinyhttp.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-h2f1y3kp/tinyhttp has version 1.0.0, which satisfies requirement tinyhttp==1.0.0 from https://files.pythonhosted.org/packages/50/e3/19029c1aa47bff3444e1e1fbde1dc1d6d7acdd155804a5da53b4b98300bd/tinyhttp-1.0.0.tar.gz#sha256=972257a702b3830a33944e9002de6e830f6c0f5da603b1a15686a652c58de35a Building wheels for collected packages: tinyhttp Created temporary directory: /tmp/pip-wheel-09vivg3d Running setup.py bdist_wheel for tinyhttp: started Destination directory: /tmp/pip-wheel-09vivg3d Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-h2f1y3kp/tinyhttp/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-09vivg3d running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tinyhttp copying tinyhttp/tools.py -> build/lib/tinyhttp copying tinyhttp/__main__.py -> build/lib/tinyhttp copying tinyhttp/__init__.py -> build/lib/tinyhttp copying tinyhttp/tcp.py -> build/lib/tinyhttp creating build/lib/tinyhttp/async copying tinyhttp/async/asyncserver.py -> build/lib/tinyhttp/async copying tinyhttp/async/__main__.py -> build/lib/tinyhttp/async copying tinyhttp/async/__init__.py -> build/lib/tinyhttp/async creating build/lib/tinyhttp/thread copying tinyhttp/thread/threadserver.py -> build/lib/tinyhttp/thread copying tinyhttp/thread/__main__.py -> build/lib/tinyhttp/thread copying tinyhttp/thread/__init__.py -> build/lib/tinyhttp/thread creating build/lib/tinyhttp/http copying tinyhttp/http/server.py -> build/lib/tinyhttp/http copying tinyhttp/http/__init__.py -> build/lib/tinyhttp/http 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/tinyhttp copying build/lib/tinyhttp/tools.py -> build/bdist.linux-armv7l/wheel/tinyhttp creating build/bdist.linux-armv7l/wheel/tinyhttp/async copying build/lib/tinyhttp/async/asyncserver.py -> build/bdist.linux-armv7l/wheel/tinyhttp/async copying build/lib/tinyhttp/async/__main__.py -> build/bdist.linux-armv7l/wheel/tinyhttp/async copying build/lib/tinyhttp/async/__init__.py -> build/bdist.linux-armv7l/wheel/tinyhttp/async creating build/bdist.linux-armv7l/wheel/tinyhttp/thread copying build/lib/tinyhttp/thread/threadserver.py -> build/bdist.linux-armv7l/wheel/tinyhttp/thread copying build/lib/tinyhttp/thread/__main__.py -> build/bdist.linux-armv7l/wheel/tinyhttp/thread copying build/lib/tinyhttp/thread/__init__.py -> build/bdist.linux-armv7l/wheel/tinyhttp/thread copying build/lib/tinyhttp/__main__.py -> build/bdist.linux-armv7l/wheel/tinyhttp copying build/lib/tinyhttp/__init__.py -> build/bdist.linux-armv7l/wheel/tinyhttp copying build/lib/tinyhttp/tcp.py -> build/bdist.linux-armv7l/wheel/tinyhttp creating build/bdist.linux-armv7l/wheel/tinyhttp/http copying build/lib/tinyhttp/http/server.py -> build/bdist.linux-armv7l/wheel/tinyhttp/http copying build/lib/tinyhttp/http/__init__.py -> build/bdist.linux-armv7l/wheel/tinyhttp/http running install_egg_info running egg_info writing top-level names to tinyhttp.egg-info/top_level.txt writing tinyhttp.egg-info/PKG-INFO writing entry points to tinyhttp.egg-info/entry_points.txt writing dependency_links to tinyhttp.egg-info/dependency_links.txt reading manifest file 'tinyhttp.egg-info/SOURCES.txt' writing manifest file 'tinyhttp.egg-info/SOURCES.txt' Copying tinyhttp.egg-info to build/bdist.linux-armv7l/wheel/tinyhttp-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/tinyhttp-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-09vivg3d/tinyhttp-1.0.0-py3-none-any.whl' and adding '.' to it adding 'tinyhttp/__init__.py' adding 'tinyhttp/__main__.py' adding 'tinyhttp/tcp.py' adding 'tinyhttp/tools.py' adding 'tinyhttp/async/__init__.py' adding 'tinyhttp/async/__main__.py' adding 'tinyhttp/async/asyncserver.py' adding 'tinyhttp/http/__init__.py' adding 'tinyhttp/http/server.py' adding 'tinyhttp/thread/__init__.py' adding 'tinyhttp/thread/__main__.py' adding 'tinyhttp/thread/threadserver.py' adding 'tinyhttp-1.0.0.dist-info/entry_points.txt' adding 'tinyhttp-1.0.0.dist-info/top_level.txt' adding 'tinyhttp-1.0.0.dist-info/WHEEL' adding 'tinyhttp-1.0.0.dist-info/METADATA' adding 'tinyhttp-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for tinyhttp: finished with status 'done' Stored in directory: /tmp/tmpa3o1oocf Successfully built tinyhttp Cleaning up... Removing source in /tmp/pip-wheel-h2f1y3kp/tinyhttp