Collecting django-favicon-plus==0.0.7 1 location(s) to search for versions of django-favicon-plus: * https://pypi.python.org/simple/django-favicon-plus/ Getting page https://pypi.python.org/simple/django-favicon-plus/ Analyzing links from page https://pypi.python.org/simple/django-favicon-plus/ Found link https://pypi.python.org/packages/5d/bd/3b16a701006a4b8b690193a83751ece19c02db0e6bcd56cfbebd39bf9694/django-favicon-plus-0.0.1.tar.gz#md5=5b35743b3b436d41e28cb2135addcc89 (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.1 Found link https://pypi.python.org/packages/ab/0e/090b0dc1a7b9ad3b280bda2459e17d8ddbe766df58e87b4228b53f96ef28/django-favicon-plus-0.0.3.tar.gz#md5=b5a9e662e3bf5af08254a6e3bc348f29 (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.3 Found link https://pypi.python.org/packages/b5/ab/95efdf72e9c4c331aeaa9f6cfff648d6c48e260ec72ceb9ae92714b51a42/django-favicon-plus-0.0.2.tar.gz#md5=ab6c57a4f79c389692c1e2f63d430f68 (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.2 Found link https://pypi.python.org/packages/cd/c1/edcf144e54608358981ed42c2f016c04347d6625c5ecdf9ddabd3866580b/django-favicon-plus-0.0.6.tar.gz#md5=42efa50395032b88875451119eeb8cdf (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.6 Found link https://pypi.python.org/packages/ea/48/b3cefd16d1c775e53e2b42186fc6d6c93f7635b57247a4c729a5f86abcab/django-favicon-plus-0.0.5.tar.gz#md5=ddae3e9f54f150b04e7e7e0bf7d1db84 (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.5 Found link https://pypi.python.org/packages/ec/b3/500e71cc5ee5bd359bcdb932e25acff35c28289c9d0bd83c49ab4a331957/django-favicon-plus-0.0.4.tar.gz#md5=588b81f33a0234678c9ab74e64652e35 (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.4 Found link https://pypi.python.org/packages/f6/38/86d7d191392c7541b2190029ba74c73d54e1f712185852b2eca2f05c6751/django-favicon-plus-0.0.7.tar.gz#md5=35e6ee25da3c306bd749e29f32ee9b3f (from https://pypi.python.org/simple/django-favicon-plus/), version: 0.0.7 Using version 0.0.7 (newest of versions: 0.0.7) Downloading django-favicon-plus-0.0.7.tar.gz Downloading from URL https://pypi.python.org/packages/f6/38/86d7d191392c7541b2190029ba74c73d54e1f712185852b2eca2f05c6751/django-favicon-plus-0.0.7.tar.gz#md5=35e6ee25da3c306bd749e29f32ee9b3f (from https://pypi.python.org/simple/django-favicon-plus/) Running setup.py (path:/tmp/pip-build-r_u5aylr/django-favicon-plus/setup.py) egg_info for package django-favicon-plus Running command python setup.py egg_info running egg_info creating pip-egg-info/django_favicon_plus.egg-info writing top-level names to pip-egg-info/django_favicon_plus.egg-info/top_level.txt writing pip-egg-info/django_favicon_plus.egg-info/PKG-INFO writing requirements to pip-egg-info/django_favicon_plus.egg-info/requires.txt writing dependency_links to pip-egg-info/django_favicon_plus.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/django_favicon_plus.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_favicon_plus.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'favicon/templates' warning: no files found matching '*.html' under directory 'favicon' warning: no files found matching '*.png' under directory 'favicon' warning: no files found matching '*.gif' under directory 'favicon' warning: no files found matching '*js' under directory 'favicon' warning: no files found matching '*.css' under directory 'favicon' warning: no files found matching '*jpg' under directory 'favicon' warning: no files found matching '*jpeg' under directory 'favicon' warning: no files found matching '*svg' under directory 'favicon' warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution writing manifest file 'pip-egg-info/django_favicon_plus.egg-info/SOURCES.txt' Source in /tmp/pip-build-r_u5aylr/django-favicon-plus has version 0.0.7, which satisfies requirement django-favicon-plus==0.0.7 from https://pypi.python.org/packages/f6/38/86d7d191392c7541b2190029ba74c73d54e1f712185852b2eca2f05c6751/django-favicon-plus-0.0.7.tar.gz#md5=35e6ee25da3c306bd749e29f32ee9b3f Building wheels for collected packages: django-favicon-plus Running setup.py bdist_wheel for django-favicon-plus: started Destination directory: /tmp/tmpgcsth6ympip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-r_u5aylr/django-favicon-plus/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/tmpgcsth6ympip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/favicon copying favicon/models.py -> build/lib/favicon copying favicon/admin.py -> build/lib/favicon copying favicon/__init__.py -> build/lib/favicon creating build/lib/favicon/migrations copying favicon/migrations/__init__.py -> build/lib/favicon/migrations copying favicon/migrations/0001_initial.py -> build/lib/favicon/migrations creating build/lib/favicon/templatetags copying favicon/templatetags/__init__.py -> build/lib/favicon/templatetags copying favicon/templatetags/favtags.py -> build/lib/favicon/templatetags running egg_info writing django_favicon_plus.egg-info/PKG-INFO writing dependency_links to django_favicon_plus.egg-info/dependency_links.txt writing requirements to django_favicon_plus.egg-info/requires.txt writing top-level names to django_favicon_plus.egg-info/top_level.txt reading manifest file 'django_favicon_plus.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'favicon/templates' warning: no files found matching '*.html' under directory 'favicon' warning: no files found matching '*.png' under directory 'favicon' warning: no files found matching '*.gif' under directory 'favicon' warning: no files found matching '*js' under directory 'favicon' warning: no files found matching '*.css' under directory 'favicon' warning: no files found matching '*jpg' under directory 'favicon' warning: no files found matching '*jpeg' under directory 'favicon' warning: no files found matching '*svg' under directory 'favicon' warning: no previously-included files matching '*.orig' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.log' found anywhere in distribution warning: no previously-included files matching '*.swp' found anywhere in distribution writing manifest file 'django_favicon_plus.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/favicon creating build/bdist.linux-armv7l/wheel/favicon/migrations copying build/lib/favicon/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/favicon/migrations copying build/lib/favicon/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/favicon/migrations copying build/lib/favicon/models.py -> build/bdist.linux-armv7l/wheel/favicon copying build/lib/favicon/admin.py -> build/bdist.linux-armv7l/wheel/favicon copying build/lib/favicon/__init__.py -> build/bdist.linux-armv7l/wheel/favicon creating build/bdist.linux-armv7l/wheel/favicon/templatetags copying build/lib/favicon/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/favicon/templatetags copying build/lib/favicon/templatetags/favtags.py -> build/bdist.linux-armv7l/wheel/favicon/templatetags running install_egg_info Copying django_favicon_plus.egg-info to build/bdist.linux-armv7l/wheel/django_favicon_plus-0.0.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_favicon_plus-0.0.7.dist-info/WHEEL Running setup.py bdist_wheel for django-favicon-plus: finished with status 'done' Stored in directory: /tmp/tmpbg2v1fz9 Successfully built django-favicon-plus Cleaning up... Removing source in /tmp/pip-build-r_u5aylr/django-favicon-plus