Created temporary directory: /tmp/pip-ephem-wheel-cache-hnr5i6sn Created temporary directory: /tmp/pip-req-tracker-pr9_szui Created requirements tracker '/tmp/pip-req-tracker-pr9_szui' Created temporary directory: /tmp/pip-wheel-3y5xw70y Looking in indexes: https://pypi.python.org/simple Collecting django-trench==0.1.0 1 location(s) to search for versions of django-trench: * https://pypi.python.org/simple/django-trench/ Getting page https://pypi.python.org/simple/django-trench/ Analyzing links from page https://pypi.org/simple/django-trench/ Found link https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz#sha256=1c2fc8293dfbbe3dcb43480c6685cf590fe3d18f9b27ccf4d90539c810d39a36 (from https://pypi.org/simple/django-trench/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-77qr2mq9 Downloading https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz#sha256=1c2fc8293dfbbe3dcb43480c6685cf590fe3d18f9b27ccf4d90539c810d39a36 (from https://pypi.org/simple/django-trench/) Added django-trench==0.1.0 from https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz#sha256=1c2fc8293dfbbe3dcb43480c6685cf590fe3d18f9b27ccf4d90539c810d39a36 to build tracker '/tmp/pip-req-tracker-pr9_szui' Running setup.py (path:/tmp/pip-wheel-3y5xw70y/django-trench/setup.py) egg_info for package django-trench Running command python setup.py egg_info running egg_info creating pip-egg-info/django_trench.egg-info writing requirements to pip-egg-info/django_trench.egg-info/requires.txt writing pip-egg-info/django_trench.egg-info/PKG-INFO writing top-level names to pip-egg-info/django_trench.egg-info/top_level.txt writing dependency_links to pip-egg-info/django_trench.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/django_trench.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_trench.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_trench.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-3y5xw70y/django-trench has version 0.1.0, which satisfies requirement django-trench==0.1.0 from https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz#sha256=1c2fc8293dfbbe3dcb43480c6685cf590fe3d18f9b27ccf4d90539c810d39a36 Removed django-trench==0.1.0 from https://files.pythonhosted.org/packages/b2/e0/8dc8eefe233e2ad86f0dc192cc67ab094e777bee499223f6ceaae352f1ef/django-trench-0.1.0.tar.gz#sha256=1c2fc8293dfbbe3dcb43480c6685cf590fe3d18f9b27ccf4d90539c810d39a36 from build tracker '/tmp/pip-req-tracker-pr9_szui' Building wheels for collected packages: django-trench Created temporary directory: /tmp/pip-wheel-7ckko26r Running setup.py bdist_wheel for django-trench: started Destination directory: /tmp/pip-wheel-7ckko26r Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-3y5xw70y/django-trench/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-7ckko26r running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/testproject copying testproject/settings.py -> build/lib/testproject copying testproject/manage.py -> build/lib/testproject copying testproject/__init__.py -> build/lib/testproject creating build/lib/trench copying trench/exceptions.py -> build/lib/trench copying trench/serializers.py -> build/lib/trench copying trench/settings.py -> build/lib/trench copying trench/utils.py -> build/lib/trench copying trench/models.py -> build/lib/trench copying trench/admin.py -> build/lib/trench copying trench/__init__.py -> build/lib/trench copying trench/apps.py -> build/lib/trench creating build/lib/testproject/testapp copying testproject/testapp/serializers.py -> build/lib/testproject/testapp copying testproject/testapp/models.py -> build/lib/testproject/testapp copying testproject/testapp/admin.py -> build/lib/testproject/testapp copying testproject/testapp/__init__.py -> build/lib/testproject/testapp copying testproject/testapp/urls.py -> build/lib/testproject/testapp creating build/lib/testproject/testapp/migrations copying testproject/testapp/migrations/__init__.py -> build/lib/testproject/testapp/migrations copying testproject/testapp/migrations/0001_initial.py -> build/lib/testproject/testapp/migrations creating build/lib/trench/views copying trench/views/base.py -> build/lib/trench/views copying trench/views/jwt.py -> build/lib/trench/views copying trench/views/__init__.py -> build/lib/trench/views copying trench/views/authtoken.py -> build/lib/trench/views creating build/lib/trench/urls copying trench/urls/base.py -> build/lib/trench/urls copying trench/urls/jwt.py -> build/lib/trench/urls copying trench/urls/__init__.py -> build/lib/trench/urls copying trench/urls/djoser.py -> build/lib/trench/urls creating build/lib/trench/migrations copying trench/migrations/__init__.py -> build/lib/trench/migrations copying trench/migrations/0001_initial.py -> build/lib/trench/migrations creating build/lib/trench/backends copying trench/backends/application.py -> build/lib/trench/backends copying trench/backends/templated_mail.py -> build/lib/trench/backends copying trench/backends/twilio.py -> build/lib/trench/backends copying trench/backends/__init__.py -> build/lib/trench/backends running egg_info writing top-level names to django_trench.egg-info/top_level.txt writing django_trench.egg-info/PKG-INFO writing requirements to django_trench.egg-info/requires.txt writing dependency_links to django_trench.egg-info/dependency_links.txt reading manifest file 'django_trench.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_trench.egg-info/SOURCES.txt' creating build/lib/trench/templates copying trench/templates/email.html -> build/lib/trench/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/testproject creating build/bdist.linux-armv7l/wheel/testproject/testapp copying build/lib/testproject/testapp/serializers.py -> build/bdist.linux-armv7l/wheel/testproject/testapp creating build/bdist.linux-armv7l/wheel/testproject/testapp/migrations copying build/lib/testproject/testapp/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/testproject/testapp/migrations copying build/lib/testproject/testapp/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/testproject/testapp/migrations copying build/lib/testproject/testapp/models.py -> build/bdist.linux-armv7l/wheel/testproject/testapp copying build/lib/testproject/testapp/admin.py -> build/bdist.linux-armv7l/wheel/testproject/testapp copying build/lib/testproject/testapp/__init__.py -> build/bdist.linux-armv7l/wheel/testproject/testapp copying build/lib/testproject/testapp/urls.py -> build/bdist.linux-armv7l/wheel/testproject/testapp copying build/lib/testproject/settings.py -> build/bdist.linux-armv7l/wheel/testproject copying build/lib/testproject/manage.py -> build/bdist.linux-armv7l/wheel/testproject copying build/lib/testproject/__init__.py -> build/bdist.linux-armv7l/wheel/testproject creating build/bdist.linux-armv7l/wheel/trench creating build/bdist.linux-armv7l/wheel/trench/templates copying build/lib/trench/templates/email.html -> build/bdist.linux-armv7l/wheel/trench/templates copying build/lib/trench/exceptions.py -> build/bdist.linux-armv7l/wheel/trench creating build/bdist.linux-armv7l/wheel/trench/views copying build/lib/trench/views/base.py -> build/bdist.linux-armv7l/wheel/trench/views copying build/lib/trench/views/jwt.py -> build/bdist.linux-armv7l/wheel/trench/views copying build/lib/trench/views/__init__.py -> build/bdist.linux-armv7l/wheel/trench/views copying build/lib/trench/views/authtoken.py -> build/bdist.linux-armv7l/wheel/trench/views copying build/lib/trench/serializers.py -> build/bdist.linux-armv7l/wheel/trench copying build/lib/trench/settings.py -> build/bdist.linux-armv7l/wheel/trench creating build/bdist.linux-armv7l/wheel/trench/urls copying build/lib/trench/urls/base.py -> build/bdist.linux-armv7l/wheel/trench/urls copying build/lib/trench/urls/jwt.py -> build/bdist.linux-armv7l/wheel/trench/urls copying build/lib/trench/urls/__init__.py -> build/bdist.linux-armv7l/wheel/trench/urls copying build/lib/trench/urls/djoser.py -> build/bdist.linux-armv7l/wheel/trench/urls creating build/bdist.linux-armv7l/wheel/trench/migrations copying build/lib/trench/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/trench/migrations copying build/lib/trench/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/trench/migrations creating build/bdist.linux-armv7l/wheel/trench/backends copying build/lib/trench/backends/application.py -> build/bdist.linux-armv7l/wheel/trench/backends copying build/lib/trench/backends/templated_mail.py -> build/bdist.linux-armv7l/wheel/trench/backends copying build/lib/trench/backends/twilio.py -> build/bdist.linux-armv7l/wheel/trench/backends copying build/lib/trench/backends/__init__.py -> build/bdist.linux-armv7l/wheel/trench/backends copying build/lib/trench/utils.py -> build/bdist.linux-armv7l/wheel/trench copying build/lib/trench/models.py -> build/bdist.linux-armv7l/wheel/trench copying build/lib/trench/admin.py -> build/bdist.linux-armv7l/wheel/trench copying build/lib/trench/__init__.py -> build/bdist.linux-armv7l/wheel/trench copying build/lib/trench/apps.py -> build/bdist.linux-armv7l/wheel/trench running install_egg_info Copying django_trench.egg-info to build/bdist.linux-armv7l/wheel/django_trench-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_trench-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-7ckko26r/django_trench-0.1.0-py3-none-any.whl' and adding '.' to it adding 'testproject/__init__.py' adding 'testproject/manage.py' adding 'testproject/settings.py' adding 'testproject/testapp/__init__.py' adding 'testproject/testapp/admin.py' adding 'testproject/testapp/models.py' adding 'testproject/testapp/serializers.py' adding 'testproject/testapp/urls.py' adding 'testproject/testapp/migrations/0001_initial.py' adding 'testproject/testapp/migrations/__init__.py' adding 'trench/__init__.py' adding 'trench/admin.py' adding 'trench/apps.py' adding 'trench/exceptions.py' adding 'trench/models.py' adding 'trench/serializers.py' adding 'trench/settings.py' adding 'trench/utils.py' adding 'trench/backends/__init__.py' adding 'trench/backends/application.py' adding 'trench/backends/templated_mail.py' adding 'trench/backends/twilio.py' adding 'trench/migrations/0001_initial.py' adding 'trench/migrations/__init__.py' adding 'trench/templates/email.html' adding 'trench/urls/__init__.py' adding 'trench/urls/base.py' adding 'trench/urls/djoser.py' adding 'trench/urls/jwt.py' adding 'trench/views/__init__.py' adding 'trench/views/authtoken.py' adding 'trench/views/base.py' adding 'trench/views/jwt.py' adding 'django_trench-0.1.0.dist-info/top_level.txt' adding 'django_trench-0.1.0.dist-info/WHEEL' adding 'django_trench-0.1.0.dist-info/METADATA' adding 'django_trench-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-trench: finished with status 'done' Stored in directory: /tmp/tmpcm4hk1b2 Successfully built django-trench Cleaning up... Removing source in /tmp/pip-wheel-3y5xw70y/django-trench Removed build tracker '/tmp/pip-req-tracker-pr9_szui'