Collecting requests-celery-adapters==2.0.4 1 location(s) to search for versions of requests-celery-adapters: * https://pypi.python.org/simple/requests-celery-adapters/ Getting page https://pypi.python.org/simple/requests-celery-adapters/ Analyzing links from page https://pypi.python.org/simple/requests-celery-adapters/ Found link https://pypi.python.org/packages/49/ca/b7ed17497e974c58162078482c5ceb96fc7b2f1cf076d3542fa5e1182fef/requests-celery-adapters-2.0.6.tar.gz#md5=cf904a3a80f0d2f15d3cdaf853335e92 (from https://pypi.python.org/simple/requests-celery-adapters/), version: 2.0.6 Found link https://pypi.python.org/packages/6f/b3/c7b31dbc310a2e22a3a2818eb7290a3f210f1f056e1f13dff413574caca6/requests-celery-adapters-2.0.7.tar.gz#md5=19d886918d1186991083f48d755a3f0d (from https://pypi.python.org/simple/requests-celery-adapters/), version: 2.0.7 Found link https://pypi.python.org/packages/a2/15/910ec020033378cc676c3b7a705046870cce5ac52ba161ce71979e90348b/requests-celery-adapters-2.0.5.tar.gz#md5=fbf663b8830fdb3dec6563cbe3608d1a (from https://pypi.python.org/simple/requests-celery-adapters/), version: 2.0.5 Found link https://pypi.python.org/packages/d8/18/a8da41eae2830eadf3547faeb6297dfe1a8345afffde35d1132422a6c11d/requests-celery-adapters-2.0.3.tar.gz#md5=e21da2125ac659ff7eefd52a2a0f8077 (from https://pypi.python.org/simple/requests-celery-adapters/), version: 2.0.3 Found link https://pypi.python.org/packages/f4/e5/b915f9eaa450592800ef36fc6cb10cfbb064ba11b60ed6783c43168eb567/requests-celery-adapters-2.0.4.tar.gz#md5=a27b095b96bb5bf4dd0d66b398abee7b (from https://pypi.python.org/simple/requests-celery-adapters/), version: 2.0.4 Using version 2.0.4 (newest of versions: 2.0.4) Downloading requests-celery-adapters-2.0.4.tar.gz Downloading from URL https://pypi.python.org/packages/f4/e5/b915f9eaa450592800ef36fc6cb10cfbb064ba11b60ed6783c43168eb567/requests-celery-adapters-2.0.4.tar.gz#md5=a27b095b96bb5bf4dd0d66b398abee7b (from https://pypi.python.org/simple/requests-celery-adapters/) Running setup.py (path:/tmp/pip-build-l29j2msd/requests-celery-adapters/setup.py) egg_info for package requests-celery-adapters Running command python setup.py egg_info running egg_info creating pip-egg-info/requests_celery_adapters.egg-info writing pip-egg-info/requests_celery_adapters.egg-info/PKG-INFO writing dependency_links to pip-egg-info/requests_celery_adapters.egg-info/dependency_links.txt writing top-level names to pip-egg-info/requests_celery_adapters.egg-info/top_level.txt writing requirements to pip-egg-info/requests_celery_adapters.egg-info/requires.txt writing entry points to pip-egg-info/requests_celery_adapters.egg-info/entry_points.txt writing manifest file 'pip-egg-info/requests_celery_adapters.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/requests_celery_adapters.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/requests_celery_adapters.egg-info/SOURCES.txt' Source in /tmp/pip-build-l29j2msd/requests-celery-adapters has version 2.0.4, which satisfies requirement requests-celery-adapters==2.0.4 from https://pypi.python.org/packages/f4/e5/b915f9eaa450592800ef36fc6cb10cfbb064ba11b60ed6783c43168eb567/requests-celery-adapters-2.0.4.tar.gz#md5=a27b095b96bb5bf4dd0d66b398abee7b Building wheels for collected packages: requests-celery-adapters Running setup.py bdist_wheel for requests-celery-adapters: started Destination directory: /tmp/tmp6t6i4pykpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-l29j2msd/requests-celery-adapters/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/tmp6t6i4pykpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/rca copying rca/url_parser.py -> build/lib/rca copying rca/adapters.py -> build/lib/rca copying rca/__init__.py -> build/lib/rca creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_task_parser.py -> build/lib/tests creating build/lib/rca/scripts copying rca/scripts/cli.py -> build/lib/rca/scripts copying rca/scripts/__init__.py -> build/lib/rca/scripts running egg_info writing top-level names to requests_celery_adapters.egg-info/top_level.txt writing requests_celery_adapters.egg-info/PKG-INFO writing requirements to requests_celery_adapters.egg-info/requires.txt writing entry points to requests_celery_adapters.egg-info/entry_points.txt writing dependency_links to requests_celery_adapters.egg-info/dependency_links.txt reading manifest file 'requests_celery_adapters.egg-info/SOURCES.txt' writing manifest file 'requests_celery_adapters.egg-info/SOURCES.txt' 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/rca copying build/lib/rca/url_parser.py -> build/bdist.linux-armv7l/wheel/rca copying build/lib/rca/adapters.py -> build/bdist.linux-armv7l/wheel/rca copying build/lib/rca/__init__.py -> build/bdist.linux-armv7l/wheel/rca creating build/bdist.linux-armv7l/wheel/rca/scripts copying build/lib/rca/scripts/cli.py -> build/bdist.linux-armv7l/wheel/rca/scripts copying build/lib/rca/scripts/__init__.py -> build/bdist.linux-armv7l/wheel/rca/scripts creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_task_parser.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying requests_celery_adapters.egg-info to build/bdist.linux-armv7l/wheel/requests_celery_adapters-2.0.4-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/requests_celery_adapters-2.0.4.dist-info/WHEEL Running setup.py bdist_wheel for requests-celery-adapters: finished with status 'done' Stored in directory: /tmp/tmpqiyzz7ic Successfully built requests-celery-adapters Cleaning up... Removing source in /tmp/pip-build-l29j2msd/requests-celery-adapters