Collecting gourde==0.1.0 1 location(s) to search for versions of gourde: * https://pypi.python.org/simple/gourde/ Getting page https://pypi.python.org/simple/gourde/ Analyzing links from page https://pypi.org/simple/gourde/ Found link https://files.pythonhosted.org/packages/e3/fb/d380d9de6e126577faef31fc76b9f42509e4487482c661ea5949b3028d16/gourde-0.0.1.tar.gz#sha256=4721e74d26d3d82fcbb7b18b42e1fad2544b60b461bc86938486f56b74965b8b (from https://pypi.org/simple/gourde/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/a6/fd/50aa62e6f185f47b9add066a59ca8b7ec72bb45d3a3d7a647bbc10c52bdf/gourde-0.0.2.tar.gz#sha256=865c81ad0b61ad106ac0c27f0331f91481fdee62beb3b74e221904e13db3086a (from https://pypi.org/simple/gourde/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/89/12/8b10f0e3418e3ed75c88fd84ca749751c4ae233694e92082ae18cc0d5e00/gourde-0.0.3.tar.gz#sha256=ba29844a95b9bd4973c8a3e460afeb1665a7ee7bc8359e94ec7da01cb2fd614d (from https://pypi.org/simple/gourde/), version: 0.0.3 Found link https://files.pythonhosted.org/packages/72/41/ce89fedd9fdfc8be4be6a7b60d12e54f76a8aa6be4a6ab3c4cf0fcdd05c0/gourde-0.1.0.tar.gz#sha256=8f1651542f524492afb8d65727831185b3fc10cc1579d04cc4880e8c9ddc1427 (from https://pypi.org/simple/gourde/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Downloading https://files.pythonhosted.org/packages/72/41/ce89fedd9fdfc8be4be6a7b60d12e54f76a8aa6be4a6ab3c4cf0fcdd05c0/gourde-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/72/41/ce89fedd9fdfc8be4be6a7b60d12e54f76a8aa6be4a6ab3c4cf0fcdd05c0/gourde-0.1.0.tar.gz#sha256=8f1651542f524492afb8d65727831185b3fc10cc1579d04cc4880e8c9ddc1427 (from https://pypi.org/simple/gourde/) Running setup.py (path:/tmp/pip-build-i6ng5hlc/gourde/setup.py) egg_info for package gourde Running command python setup.py egg_info running egg_info creating pip-egg-info/gourde.egg-info writing top-level names to pip-egg-info/gourde.egg-info/top_level.txt writing dependency_links to pip-egg-info/gourde.egg-info/dependency_links.txt writing entry points to pip-egg-info/gourde.egg-info/entry_points.txt writing requirements to pip-egg-info/gourde.egg-info/requires.txt writing pip-egg-info/gourde.egg-info/PKG-INFO writing manifest file 'pip-egg-info/gourde.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/gourde.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) warning: no files found matching '*.tmpl' under directory 'example/templates' warning: no files found matching '*.tmpl' under directory 'gourde/templates' writing manifest file 'pip-egg-info/gourde.egg-info/SOURCES.txt' Source in /tmp/pip-build-i6ng5hlc/gourde has version 0.1.0, which satisfies requirement gourde==0.1.0 from https://files.pythonhosted.org/packages/72/41/ce89fedd9fdfc8be4be6a7b60d12e54f76a8aa6be4a6ab3c4cf0fcdd05c0/gourde-0.1.0.tar.gz#sha256=8f1651542f524492afb8d65727831185b3fc10cc1579d04cc4880e8c9ddc1427 Building wheels for collected packages: gourde Running setup.py bdist_wheel for gourde: started Destination directory: /tmp/tmpp79opn82pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-i6ng5hlc/gourde/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/tmpp79opn82pip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/gourde copying gourde/gourde_test.py -> build/lib/gourde copying gourde/testutils.py -> build/lib/gourde copying gourde/__init__.py -> build/lib/gourde copying gourde/gourde.py -> build/lib/gourde creating build/lib/example copying example/app_test.py -> build/lib/example copying example/__init__.py -> build/lib/example copying example/app.py -> build/lib/example running egg_info writing entry points to gourde.egg-info/entry_points.txt writing requirements to gourde.egg-info/requires.txt writing gourde.egg-info/PKG-INFO writing dependency_links to gourde.egg-info/dependency_links.txt writing top-level names to gourde.egg-info/top_level.txt reading manifest file 'gourde.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.tmpl' under directory 'example/templates' warning: no files found matching '*.tmpl' under directory 'gourde/templates' writing manifest file 'gourde.egg-info/SOURCES.txt' creating build/lib/gourde/templates creating build/lib/gourde/templates/gourde copying gourde/templates/gourde/_base.html -> build/lib/gourde/templates/gourde copying gourde/templates/gourde/status.html -> build/lib/gourde/templates/gourde copying gourde/templates/gourde/threads.html -> build/lib/gourde/templates/gourde creating build/lib/example/static copying example/static/favicon.ico -> build/lib/example/static creating build/lib/example/templates copying example/templates/base.html -> build/lib/example/templates copying example/templates/example.html -> build/lib/example/templates copying example/templates/index.html -> build/lib/example/templates 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/gourde copying build/lib/gourde/gourde_test.py -> build/bdist.linux-armv7l/wheel/gourde copying build/lib/gourde/testutils.py -> build/bdist.linux-armv7l/wheel/gourde copying build/lib/gourde/__init__.py -> build/bdist.linux-armv7l/wheel/gourde creating build/bdist.linux-armv7l/wheel/gourde/templates creating build/bdist.linux-armv7l/wheel/gourde/templates/gourde copying build/lib/gourde/templates/gourde/threads.html -> build/bdist.linux-armv7l/wheel/gourde/templates/gourde copying build/lib/gourde/templates/gourde/status.html -> build/bdist.linux-armv7l/wheel/gourde/templates/gourde copying build/lib/gourde/templates/gourde/_base.html -> build/bdist.linux-armv7l/wheel/gourde/templates/gourde copying build/lib/gourde/gourde.py -> build/bdist.linux-armv7l/wheel/gourde creating build/bdist.linux-armv7l/wheel/example creating build/bdist.linux-armv7l/wheel/example/static copying build/lib/example/static/favicon.ico -> build/bdist.linux-armv7l/wheel/example/static copying build/lib/example/app_test.py -> build/bdist.linux-armv7l/wheel/example copying build/lib/example/__init__.py -> build/bdist.linux-armv7l/wheel/example creating build/bdist.linux-armv7l/wheel/example/templates copying build/lib/example/templates/index.html -> build/bdist.linux-armv7l/wheel/example/templates copying build/lib/example/templates/example.html -> build/bdist.linux-armv7l/wheel/example/templates copying build/lib/example/templates/base.html -> build/bdist.linux-armv7l/wheel/example/templates copying build/lib/example/app.py -> build/bdist.linux-armv7l/wheel/example running install_egg_info Copying gourde.egg-info to build/bdist.linux-armv7l/wheel/gourde-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/gourde-0.1.0.dist-info/WHEEL Running setup.py bdist_wheel for gourde: finished with status 'done' Stored in directory: /tmp/tmp3df_m_zu Successfully built gourde Cleaning up... Removing source in /tmp/pip-build-i6ng5hlc/gourde