Created temporary directory: /tmp/pip-ephem-wheel-cache-dpr3x9ux Created temporary directory: /tmp/pip-req-tracker-28j2us1o Created requirements tracker '/tmp/pip-req-tracker-28j2us1o' Created temporary directory: /tmp/pip-wheel-ytyc1w9g Looking in indexes: https://pypi.python.org/simple Collecting django-simple-authentication==0.1 1 location(s) to search for versions of django-simple-authentication: * https://pypi.python.org/simple/django-simple-authentication/ Getting page https://pypi.python.org/simple/django-simple-authentication/ Analyzing links from page https://pypi.org/simple/django-simple-authentication/ Found link https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz#sha256=8eb6425a01b10552af21ba7104cd7f6b63d4f18488a8dcd8d5ba3b62ba80fbc3 (from https://pypi.org/simple/django-simple-authentication/), version: 0.1 Using version 0.1 (newest of versions: 0.1) Created temporary directory: /tmp/pip-unpack-vzxw1yrp Downloading https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz#sha256=8eb6425a01b10552af21ba7104cd7f6b63d4f18488a8dcd8d5ba3b62ba80fbc3 (from https://pypi.org/simple/django-simple-authentication/) Added django-simple-authentication==0.1 from https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz#sha256=8eb6425a01b10552af21ba7104cd7f6b63d4f18488a8dcd8d5ba3b62ba80fbc3 to build tracker '/tmp/pip-req-tracker-28j2us1o' Running setup.py (path:/tmp/pip-wheel-ytyc1w9g/django-simple-authentication/setup.py) egg_info for package django-simple-authentication Running command python setup.py egg_info running egg_info creating pip-egg-info/django_simple_authentication.egg-info writing dependency_links to pip-egg-info/django_simple_authentication.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_simple_authentication.egg-info/top_level.txt writing pip-egg-info/django_simple_authentication.egg-info/PKG-INFO writing manifest file 'pip-egg-info/django_simple_authentication.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_simple_authentication.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_simple_authentication.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-ytyc1w9g/django-simple-authentication has version 0.1, which satisfies requirement django-simple-authentication==0.1 from https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz#sha256=8eb6425a01b10552af21ba7104cd7f6b63d4f18488a8dcd8d5ba3b62ba80fbc3 Removed django-simple-authentication==0.1 from https://files.pythonhosted.org/packages/08/4a/7eed0d89f1fc160028b43a6349dfcd63e8cd2aca5cd14d8a4f8b835adf1b/django-simple-authentication-0.1.tar.gz#sha256=8eb6425a01b10552af21ba7104cd7f6b63d4f18488a8dcd8d5ba3b62ba80fbc3 from build tracker '/tmp/pip-req-tracker-28j2us1o' Building wheels for collected packages: django-simple-authentication Created temporary directory: /tmp/pip-wheel-qnfzta77 Running setup.py bdist_wheel for django-simple-authentication: started Destination directory: /tmp/pip-wheel-qnfzta77 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-ytyc1w9g/django-simple-authentication/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-qnfzta77 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/simple_authentication copying simple_authentication/apps.py -> build/lib/simple_authentication copying simple_authentication/__init__.py -> build/lib/simple_authentication copying simple_authentication/middleware.py -> build/lib/simple_authentication copying simple_authentication/run_tests.py -> build/lib/simple_authentication copying simple_authentication/decorators.py -> build/lib/simple_authentication creating build/lib/simple_authentication/forms copying simple_authentication/forms/__init__.py -> build/lib/simple_authentication/forms copying simple_authentication/forms/auth.py -> build/lib/simple_authentication/forms copying simple_authentication/forms/admin.py -> build/lib/simple_authentication/forms creating build/lib/simple_authentication/admin copying simple_authentication/admin/user.py -> build/lib/simple_authentication/admin copying simple_authentication/admin/__init__.py -> build/lib/simple_authentication/admin copying simple_authentication/admin/group.py -> build/lib/simple_authentication/admin creating build/lib/simple_authentication/managers copying simple_authentication/managers/user.py -> build/lib/simple_authentication/managers copying simple_authentication/managers/__init__.py -> build/lib/simple_authentication/managers creating build/lib/simple_authentication/models copying simple_authentication/models/user.py -> build/lib/simple_authentication/models copying simple_authentication/models/__init__.py -> build/lib/simple_authentication/models copying simple_authentication/models/group.py -> build/lib/simple_authentication/models running egg_info writing django_simple_authentication.egg-info/PKG-INFO writing dependency_links to django_simple_authentication.egg-info/dependency_links.txt writing top-level names to django_simple_authentication.egg-info/top_level.txt reading manifest file 'django_simple_authentication.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_simple_authentication.egg-info/SOURCES.txt' creating build/lib/simple_authentication/templates creating build/lib/simple_authentication/templates/admin creating build/lib/simple_authentication/templates/admin/authentication creating build/lib/simple_authentication/templates/admin/authentication/user copying simple_authentication/templates/admin/authentication/user/add_form.html -> build/lib/simple_authentication/templates/admin/authentication/user 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/simple_authentication copying build/lib/simple_authentication/apps.py -> build/bdist.linux-armv7l/wheel/simple_authentication copying build/lib/simple_authentication/__init__.py -> build/bdist.linux-armv7l/wheel/simple_authentication creating build/bdist.linux-armv7l/wheel/simple_authentication/templates creating build/bdist.linux-armv7l/wheel/simple_authentication/templates/admin creating build/bdist.linux-armv7l/wheel/simple_authentication/templates/admin/authentication creating build/bdist.linux-armv7l/wheel/simple_authentication/templates/admin/authentication/user copying build/lib/simple_authentication/templates/admin/authentication/user/add_form.html -> build/bdist.linux-armv7l/wheel/simple_authentication/templates/admin/authentication/user creating build/bdist.linux-armv7l/wheel/simple_authentication/forms copying build/lib/simple_authentication/forms/__init__.py -> build/bdist.linux-armv7l/wheel/simple_authentication/forms copying build/lib/simple_authentication/forms/auth.py -> build/bdist.linux-armv7l/wheel/simple_authentication/forms copying build/lib/simple_authentication/forms/admin.py -> build/bdist.linux-armv7l/wheel/simple_authentication/forms copying build/lib/simple_authentication/middleware.py -> build/bdist.linux-armv7l/wheel/simple_authentication creating build/bdist.linux-armv7l/wheel/simple_authentication/admin copying build/lib/simple_authentication/admin/user.py -> build/bdist.linux-armv7l/wheel/simple_authentication/admin copying build/lib/simple_authentication/admin/__init__.py -> build/bdist.linux-armv7l/wheel/simple_authentication/admin copying build/lib/simple_authentication/admin/group.py -> build/bdist.linux-armv7l/wheel/simple_authentication/admin creating build/bdist.linux-armv7l/wheel/simple_authentication/managers copying build/lib/simple_authentication/managers/user.py -> build/bdist.linux-armv7l/wheel/simple_authentication/managers copying build/lib/simple_authentication/managers/__init__.py -> build/bdist.linux-armv7l/wheel/simple_authentication/managers creating build/bdist.linux-armv7l/wheel/simple_authentication/models copying build/lib/simple_authentication/models/user.py -> build/bdist.linux-armv7l/wheel/simple_authentication/models copying build/lib/simple_authentication/models/__init__.py -> build/bdist.linux-armv7l/wheel/simple_authentication/models copying build/lib/simple_authentication/models/group.py -> build/bdist.linux-armv7l/wheel/simple_authentication/models copying build/lib/simple_authentication/run_tests.py -> build/bdist.linux-armv7l/wheel/simple_authentication copying build/lib/simple_authentication/decorators.py -> build/bdist.linux-armv7l/wheel/simple_authentication running install_egg_info Copying django_simple_authentication.egg-info to build/bdist.linux-armv7l/wheel/django_simple_authentication-0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_simple_authentication-0.1.dist-info/WHEEL creating '/tmp/pip-wheel-qnfzta77/django_simple_authentication-0.1-py3-none-any.whl' and adding '.' to it adding 'simple_authentication/__init__.py' adding 'simple_authentication/apps.py' adding 'simple_authentication/decorators.py' adding 'simple_authentication/middleware.py' adding 'simple_authentication/run_tests.py' adding 'simple_authentication/admin/__init__.py' adding 'simple_authentication/admin/group.py' adding 'simple_authentication/admin/user.py' adding 'simple_authentication/forms/__init__.py' adding 'simple_authentication/forms/admin.py' adding 'simple_authentication/forms/auth.py' adding 'simple_authentication/managers/__init__.py' adding 'simple_authentication/managers/user.py' adding 'simple_authentication/models/__init__.py' adding 'simple_authentication/models/group.py' adding 'simple_authentication/models/user.py' adding 'simple_authentication/templates/admin/authentication/user/add_form.html' adding 'django_simple_authentication-0.1.dist-info/top_level.txt' adding 'django_simple_authentication-0.1.dist-info/WHEEL' adding 'django_simple_authentication-0.1.dist-info/METADATA' adding 'django_simple_authentication-0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-simple-authentication: finished with status 'done' Stored in directory: /tmp/tmph2885dq4 Successfully built django-simple-authentication Cleaning up... Removing source in /tmp/pip-wheel-ytyc1w9g/django-simple-authentication Removed build tracker '/tmp/pip-req-tracker-28j2us1o'