Created temporary directory: /tmp/pip-ephem-wheel-cache-z44gacrh Created temporary directory: /tmp/pip-req-tracker-xxkjuirq Created requirements tracker '/tmp/pip-req-tracker-xxkjuirq' Created temporary directory: /tmp/pip-wheel-olhphuab Collecting django-zen-queries==1.1.0 1 location(s) to search for versions of django-zen-queries: * https://pypi.org/simple/django-zen-queries/ Getting page https://pypi.org/simple/django-zen-queries/ Analyzing links from page https://pypi.org/simple/django-zen-queries/ Found link https://files.pythonhosted.org/packages/94/b9/49d90eb0dac3c919c6d994e777685922a050ee89f7429cf46a93884b7aad/django-zen-queries-1.0.0.tar.gz#sha256=973c241e5ed55c8b5d7d1f25cc643d86a8fdc1b625fa7e79b5ba9ea0ac923ba8 (from https://pypi.org/simple/django-zen-queries/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/0c/b3/69d7c6616258e8e98644e17456d18ea55e835894d4cb88f7fcb027f2f81a/django_zen_queries-1.0.0-py3-none-any.whl#sha256=82cecf6cd7904dbb0dda2f573f23188ebe67efe1f2be05c6e1b58f44107ed18a (from https://pypi.org/simple/django-zen-queries/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz#sha256=2a8cea9264acc4856408ca264fb57da9c1dd7f0ccc55ec25a9dbbf4f5c3abbc1 (from https://pypi.org/simple/django-zen-queries/), version: 1.1.0 Skipping link https://files.pythonhosted.org/packages/8d/df/16f7bc73d8ed579a6f3613c7781b9fe0d64033c2f8e65f706359517cd888/django_zen_queries-1.1.0-py2-none-any.whl#sha256=b11e79949501aad3179780b6ee897999d2d43010aaaebbcbd0b45ca5a50193f5 (from https://pypi.org/simple/django-zen-queries/); it is not compatible with this Python Using version 1.1.0 (newest of versions: 1.1.0) Created temporary directory: /tmp/pip-unpack-2vyut04e Downloading https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz#sha256=2a8cea9264acc4856408ca264fb57da9c1dd7f0ccc55ec25a9dbbf4f5c3abbc1 (from https://pypi.org/simple/django-zen-queries/) Added django-zen-queries==1.1.0 from https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz#sha256=2a8cea9264acc4856408ca264fb57da9c1dd7f0ccc55ec25a9dbbf4f5c3abbc1 to build tracker '/tmp/pip-req-tracker-xxkjuirq' Running setup.py (path:/tmp/pip-wheel-olhphuab/django-zen-queries/setup.py) egg_info for package django-zen-queries Running command python setup.py egg_info running egg_info creating pip-egg-info/django_zen_queries.egg-info writing dependency_links to pip-egg-info/django_zen_queries.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_zen_queries.egg-info/top_level.txt writing pip-egg-info/django_zen_queries.egg-info/PKG-INFO writing manifest file 'pip-egg-info/django_zen_queries.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_zen_queries.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/django_zen_queries.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-olhphuab/django-zen-queries has version 1.1.0, which satisfies requirement django-zen-queries==1.1.0 from https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz#sha256=2a8cea9264acc4856408ca264fb57da9c1dd7f0ccc55ec25a9dbbf4f5c3abbc1 Removed django-zen-queries==1.1.0 from https://files.pythonhosted.org/packages/0a/aa/4da1c33abf3a7365fa42a93b4c1e242b96ad5fac68736396d74748a1a13a/django-zen-queries-1.1.0.tar.gz#sha256=2a8cea9264acc4856408ca264fb57da9c1dd7f0ccc55ec25a9dbbf4f5c3abbc1 from build tracker '/tmp/pip-req-tracker-xxkjuirq' Building wheels for collected packages: django-zen-queries Created temporary directory: /tmp/pip-wheel-5q7yryi2 Running setup.py bdist_wheel for django-zen-queries: started Destination directory: /tmp/pip-wheel-5q7yryi2 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-olhphuab/django-zen-queries/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-5q7yryi2 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/zen_queries copying zen_queries/render.py -> build/lib/zen_queries copying zen_queries/__init__.py -> build/lib/zen_queries copying zen_queries/decorators.py -> build/lib/zen_queries copying zen_queries/utils.py -> build/lib/zen_queries copying zen_queries/template_response.py -> build/lib/zen_queries copying zen_queries/rest_framework.py -> build/lib/zen_queries creating build/lib/zen_queries/tests copying zen_queries/tests/models.py -> build/lib/zen_queries/tests copying zen_queries/tests/tests.py -> build/lib/zen_queries/tests copying zen_queries/tests/__init__.py -> build/lib/zen_queries/tests copying zen_queries/tests/settings.py -> build/lib/zen_queries/tests creating build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/decorators.cpython-37.pyc -> build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/__init__.cpython-37.pyc -> build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/template_response.cpython-37.pyc -> build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/rest_framework.cpython-37.pyc -> build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/render.cpython-37.pyc -> build/lib/zen_queries/__pycache__ copying zen_queries/__pycache__/utils.cpython-37.pyc -> build/lib/zen_queries/__pycache__ creating build/lib/zen_queries/tests/templates copying zen_queries/tests/templates/template.html -> build/lib/zen_queries/tests/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/zen_queries creating build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/decorators.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/__init__.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/template_response.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/rest_framework.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/render.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/__pycache__/utils.cpython-37.pyc -> build/bdist.linux-armv7l/wheel/zen_queries/__pycache__ copying build/lib/zen_queries/render.py -> build/bdist.linux-armv7l/wheel/zen_queries copying build/lib/zen_queries/__init__.py -> build/bdist.linux-armv7l/wheel/zen_queries creating build/bdist.linux-armv7l/wheel/zen_queries/tests copying build/lib/zen_queries/tests/models.py -> build/bdist.linux-armv7l/wheel/zen_queries/tests copying build/lib/zen_queries/tests/tests.py -> build/bdist.linux-armv7l/wheel/zen_queries/tests copying build/lib/zen_queries/tests/__init__.py -> build/bdist.linux-armv7l/wheel/zen_queries/tests creating build/bdist.linux-armv7l/wheel/zen_queries/tests/templates copying build/lib/zen_queries/tests/templates/template.html -> build/bdist.linux-armv7l/wheel/zen_queries/tests/templates copying build/lib/zen_queries/tests/settings.py -> build/bdist.linux-armv7l/wheel/zen_queries/tests copying build/lib/zen_queries/decorators.py -> build/bdist.linux-armv7l/wheel/zen_queries copying build/lib/zen_queries/utils.py -> build/bdist.linux-armv7l/wheel/zen_queries copying build/lib/zen_queries/template_response.py -> build/bdist.linux-armv7l/wheel/zen_queries copying build/lib/zen_queries/rest_framework.py -> build/bdist.linux-armv7l/wheel/zen_queries running install_egg_info running egg_info writing django_zen_queries.egg-info/PKG-INFO writing top-level names to django_zen_queries.egg-info/top_level.txt writing dependency_links to django_zen_queries.egg-info/dependency_links.txt reading manifest file 'django_zen_queries.egg-info/SOURCES.txt' writing manifest file 'django_zen_queries.egg-info/SOURCES.txt' Copying django_zen_queries.egg-info to build/bdist.linux-armv7l/wheel/django_zen_queries-1.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_zen_queries-1.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-5q7yryi2/django_zen_queries-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'zen_queries/__init__.py' adding 'zen_queries/decorators.py' adding 'zen_queries/render.py' adding 'zen_queries/rest_framework.py' adding 'zen_queries/template_response.py' adding 'zen_queries/utils.py' adding 'zen_queries/__pycache__/__init__.cpython-37.pyc' adding 'zen_queries/__pycache__/decorators.cpython-37.pyc' adding 'zen_queries/__pycache__/render.cpython-37.pyc' adding 'zen_queries/__pycache__/rest_framework.cpython-37.pyc' adding 'zen_queries/__pycache__/template_response.cpython-37.pyc' adding 'zen_queries/__pycache__/utils.cpython-37.pyc' adding 'zen_queries/tests/__init__.py' adding 'zen_queries/tests/models.py' adding 'zen_queries/tests/settings.py' adding 'zen_queries/tests/tests.py' adding 'zen_queries/tests/templates/template.html' adding 'django_zen_queries-1.1.0.dist-info/METADATA' adding 'django_zen_queries-1.1.0.dist-info/WHEEL' adding 'django_zen_queries-1.1.0.dist-info/top_level.txt' adding 'django_zen_queries-1.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-zen-queries: finished with status 'done' Stored in directory: /tmp/tmplyy88jia Successfully built django-zen-queries Cleaning up... Removing source in /tmp/pip-wheel-olhphuab/django-zen-queries Removed build tracker '/tmp/pip-req-tracker-xxkjuirq'