Created temporary directory: /tmp/pip-ephem-wheel-cache-pxzwb7qp Created temporary directory: /tmp/pip-req-tracker-nxosq5z8 Created requirements tracker '/tmp/pip-req-tracker-nxosq5z8' Created temporary directory: /tmp/pip-wheel-tcctk9hl Collecting django-calvo-comments==0.0.7 1 location(s) to search for versions of django-calvo-comments: * https://pypi.org/simple/django-calvo-comments/ Getting page https://pypi.org/simple/django-calvo-comments/ Analyzing links from page https://pypi.org/simple/django-calvo-comments/ Found link https://files.pythonhosted.org/packages/41/20/b3892e3be337c07547d9eaa6d80a7fd758e6f2d4a897dcd9c00605d4fcd1/django-calvo-comments-0.0.6.tar.gz#sha256=f93b15565c3cbb6c68c445394e081009d32ccace7ef7672e201f5c22cc2819bd (from https://pypi.org/simple/django-calvo-comments/), version: 0.0.6 Found link https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz#sha256=7cdb350e9855c300c3596226a012997824fdba3264f6c939bb6fde06d5977b47 (from https://pypi.org/simple/django-calvo-comments/), version: 0.0.7 Using version 0.0.7 (newest of versions: 0.0.7) Created temporary directory: /tmp/pip-unpack-38_8izce Downloading https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz Downloading from URL https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz#sha256=7cdb350e9855c300c3596226a012997824fdba3264f6c939bb6fde06d5977b47 (from https://pypi.org/simple/django-calvo-comments/) Added django-calvo-comments==0.0.7 from https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz#sha256=7cdb350e9855c300c3596226a012997824fdba3264f6c939bb6fde06d5977b47 to build tracker '/tmp/pip-req-tracker-nxosq5z8' Running setup.py (path:/tmp/pip-wheel-tcctk9hl/django-calvo-comments/setup.py) egg_info for package django-calvo-comments Running command python setup.py egg_info running egg_info creating pip-egg-info/django_calvo_comments.egg-info writing pip-egg-info/django_calvo_comments.egg-info/PKG-INFO writing dependency_links to pip-egg-info/django_calvo_comments.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_calvo_comments.egg-info/top_level.txt writing manifest file 'pip-egg-info/django_calvo_comments.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_calvo_comments.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/django_calvo_comments.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-tcctk9hl/django-calvo-comments has version 0.0.7, which satisfies requirement django-calvo-comments==0.0.7 from https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz#sha256=7cdb350e9855c300c3596226a012997824fdba3264f6c939bb6fde06d5977b47 Removed django-calvo-comments==0.0.7 from https://files.pythonhosted.org/packages/7b/79/4084a1ae47f102a6a8800a0d85d7928e9eaca90f219822ca804d30ef43d4/django-calvo-comments-0.0.7.tar.gz#sha256=7cdb350e9855c300c3596226a012997824fdba3264f6c939bb6fde06d5977b47 from build tracker '/tmp/pip-req-tracker-nxosq5z8' Building wheels for collected packages: django-calvo-comments Created temporary directory: /tmp/pip-wheel-m9sdwimk Running setup.py bdist_wheel for django-calvo-comments: started Destination directory: /tmp/pip-wheel-m9sdwimk Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-tcctk9hl/django-calvo-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-m9sdwimk running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/search copying search/apps.py -> build/lib/search copying search/__init__.py -> build/lib/search copying search/tests.py -> build/lib/search copying search/views.py -> build/lib/search copying search/documents.py -> build/lib/search copying search/admin.py -> build/lib/search copying search/models.py -> build/lib/search creating build/lib/comments copying comments/apps.py -> build/lib/comments copying comments/__init__.py -> build/lib/comments copying comments/tests.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/models.py -> build/lib/comments creating build/lib/calvineComments copying calvineComments/__init__.py -> build/lib/calvineComments copying calvineComments/settings.py -> build/lib/calvineComments copying calvineComments/wsgi.py -> build/lib/calvineComments copying calvineComments/test_settings.py -> build/lib/calvineComments copying calvineComments/views.py -> build/lib/calvineComments copying calvineComments/urls.py -> build/lib/calvineComments creating build/lib/search/migrations copying search/migrations/__init__.py -> build/lib/search/migrations copying search/migrations/0001_initial.py -> build/lib/search/migrations 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/0002_commentpost_post.py -> build/lib/comments/migrations creating build/lib/comments/templatetags copying comments/templatetags/__init__.py -> build/lib/comments/templatetags copying comments/templatetags/load_comments.py -> build/lib/comments/templatetags creating build/lib/comments/api copying comments/api/serializers.py -> build/lib/comments/api copying comments/api/__init__.py -> build/lib/comments/api copying comments/api/views.py -> build/lib/comments/api copying comments/api/urls.py -> build/lib/comments/api copying comments/api/permissions.py -> build/lib/comments/api running egg_info writing dependency_links to django_calvo_comments.egg-info/dependency_links.txt writing top-level names to django_calvo_comments.egg-info/top_level.txt writing django_calvo_comments.egg-info/PKG-INFO reading manifest file 'django_calvo_comments.egg-info/SOURCES.txt' writing manifest file 'django_calvo_comments.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/search copying build/lib/search/apps.py -> build/bdist.linux-armv7l/wheel/search creating build/bdist.linux-armv7l/wheel/search/migrations copying build/lib/search/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/search/migrations copying build/lib/search/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/search/migrations copying build/lib/search/__init__.py -> build/bdist.linux-armv7l/wheel/search copying build/lib/search/tests.py -> build/bdist.linux-armv7l/wheel/search copying build/lib/search/views.py -> build/bdist.linux-armv7l/wheel/search copying build/lib/search/documents.py -> build/bdist.linux-armv7l/wheel/search copying build/lib/search/admin.py -> build/bdist.linux-armv7l/wheel/search copying build/lib/search/models.py -> build/bdist.linux-armv7l/wheel/search creating 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/0002_commentpost_post.py -> build/bdist.linux-armv7l/wheel/comments/migrations copying build/lib/comments/__init__.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/tests.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/templatetags copying build/lib/comments/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/comments/templatetags copying build/lib/comments/templatetags/load_comments.py -> build/bdist.linux-armv7l/wheel/comments/templatetags creating build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/api/serializers.py -> build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/api/__init__.py -> build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/api/views.py -> build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/api/urls.py -> build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/api/permissions.py -> build/bdist.linux-armv7l/wheel/comments/api copying build/lib/comments/views.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/urls.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/admin.py -> build/bdist.linux-armv7l/wheel/comments copying build/lib/comments/models.py -> build/bdist.linux-armv7l/wheel/comments creating build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/__init__.py -> build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/settings.py -> build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/wsgi.py -> build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/test_settings.py -> build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/views.py -> build/bdist.linux-armv7l/wheel/calvineComments copying build/lib/calvineComments/urls.py -> build/bdist.linux-armv7l/wheel/calvineComments running install_egg_info Copying django_calvo_comments.egg-info to build/bdist.linux-armv7l/wheel/django_calvo_comments-0.0.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_calvo_comments-0.0.7.dist-info/WHEEL creating '/tmp/pip-wheel-m9sdwimk/django_calvo_comments-0.0.7-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'calvineComments/__init__.py' adding 'calvineComments/settings.py' adding 'calvineComments/test_settings.py' adding 'calvineComments/urls.py' adding 'calvineComments/views.py' adding 'calvineComments/wsgi.py' adding 'comments/__init__.py' adding 'comments/admin.py' adding 'comments/apps.py' adding 'comments/forms.py' adding 'comments/models.py' adding 'comments/tests.py' adding 'comments/urls.py' adding 'comments/views.py' adding 'comments/api/__init__.py' adding 'comments/api/permissions.py' adding 'comments/api/serializers.py' adding 'comments/api/urls.py' adding 'comments/api/views.py' adding 'comments/migrations/0001_initial.py' adding 'comments/migrations/0002_commentpost_post.py' adding 'comments/migrations/__init__.py' adding 'comments/templatetags/__init__.py' adding 'comments/templatetags/load_comments.py' adding 'search/__init__.py' adding 'search/admin.py' adding 'search/apps.py' adding 'search/documents.py' adding 'search/models.py' adding 'search/tests.py' adding 'search/views.py' adding 'search/migrations/0001_initial.py' adding 'search/migrations/__init__.py' adding 'django_calvo_comments-0.0.7.dist-info/METADATA' adding 'django_calvo_comments-0.0.7.dist-info/WHEEL' adding 'django_calvo_comments-0.0.7.dist-info/top_level.txt' adding 'django_calvo_comments-0.0.7.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-calvo-comments: finished with status 'done' Stored in directory: /tmp/tmp6lao8mzr Successfully built django-calvo-comments Cleaning up... Removing source in /tmp/pip-wheel-tcctk9hl/django-calvo-comments Removed build tracker '/tmp/pip-req-tracker-nxosq5z8'