Created temporary directory: /tmp/pip-ephem-wheel-cache-68b1jtqt Created temporary directory: /tmp/pip-req-tracker-5wc0wbx0 Created requirements tracker '/tmp/pip-req-tracker-5wc0wbx0' Created temporary directory: /tmp/pip-wheel-0frwngwf Collecting django-nested-comments==1.9.0 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 Found link https://files.pythonhosted.org/packages/49/04/c23bef3dbe2b4367ef60c49f9b6a18c7e73c75e0273b2a2a794b6227f470/django-nested-comments-1.8.3.tar.gz#sha256=7a0e80cdbe91fcc61c0a5c85842c79a1e39235a1bd851cdf13eb122a071066c3 (from https://pypi.org/simple/django-nested-comments/), version: 1.8.3 Found link https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz#sha256=88e625974231b56ca2bcba333f1949d32ebc7d47765dc47d975bc2aaa6fd272b (from https://pypi.org/simple/django-nested-comments/), version: 1.9.0 Using version 1.9.0 (newest of versions: 1.9.0) Created temporary directory: /tmp/pip-unpack-fvhfi44d Downloading https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz#sha256=88e625974231b56ca2bcba333f1949d32ebc7d47765dc47d975bc2aaa6fd272b (from https://pypi.org/simple/django-nested-comments/) Added django-nested-comments==1.9.0 from https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz#sha256=88e625974231b56ca2bcba333f1949d32ebc7d47765dc47d975bc2aaa6fd272b to build tracker '/tmp/pip-req-tracker-5wc0wbx0' Running setup.py (path:/tmp/pip-wheel-0frwngwf/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 pip-egg-info/django_nested_comments.egg-info/PKG-INFO writing dependency_links to pip-egg-info/django_nested_comments.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_nested_comments.egg-info/top_level.txt writing requirements to pip-egg-info/django_nested_comments.egg-info/requires.txt 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-0frwngwf/django-nested-comments has version 1.9.0, which satisfies requirement django-nested-comments==1.9.0 from https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz#sha256=88e625974231b56ca2bcba333f1949d32ebc7d47765dc47d975bc2aaa6fd272b Removed django-nested-comments==1.9.0 from https://files.pythonhosted.org/packages/25/b4/bc1af49a0e05579f6631590f2841632f433c7c4b1d3f975fad81eab459d4/django-nested-comments-1.9.0.tar.gz#sha256=88e625974231b56ca2bcba333f1949d32ebc7d47765dc47d975bc2aaa6fd272b from build tracker '/tmp/pip-req-tracker-5wc0wbx0' Building wheels for collected packages: django-nested-comments Created temporary directory: /tmp/pip-wheel-16aw4c6o Running setup.py bdist_wheel for django-nested-comments: started Destination directory: /tmp/pip-wheel-16aw4c6o Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-0frwngwf/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-16aw4c6o running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/comments copying comments/utils.py -> build/lib/comments copying comments/apps.py -> build/lib/comments copying comments/__init__.py -> build/lib/comments copying comments/forms.py -> build/lib/comments copying comments/views.py -> build/lib/comments copying comments/urls.py -> build/lib/comments copying comments/admin.py -> build/lib/comments copying comments/signals.py -> build/lib/comments copying comments/models.py -> build/lib/comments creating build/lib/comments/migrations copying comments/migrations/__init__.py -> build/lib/comments/migrations copying comments/migrations/0001_initial.py -> build/lib/comments/migrations copying comments/migrations/0003_auto_20170104_1329.py -> build/lib/comments/migrations copying comments/migrations/0002_comment_max_depth.py -> build/lib/comments/migrations copying comments/migrations/0004_auto_20171031_1357.py -> build/lib/comments/migrations copying comments/migrations/0005_comment_deleted.py -> build/lib/comments/migrations creating build/lib/comments/templatetags copying comments/templatetags/__init__.py -> build/lib/comments/templatetags copying comments/templatetags/comments.py -> build/lib/comments/templatetags creating build/lib/comments/management copying comments/management/__init__.py -> build/lib/comments/management creating build/lib/comments/management/commands copying comments/management/commands/__init__.py -> build/lib/comments/management/commands copying comments/management/commands/generate_test_comments.py -> build/lib/comments/management/commands running egg_info writing requirements to django_nested_comments.egg-info/requires.txt 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 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 copying build/lib/comments/utils.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/apps.py -> build/bdist.linux-armv7l/wheel/comments creating 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/0001_initial.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/0002_comment_max_depth.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/migrations/0005_comment_deleted.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/__init__.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/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/templates/comments/comments.html -> build/bdist.linux-armv7l/wheel/comments/templates/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/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/static/comments/js copying build/lib/comments/static/comments/js/comments.js -> build/bdist.linux-armv7l/wheel/comments/static/comments/js copying build/lib/comments/forms.py -> build/bdist.linux-armv7l/wheel/comments creating 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/templatetags/comments.py -> build/bdist.linux-armv7l/wheel/comments/templatetags copying build/lib/comments/views.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/urls.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/__init__.py -> 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/admin.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/signals.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/models.py -> build/bdist.linux-armv7l/wheel/comments running install_egg_info Copying django_nested_comments.egg-info to build/bdist.linux-armv7l/wheel/django_nested_comments-1.9.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_nested_comments-1.9.0.dist-info/WHEEL creating '/tmp/pip-wheel-16aw4c6o/django_nested_comments-1.9.0-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.9.0.dist-info/METADATA' adding 'django_nested_comments-1.9.0.dist-info/WHEEL' adding 'django_nested_comments-1.9.0.dist-info/top_level.txt' adding 'django_nested_comments-1.9.0.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/tmp_sxdn0yc Successfully built django-nested-comments Cleaning up... Removing source in /tmp/pip-wheel-0frwngwf/django-nested-comments Removed build tracker '/tmp/pip-req-tracker-5wc0wbx0'