Collecting celerystar==0.0.2 1 location(s) to search for versions of celerystar: * https://pypi.python.org/simple/celerystar/ Getting page https://pypi.python.org/simple/celerystar/ Analyzing links from page https://pypi.org/simple/celerystar/ Found link https://files.pythonhosted.org/packages/e9/33/faf1debe4485b98488e45f4e2b7634ad91730ce4af6ee818481cb2125e01/celerystar-0.0.1.tar.gz#sha256=ad4ca50505e9f2bc91a09a142e4fb9c56234a4f7e4204a7bd2ef596228a1600d (from https://pypi.org/simple/celerystar/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/82/33/56bd0337f55e620d9a527b17a40bc183f3c75dcdd8fd1332ec2dbe728965/celerystar-0.0.2.tar.gz#sha256=55711e171967a7a15e00ad9a70cc5c6c12355be0afcf2a1363964e7f1b83f8fb (from https://pypi.org/simple/celerystar/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Downloading https://files.pythonhosted.org/packages/82/33/56bd0337f55e620d9a527b17a40bc183f3c75dcdd8fd1332ec2dbe728965/celerystar-0.0.2.tar.gz (4.6MB) Downloading from URL https://files.pythonhosted.org/packages/82/33/56bd0337f55e620d9a527b17a40bc183f3c75dcdd8fd1332ec2dbe728965/celerystar-0.0.2.tar.gz#sha256=55711e171967a7a15e00ad9a70cc5c6c12355be0afcf2a1363964e7f1b83f8fb (from https://pypi.org/simple/celerystar/) Running setup.py (path:/tmp/pip-build-kqw__r0_/celerystar/setup.py) egg_info for package celerystar Running command python setup.py egg_info running egg_info creating pip-egg-info/celerystar.egg-info writing top-level names to pip-egg-info/celerystar.egg-info/top_level.txt writing requirements to pip-egg-info/celerystar.egg-info/requires.txt writing pip-egg-info/celerystar.egg-info/PKG-INFO writing dependency_links to pip-egg-info/celerystar.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/celerystar.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/celerystar.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/celerystar.egg-info/SOURCES.txt' Source in /tmp/pip-build-kqw__r0_/celerystar has version 0.0.2, which satisfies requirement celerystar==0.0.2 from https://files.pythonhosted.org/packages/82/33/56bd0337f55e620d9a527b17a40bc183f3c75dcdd8fd1332ec2dbe728965/celerystar-0.0.2.tar.gz#sha256=55711e171967a7a15e00ad9a70cc5c6c12355be0afcf2a1363964e7f1b83f8fb Building wheels for collected packages: celerystar Running setup.py bdist_wheel for celerystar: started Destination directory: /tmp/tmpziwncbfspip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kqw__r0_/celerystar/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/tmpziwncbfspip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/celerystar copying celerystar/celerystar.py -> build/lib/celerystar copying celerystar/__init__.py -> build/lib/celerystar creating build/lib/celerystar_apistar copying celerystar_apistar/document.py -> build/lib/celerystar_apistar copying celerystar_apistar/exceptions.py -> build/lib/celerystar_apistar copying celerystar_apistar/compat.py -> build/lib/celerystar_apistar copying celerystar_apistar/utils.py -> build/lib/celerystar_apistar copying celerystar_apistar/http.py -> build/lib/celerystar_apistar copying celerystar_apistar/__init__.py -> build/lib/celerystar_apistar copying celerystar_apistar/test.py -> build/lib/celerystar_apistar copying celerystar_apistar/validators.py -> build/lib/celerystar_apistar copying celerystar_apistar/formats.py -> build/lib/celerystar_apistar copying celerystar_apistar/conneg.py -> build/lib/celerystar_apistar copying celerystar_apistar/types.py -> build/lib/celerystar_apistar creating build/lib/celerystar_apistar/server copying celerystar_apistar/server/handlers.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/templates.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/staticfiles.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/router.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/__init__.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/validation.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/adapters.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/injector.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/wsgi.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/core.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/app.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/components.py -> build/lib/celerystar_apistar/server copying celerystar_apistar/server/asgi.py -> build/lib/celerystar_apistar/server creating build/lib/celerystar_apistar/client copying celerystar_apistar/client/client.py -> build/lib/celerystar_apistar/client copying celerystar_apistar/client/utils.py -> build/lib/celerystar_apistar/client copying celerystar_apistar/client/__init__.py -> build/lib/celerystar_apistar/client copying celerystar_apistar/client/auth.py -> build/lib/celerystar_apistar/client copying celerystar_apistar/client/transports.py -> build/lib/celerystar_apistar/client creating build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/openapi.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/__init__.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/jsonschema.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/jsondata.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/text.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/download.py -> build/lib/celerystar_apistar/codecs copying celerystar_apistar/codecs/base.py -> build/lib/celerystar_apistar/codecs creating build/lib/celerystar/static copying celerystar/static/oauth2-redirect.html -> build/lib/celerystar/static copying celerystar/static/swagger-ui-standalone-preset.js.map -> build/lib/celerystar/static copying celerystar/static/favicon-16x16.png -> build/lib/celerystar/static copying celerystar/static/favicon-32x32.png -> build/lib/celerystar/static copying celerystar/static/swagger-ui-standalone-preset.js -> build/lib/celerystar/static copying celerystar/static/swagger-ui-bundle.js -> build/lib/celerystar/static copying celerystar/static/index.html -> build/lib/celerystar/static copying celerystar/static/swagger-ui.js -> build/lib/celerystar/static copying celerystar/static/swagger-ui.js.map -> build/lib/celerystar/static copying celerystar/static/swagger-ui.css -> build/lib/celerystar/static copying celerystar/static/swagger-ui.css.map -> build/lib/celerystar/static copying celerystar/static/swagger-ui-bundle.js.map -> build/lib/celerystar/static 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/celerystar copying build/lib/celerystar/celerystar.py -> build/bdist.linux-armv7l/wheel/celerystar copying build/lib/celerystar/__init__.py -> build/bdist.linux-armv7l/wheel/celerystar creating build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/oauth2-redirect.html -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui-standalone-preset.js.map -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/favicon-16x16.png -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/favicon-32x32.png -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui-standalone-preset.js -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui-bundle.js -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/index.html -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui.js -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui.js.map -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui.css -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui.css.map -> build/bdist.linux-armv7l/wheel/celerystar/static copying build/lib/celerystar/static/swagger-ui-bundle.js.map -> build/bdist.linux-armv7l/wheel/celerystar/static creating build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/document.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/exceptions.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/compat.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/utils.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/http.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/__init__.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/test.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/validators.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar creating build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/handlers.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/templates.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/staticfiles.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/router.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/__init__.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/validation.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/adapters.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/injector.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/wsgi.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/core.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/app.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/components.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/server/asgi.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/server copying build/lib/celerystar_apistar/formats.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar creating build/bdist.linux-armv7l/wheel/celerystar_apistar/client copying build/lib/celerystar_apistar/client/client.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/client copying build/lib/celerystar_apistar/client/utils.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/client copying build/lib/celerystar_apistar/client/__init__.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/client copying build/lib/celerystar_apistar/client/auth.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/client copying build/lib/celerystar_apistar/client/transports.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/client creating build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/openapi.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/__init__.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/jsonschema.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/jsondata.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/text.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/download.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/codecs/base.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar/codecs copying build/lib/celerystar_apistar/conneg.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar copying build/lib/celerystar_apistar/types.py -> build/bdist.linux-armv7l/wheel/celerystar_apistar running install_egg_info running egg_info writing dependency_links to celerystar.egg-info/dependency_links.txt writing celerystar.egg-info/PKG-INFO writing top-level names to celerystar.egg-info/top_level.txt writing requirements to celerystar.egg-info/requires.txt reading manifest file 'celerystar.egg-info/SOURCES.txt' writing manifest file 'celerystar.egg-info/SOURCES.txt' Copying celerystar.egg-info to build/bdist.linux-armv7l/wheel/celerystar-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/celerystar-0.0.2.dist-info/WHEEL Running setup.py bdist_wheel for celerystar: finished with status 'done' Stored in directory: /tmp/tmp7pi5n2h7 Successfully built celerystar Cleaning up... Removing source in /tmp/pip-build-kqw__r0_/celerystar