Collecting cq==0.12 1 location(s) to search for versions of cq: * https://pypi.python.org/simple/cq/ Getting page https://pypi.python.org/simple/cq/ Analyzing links from page https://pypi.python.org/simple/cq/ Found link https://pypi.python.org/packages/09/9b/28ffcb6fd476c9414ca39f2a8589353a7b39b3210663fe437b637fb72530/cq-0.9.tar.gz#md5=39f60299a09d2bc646c0ba050d52e4cd (from https://pypi.python.org/simple/cq/), version: 0.9 Found link https://pypi.python.org/packages/35/6e/bee5a5db8541ed2463dd1d12dfaa04e4325b6b7131a2f45763149ca93671/cq-0.10.tar.gz#md5=11294a3024f280a763b01bff7287ae1f (from https://pypi.python.org/simple/cq/), version: 0.10 Found link https://pypi.python.org/packages/7d/f1/3e593c2e1478017c4e3e53b509437536ead27c7a650ab6c42d8fa7b34e0f/cq-0.11.tar.gz#md5=4cafa79a54fd62afbb8cc252dd9d0889 (from https://pypi.python.org/simple/cq/), version: 0.11 Found link https://pypi.python.org/packages/97/63/710d64cf8726922aad82c322d2cf8652f09638b3bab9f39dd0c21d9925da/cq-0.8.tar.gz#md5=ed59a567cefd293343e2beb08fe7af3a (from https://pypi.python.org/simple/cq/), version: 0.8 Found link https://pypi.python.org/packages/f4/06/1dcc303a106813c1dfa0130421c88b89ef73e9000595d87dd41eb5674ec9/cq-0.12.tar.gz#md5=7dae494eaa1220241ccd3adf8cd2d31b (from https://pypi.python.org/simple/cq/), version: 0.12 Using version 0.12 (newest of versions: 0.12) Downloading cq-0.12.tar.gz Downloading from URL https://pypi.python.org/packages/f4/06/1dcc303a106813c1dfa0130421c88b89ef73e9000595d87dd41eb5674ec9/cq-0.12.tar.gz#md5=7dae494eaa1220241ccd3adf8cd2d31b (from https://pypi.python.org/simple/cq/) Running setup.py (path:/tmp/pip-build-crtmbdhp/cq/setup.py) egg_info for package cq Running command python setup.py egg_info running egg_info creating pip-egg-info/cq.egg-info writing pip-egg-info/cq.egg-info/PKG-INFO writing dependency_links to pip-egg-info/cq.egg-info/dependency_links.txt writing requirements to pip-egg-info/cq.egg-info/requires.txt writing top-level names to pip-egg-info/cq.egg-info/top_level.txt writing manifest file 'pip-egg-info/cq.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/cq.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/cq.egg-info/SOURCES.txt' Source in /tmp/pip-build-crtmbdhp/cq has version 0.12, which satisfies requirement cq==0.12 from https://pypi.python.org/packages/f4/06/1dcc303a106813c1dfa0130421c88b89ef73e9000595d87dd41eb5674ec9/cq-0.12.tar.gz#md5=7dae494eaa1220241ccd3adf8cd2d31b Building wheels for collected packages: cq Running setup.py bdist_wheel for cq: started Destination directory: /tmp/tmpobaellztpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-crtmbdhp/cq/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/tmpobaellztpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/cq copying cq/genuuid.py -> build/lib/cq copying cq/settings.py -> build/lib/cq copying cq/storages.py -> build/lib/cq copying cq/compat.py -> build/lib/cq copying cq/handlers.py -> build/lib/cq copying cq/__init__.py -> build/lib/cq copying cq/schemas.py -> build/lib/cq copying cq/app.py -> build/lib/cq copying cq/events.py -> build/lib/cq copying cq/aggregates.py -> build/lib/cq copying cq/exceptions.py -> build/lib/cq creating build/lib/cq/tests copying cq/tests/test_entities.py -> build/lib/cq/tests copying cq/tests/test_handlers.py -> build/lib/cq/tests copying cq/tests/test_aggregates.py -> build/lib/cq/tests copying cq/tests/test_replay.py -> build/lib/cq/tests copying cq/tests/test_apps.py -> build/lib/cq/tests copying cq/tests/test_storages.py -> build/lib/cq/tests copying cq/tests/__init__.py -> build/lib/cq/tests copying cq/tests/app.py -> build/lib/cq/tests copying cq/tests/test_schemas.py -> build/lib/cq/tests copying cq/tests/test_upcasting.py -> build/lib/cq/tests copying cq/tests/test_repository.py -> build/lib/cq/tests creating build/lib/cq/contrib copying cq/contrib/__init__.py -> build/lib/cq/contrib creating build/lib/cq/contrib/django copying cq/contrib/django/apps.py -> build/lib/cq/contrib/django copying cq/contrib/django/shortcuts.py -> build/lib/cq/contrib/django copying cq/contrib/django/storages.py -> build/lib/cq/contrib/django copying cq/contrib/django/__init__.py -> build/lib/cq/contrib/django copying cq/contrib/django/models.py -> build/lib/cq/contrib/django creating build/lib/cq/contrib/django/migrations copying cq/contrib/django/migrations/0001_initial.py -> build/lib/cq/contrib/django/migrations copying cq/contrib/django/migrations/0002_ts_field_index.py -> build/lib/cq/contrib/django/migrations copying cq/contrib/django/migrations/__init__.py -> build/lib/cq/contrib/django/migrations copying cq/contrib/django/migrations/0003_event_aggregate_type.py -> build/lib/cq/contrib/django/migrations copying cq/contrib/django/migrations/0004_event_revision.py -> build/lib/cq/contrib/django/migrations creating build/lib/cq/contrib/sqlalchemy copying cq/contrib/sqlalchemy/__init__.py -> build/lib/cq/contrib/sqlalchemy copying cq/contrib/sqlalchemy/storage.py -> build/lib/cq/contrib/sqlalchemy running egg_info writing requirements to cq.egg-info/requires.txt writing top-level names to cq.egg-info/top_level.txt writing dependency_links to cq.egg-info/dependency_links.txt writing cq.egg-info/PKG-INFO warning: manifest_maker: standard file '-c' not found reading manifest file 'cq.egg-info/SOURCES.txt' writing manifest file 'cq.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/cq creating build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_entities.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_handlers.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_aggregates.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_replay.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_apps.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_storages.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/__init__.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/app.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_schemas.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_upcasting.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/tests/test_repository.py -> build/bdist.linux-armv7l/wheel/cq/tests copying build/lib/cq/genuuid.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/settings.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/storages.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/compat.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/handlers.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/__init__.py -> build/bdist.linux-armv7l/wheel/cq creating build/bdist.linux-armv7l/wheel/cq/contrib creating build/bdist.linux-armv7l/wheel/cq/contrib/django copying build/lib/cq/contrib/django/apps.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django copying build/lib/cq/contrib/django/shortcuts.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django copying build/lib/cq/contrib/django/storages.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django copying build/lib/cq/contrib/django/__init__.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django creating build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/migrations/0002_ts_field_index.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/migrations/0003_event_aggregate_type.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/migrations/0004_event_revision.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django/migrations copying build/lib/cq/contrib/django/models.py -> build/bdist.linux-armv7l/wheel/cq/contrib/django copying build/lib/cq/contrib/__init__.py -> build/bdist.linux-armv7l/wheel/cq/contrib creating build/bdist.linux-armv7l/wheel/cq/contrib/sqlalchemy copying build/lib/cq/contrib/sqlalchemy/__init__.py -> build/bdist.linux-armv7l/wheel/cq/contrib/sqlalchemy copying build/lib/cq/contrib/sqlalchemy/storage.py -> build/bdist.linux-armv7l/wheel/cq/contrib/sqlalchemy copying build/lib/cq/schemas.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/app.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/events.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/aggregates.py -> build/bdist.linux-armv7l/wheel/cq copying build/lib/cq/exceptions.py -> build/bdist.linux-armv7l/wheel/cq running install_egg_info Copying cq.egg-info to build/bdist.linux-armv7l/wheel/cq-0.12.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cq-0.12.dist-info/WHEEL creating '/tmp/tmpobaellztpip-wheel-/cq-0.12-py3-none-any.whl' and adding '.' to it adding 'cq/__init__.py' adding 'cq/aggregates.py' adding 'cq/app.py' adding 'cq/compat.py' adding 'cq/events.py' adding 'cq/exceptions.py' adding 'cq/genuuid.py' adding 'cq/handlers.py' adding 'cq/schemas.py' adding 'cq/settings.py' adding 'cq/storages.py' adding 'cq/contrib/__init__.py' adding 'cq/contrib/django/__init__.py' adding 'cq/contrib/django/apps.py' adding 'cq/contrib/django/models.py' adding 'cq/contrib/django/shortcuts.py' adding 'cq/contrib/django/storages.py' adding 'cq/contrib/django/migrations/0001_initial.py' adding 'cq/contrib/django/migrations/0002_ts_field_index.py' adding 'cq/contrib/django/migrations/0003_event_aggregate_type.py' adding 'cq/contrib/django/migrations/0004_event_revision.py' adding 'cq/contrib/django/migrations/__init__.py' adding 'cq/contrib/sqlalchemy/__init__.py' adding 'cq/contrib/sqlalchemy/storage.py' adding 'cq/tests/__init__.py' adding 'cq/tests/app.py' adding 'cq/tests/test_aggregates.py' adding 'cq/tests/test_apps.py' adding 'cq/tests/test_entities.py' adding 'cq/tests/test_handlers.py' adding 'cq/tests/test_replay.py' adding 'cq/tests/test_repository.py' adding 'cq/tests/test_schemas.py' adding 'cq/tests/test_storages.py' adding 'cq/tests/test_upcasting.py' adding 'cq-0.12.dist-info/DESCRIPTION.rst' adding 'cq-0.12.dist-info/metadata.json' adding 'cq-0.12.dist-info/top_level.txt' adding 'cq-0.12.dist-info/WHEEL' adding 'cq-0.12.dist-info/METADATA' adding 'cq-0.12.dist-info/RECORD' Running setup.py bdist_wheel for cq: finished with status 'done' Stored in directory: /tmp/tmpgf_d9l8b Successfully built cq Cleaning up... Removing source in /tmp/pip-build-crtmbdhp/cq