Created temporary directory: /tmp/pip-ephem-wheel-cache-i8wdpku3 Created temporary directory: /tmp/pip-req-tracker-lug5jar6 Created requirements tracker '/tmp/pip-req-tracker-lug5jar6' Created temporary directory: /tmp/pip-wheel-n2vwjjku Looking in indexes: https://pypi.python.org/simple Collecting django-telegram-blog==0.1.0 1 location(s) to search for versions of django-telegram-blog: * https://pypi.python.org/simple/django-telegram-blog/ Getting page https://pypi.python.org/simple/django-telegram-blog/ Analyzing links from page https://pypi.org/simple/django-telegram-blog/ Found link https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz#sha256=96ccb40f97e3841206c4328e2de0f9e2e12f585d93ddeebce1104de34cc0ba75 (from https://pypi.org/simple/django-telegram-blog/), version: 0.1.0 Using version 0.1.0 (newest of versions: 0.1.0) Created temporary directory: /tmp/pip-unpack-z2_ogiuz Downloading https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz#sha256=96ccb40f97e3841206c4328e2de0f9e2e12f585d93ddeebce1104de34cc0ba75 (from https://pypi.org/simple/django-telegram-blog/) Added django-telegram-blog==0.1.0 from https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz#sha256=96ccb40f97e3841206c4328e2de0f9e2e12f585d93ddeebce1104de34cc0ba75 to build tracker '/tmp/pip-req-tracker-lug5jar6' Running setup.py (path:/tmp/pip-wheel-n2vwjjku/django-telegram-blog/setup.py) egg_info for package django-telegram-blog Running command python setup.py egg_info running egg_info creating pip-egg-info/django_telegram_blog.egg-info writing top-level names to pip-egg-info/django_telegram_blog.egg-info/top_level.txt writing dependency_links to pip-egg-info/django_telegram_blog.egg-info/dependency_links.txt writing pip-egg-info/django_telegram_blog.egg-info/PKG-INFO writing requirements to pip-egg-info/django_telegram_blog.egg-info/requires.txt writing manifest file 'pip-egg-info/django_telegram_blog.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_telegram_blog.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/django_telegram_blog.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-n2vwjjku/django-telegram-blog has version 0.1.0, which satisfies requirement django-telegram-blog==0.1.0 from https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz#sha256=96ccb40f97e3841206c4328e2de0f9e2e12f585d93ddeebce1104de34cc0ba75 Removed django-telegram-blog==0.1.0 from https://files.pythonhosted.org/packages/1a/84/aa6f1357a056335473af5695ef407d9715e083c88cf78303f25ea58a88df/django-telegram-blog-0.1.0.tar.gz#sha256=96ccb40f97e3841206c4328e2de0f9e2e12f585d93ddeebce1104de34cc0ba75 from build tracker '/tmp/pip-req-tracker-lug5jar6' Building wheels for collected packages: django-telegram-blog Created temporary directory: /tmp/pip-wheel-_zu36eil Running setup.py bdist_wheel for django-telegram-blog: started Destination directory: /tmp/pip-wheel-_zu36eil Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-n2vwjjku/django-telegram-blog/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-_zu36eil running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/telegram_blog copying telegram_blog/utils.py -> build/lib/telegram_blog copying telegram_blog/models.py -> build/lib/telegram_blog copying telegram_blog/admin.py -> build/lib/telegram_blog copying telegram_blog/views.py -> build/lib/telegram_blog copying telegram_blog/tests.py -> build/lib/telegram_blog copying telegram_blog/__init__.py -> build/lib/telegram_blog copying telegram_blog/urls.py -> build/lib/telegram_blog copying telegram_blog/apps.py -> build/lib/telegram_blog copying telegram_blog/telegram.py -> build/lib/telegram_blog creating build/lib/telegram_blog/management copying telegram_blog/management/__init__.py -> build/lib/telegram_blog/management creating build/lib/telegram_blog/migrations copying telegram_blog/migrations/__init__.py -> build/lib/telegram_blog/migrations copying telegram_blog/migrations/0001_initial.py -> build/lib/telegram_blog/migrations creating build/lib/telegram_blog/management/commands copying telegram_blog/management/commands/telegramblogupdater.py -> build/lib/telegram_blog/management/commands copying telegram_blog/management/commands/__init__.py -> build/lib/telegram_blog/management/commands creating build/lib/telegram_blog/templates creating build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_document.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_venue.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_location.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_video_note.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/base.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_voice.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_photo.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/index.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_text.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_sticker.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_audio.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/blog_detail.html -> build/lib/telegram_blog/templates/telegram_blog copying telegram_blog/templates/telegram_blog/entry_video.html -> build/lib/telegram_blog/templates/telegram_blog 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/telegram_blog creating build/bdist.linux-armv7l/wheel/telegram_blog/templates creating build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_document.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_venue.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_location.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_video_note.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/base.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_voice.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_photo.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/index.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_text.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_sticker.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_audio.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/blog_detail.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog copying build/lib/telegram_blog/templates/telegram_blog/entry_video.html -> build/bdist.linux-armv7l/wheel/telegram_blog/templates/telegram_blog creating build/bdist.linux-armv7l/wheel/telegram_blog/management creating build/bdist.linux-armv7l/wheel/telegram_blog/management/commands copying build/lib/telegram_blog/management/commands/telegramblogupdater.py -> build/bdist.linux-armv7l/wheel/telegram_blog/management/commands copying build/lib/telegram_blog/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/telegram_blog/management/commands copying build/lib/telegram_blog/management/__init__.py -> build/bdist.linux-armv7l/wheel/telegram_blog/management creating build/bdist.linux-armv7l/wheel/telegram_blog/migrations copying build/lib/telegram_blog/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/telegram_blog/migrations copying build/lib/telegram_blog/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/telegram_blog/migrations copying build/lib/telegram_blog/utils.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/models.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/admin.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/views.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/tests.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/__init__.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/urls.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/apps.py -> build/bdist.linux-armv7l/wheel/telegram_blog copying build/lib/telegram_blog/telegram.py -> build/bdist.linux-armv7l/wheel/telegram_blog running install_egg_info running egg_info writing dependency_links to django_telegram_blog.egg-info/dependency_links.txt writing django_telegram_blog.egg-info/PKG-INFO writing top-level names to django_telegram_blog.egg-info/top_level.txt writing requirements to django_telegram_blog.egg-info/requires.txt reading manifest file 'django_telegram_blog.egg-info/SOURCES.txt' writing manifest file 'django_telegram_blog.egg-info/SOURCES.txt' Copying django_telegram_blog.egg-info to build/bdist.linux-armv7l/wheel/django_telegram_blog-0.1.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_telegram_blog-0.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-_zu36eil/django_telegram_blog-0.1.0-py3-none-any.whl' and adding '.' to it adding 'telegram_blog/__init__.py' adding 'telegram_blog/admin.py' adding 'telegram_blog/apps.py' adding 'telegram_blog/models.py' adding 'telegram_blog/telegram.py' adding 'telegram_blog/tests.py' adding 'telegram_blog/urls.py' adding 'telegram_blog/utils.py' adding 'telegram_blog/views.py' adding 'telegram_blog/management/__init__.py' adding 'telegram_blog/management/commands/__init__.py' adding 'telegram_blog/management/commands/telegramblogupdater.py' adding 'telegram_blog/migrations/0001_initial.py' adding 'telegram_blog/migrations/__init__.py' adding 'telegram_blog/templates/telegram_blog/base.html' adding 'telegram_blog/templates/telegram_blog/blog_detail.html' adding 'telegram_blog/templates/telegram_blog/entry_audio.html' adding 'telegram_blog/templates/telegram_blog/entry_document.html' adding 'telegram_blog/templates/telegram_blog/entry_location.html' adding 'telegram_blog/templates/telegram_blog/entry_photo.html' adding 'telegram_blog/templates/telegram_blog/entry_sticker.html' adding 'telegram_blog/templates/telegram_blog/entry_text.html' adding 'telegram_blog/templates/telegram_blog/entry_venue.html' adding 'telegram_blog/templates/telegram_blog/entry_video.html' adding 'telegram_blog/templates/telegram_blog/entry_video_note.html' adding 'telegram_blog/templates/telegram_blog/entry_voice.html' adding 'telegram_blog/templates/telegram_blog/index.html' adding 'django_telegram_blog-0.1.0.dist-info/top_level.txt' adding 'django_telegram_blog-0.1.0.dist-info/WHEEL' adding 'django_telegram_blog-0.1.0.dist-info/METADATA' adding 'django_telegram_blog-0.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-telegram-blog: finished with status 'done' Stored in directory: /tmp/tmp9z4e6rrc Successfully built django-telegram-blog Cleaning up... Removing source in /tmp/pip-wheel-n2vwjjku/django-telegram-blog Removed build tracker '/tmp/pip-req-tracker-lug5jar6'