Created temporary directory: /tmp/pip-ephem-wheel-cache-rw_5h3v2 Created temporary directory: /tmp/pip-req-tracker-hf1ze2xi Created requirements tracker '/tmp/pip-req-tracker-hf1ze2xi' Created temporary directory: /tmp/pip-wheel-krl_q_dc Collecting django-nested-comments==1.8.2 1 location(s) to search for versions of django-nested-comments: * https://pypi.org/simple/django-nested-comments/ Getting page https://pypi.org/simple/django-nested-comments/ Analyzing links from page https://pypi.org/simple/django-nested-comments/ Found link https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz#sha256=7acdbfa67a1fd5e72e47eff9ff5ce1850cf06ef462690b8c6205047577add2bd (from https://pypi.org/simple/django-nested-comments/), version: 1.8.2 Using version 1.8.2 (newest of versions: 1.8.2) Created temporary directory: /tmp/pip-unpack-zwqvkdkb Downloading https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz#sha256=7acdbfa67a1fd5e72e47eff9ff5ce1850cf06ef462690b8c6205047577add2bd (from https://pypi.org/simple/django-nested-comments/) Added django-nested-comments==1.8.2 from https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz#sha256=7acdbfa67a1fd5e72e47eff9ff5ce1850cf06ef462690b8c6205047577add2bd to build tracker '/tmp/pip-req-tracker-hf1ze2xi' Running setup.py (path:/tmp/pip-wheel-krl_q_dc/django-nested-comments/setup.py) egg_info for package django-nested-comments Running command python setup.py egg_info running egg_info creating pip-egg-info/django_nested_comments.egg-info writing requirements to pip-egg-info/django_nested_comments.egg-info/requires.txt writing top-level names to pip-egg-info/django_nested_comments.egg-info/top_level.txt writing dependency_links to pip-egg-info/django_nested_comments.egg-info/dependency_links.txt writing pip-egg-info/django_nested_comments.egg-info/PKG-INFO writing manifest file 'pip-egg-info/django_nested_comments.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_nested_comments.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_nested_comments.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-krl_q_dc/django-nested-comments has version 1.8.2, which satisfies requirement django-nested-comments==1.8.2 from https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz#sha256=7acdbfa67a1fd5e72e47eff9ff5ce1850cf06ef462690b8c6205047577add2bd Removed django-nested-comments==1.8.2 from https://files.pythonhosted.org/packages/da/a0/6a074246835a61667cb749a5c90446dba8867624b226fcd125e8947ef613/django-nested-comments-1.8.2.tar.gz#sha256=7acdbfa67a1fd5e72e47eff9ff5ce1850cf06ef462690b8c6205047577add2bd from build tracker '/tmp/pip-req-tracker-hf1ze2xi' Building wheels for collected packages: django-nested-comments Created temporary directory: /tmp/pip-wheel-a0b5ljvm Running setup.py bdist_wheel for django-nested-comments: started Destination directory: /tmp/pip-wheel-a0b5ljvm Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-krl_q_dc/django-nested-comments/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-a0b5ljvm running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/comments copying comments/apps.py -> build/lib/comments copying comments/views.py -> build/lib/comments copying comments/models.py -> build/lib/comments copying comments/forms.py -> build/lib/comments copying comments/urls.py -> build/lib/comments copying comments/__init__.py -> build/lib/comments copying comments/signals.py -> build/lib/comments copying comments/admin.py -> build/lib/comments copying comments/utils.py -> build/lib/comments creating build/lib/comments/templatetags copying comments/templatetags/comments.py -> build/lib/comments/templatetags copying comments/templatetags/__init__.py -> build/lib/comments/templatetags creating build/lib/comments/migrations copying comments/migrations/0001_initial.py -> build/lib/comments/migrations copying comments/migrations/0005_comment_deleted.py -> build/lib/comments/migrations copying comments/migrations/__init__.py -> build/lib/comments/migrations copying comments/migrations/0002_comment_max_depth.py -> build/lib/comments/migrations copying comments/migrations/0003_auto_20170104_1329.py -> build/lib/comments/migrations copying comments/migrations/0004_auto_20171031_1357.py -> build/lib/comments/migrations creating build/lib/comments/management copying comments/management/__init__.py -> build/lib/comments/management creating build/lib/comments/management/commands copying comments/management/commands/generate_test_comments.py -> build/lib/comments/management/commands copying comments/management/commands/__init__.py -> build/lib/comments/management/commands running egg_info writing dependency_links to django_nested_comments.egg-info/dependency_links.txt writing top-level names to django_nested_comments.egg-info/top_level.txt writing django_nested_comments.egg-info/PKG-INFO writing requirements to django_nested_comments.egg-info/requires.txt reading manifest file 'django_nested_comments.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_nested_comments.egg-info/SOURCES.txt' creating build/lib/comments/static creating build/lib/comments/static/comments creating build/lib/comments/static/comments/css copying comments/static/comments/css/comments.css -> build/lib/comments/static/comments/css creating build/lib/comments/static/comments/js copying comments/static/comments/js/comments.js -> build/lib/comments/static/comments/js creating build/lib/comments/templates creating build/lib/comments/templates/comments copying comments/templates/comments/comment.html -> build/lib/comments/templates/comments copying comments/templates/comments/comments.html -> build/lib/comments/templates/comments copying comments/templates/comments/initialize.html -> build/lib/comments/templates/comments 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/comments creating build/bdist.linux-armv7l/wheel/comments/static creating build/bdist.linux-armv7l/wheel/comments/static/comments creating build/bdist.linux-armv7l/wheel/comments/static/comments/js copying build/lib/comments/static/comments/js/comments.js -> build/bdist.linux-armv7l/wheel/comments/static/comments/js creating build/bdist.linux-armv7l/wheel/comments/static/comments/css copying build/lib/comments/static/comments/css/comments.css -> build/bdist.linux-armv7l/wheel/comments/static/comments/css creating build/bdist.linux-armv7l/wheel/comments/templatetags copying build/lib/comments/templatetags/comments.py -> build/bdist.linux-armv7l/wheel/comments/templatetags copying build/lib/comments/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/comments/templatetags copying build/lib/comments/apps.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/views.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/models.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/forms.py -> build/bdist.linux-armv7l/wheel/comments creating build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/0005_comment_deleted.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/0002_comment_max_depth.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/0003_auto_20170104_1329.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/migrations/0004_auto_20171031_1357.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/urls.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/__init__.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/signals.py -> build/bdist.linux-armv7l/wheel/comments creating build/bdist.linux-armv7l/wheel/comments/templates creating build/bdist.linux-armv7l/wheel/comments/templates/comments copying build/lib/comments/templates/comments/comments.html -> build/bdist.linux-armv7l/wheel/comments/templates/comments copying build/lib/comments/templates/comments/initialize.html -> build/bdist.linux-armv7l/wheel/comments/templates/comments copying build/lib/comments/templates/comments/comment.html -> build/bdist.linux-armv7l/wheel/comments/templates/comments copying build/lib/comments/admin.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/utils.py -> build/bdist.linux-armv7l/wheel/comments creating build/bdist.linux-armv7l/wheel/comments/management copying build/lib/comments/management/__init__.py -> build/bdist.linux-armv7l/wheel/comments/management creating build/bdist.linux-armv7l/wheel/comments/management/commands copying build/lib/comments/management/commands/generate_test_comments.py -> build/bdist.linux-armv7l/wheel/comments/management/commands copying build/lib/comments/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/comments/management/commands running install_egg_info Copying django_nested_comments.egg-info to build/bdist.linux-armv7l/wheel/django_nested_comments-1.8.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_nested_comments-1.8.2.dist-info/WHEEL creating '/tmp/pip-wheel-a0b5ljvm/django_nested_comments-1.8.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'comments/__init__.py' adding 'comments/admin.py' adding 'comments/apps.py' adding 'comments/forms.py' adding 'comments/models.py' adding 'comments/signals.py' adding 'comments/urls.py' adding 'comments/utils.py' adding 'comments/views.py' adding 'comments/management/__init__.py' adding 'comments/management/commands/__init__.py' adding 'comments/management/commands/generate_test_comments.py' adding 'comments/migrations/0001_initial.py' adding 'comments/migrations/0002_comment_max_depth.py' adding 'comments/migrations/0003_auto_20170104_1329.py' adding 'comments/migrations/0004_auto_20171031_1357.py' adding 'comments/migrations/0005_comment_deleted.py' adding 'comments/migrations/__init__.py' adding 'comments/static/comments/css/comments.css' adding 'comments/static/comments/js/comments.js' adding 'comments/templates/comments/comment.html' adding 'comments/templates/comments/comments.html' adding 'comments/templates/comments/initialize.html' adding 'comments/templatetags/__init__.py' adding 'comments/templatetags/comments.py' adding 'django_nested_comments-1.8.2.dist-info/METADATA' adding 'django_nested_comments-1.8.2.dist-info/WHEEL' adding 'django_nested_comments-1.8.2.dist-info/top_level.txt' adding 'django_nested_comments-1.8.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-nested-comments: finished with status 'done' Stored in directory: /tmp/tmphvq9rsnc Successfully built django-nested-comments Cleaning up... Removing source in /tmp/pip-wheel-krl_q_dc/django-nested-comments Removed build tracker '/tmp/pip-req-tracker-hf1ze2xi'