Collecting alaudaorg-django-oauth==0.9.0 1 location(s) to search for versions of alaudaorg-django-oauth: * https://pypi.python.org/simple/alaudaorg-django-oauth/ Getting page https://pypi.python.org/simple/alaudaorg-django-oauth/ Analyzing links from page https://pypi.org/simple/alaudaorg-django-oauth/ Found link https://files.pythonhosted.org/packages/a5/93/f6463cd01f0f10e7ef20573eabd9556549553b20f9ae2172ab2c776b9a37/alaudaorg-django-oauth-0.9.0.tar.gz#sha256=31bc0a8d591e2160077027503e55011ab467fe9bbfcca170fc03b965b3149a45 (from https://pypi.org/simple/alaudaorg-django-oauth/), version: 0.9.0 Using version 0.9.0 (newest of versions: 0.9.0) Downloading https://files.pythonhosted.org/packages/a5/93/f6463cd01f0f10e7ef20573eabd9556549553b20f9ae2172ab2c776b9a37/alaudaorg-django-oauth-0.9.0.tar.gz (47kB) Downloading from URL https://files.pythonhosted.org/packages/a5/93/f6463cd01f0f10e7ef20573eabd9556549553b20f9ae2172ab2c776b9a37/alaudaorg-django-oauth-0.9.0.tar.gz#sha256=31bc0a8d591e2160077027503e55011ab467fe9bbfcca170fc03b965b3149a45 (from https://pypi.org/simple/alaudaorg-django-oauth/) Running setup.py (path:/tmp/pip-build-4rsvc9ir/alaudaorg-django-oauth/setup.py) egg_info for package alaudaorg-django-oauth Running command python setup.py egg_info running egg_info creating pip-egg-info/alaudaorg_django_oauth.egg-info writing dependency_links to pip-egg-info/alaudaorg_django_oauth.egg-info/dependency_links.txt writing requirements to pip-egg-info/alaudaorg_django_oauth.egg-info/requires.txt writing pip-egg-info/alaudaorg_django_oauth.egg-info/PKG-INFO writing top-level names to pip-egg-info/alaudaorg_django_oauth.egg-info/top_level.txt writing manifest file 'pip-egg-info/alaudaorg_django_oauth.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/alaudaorg_django_oauth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/alaudaorg_django_oauth.egg-info/SOURCES.txt' Source in /tmp/pip-build-4rsvc9ir/alaudaorg-django-oauth has version 0.9.0, which satisfies requirement alaudaorg-django-oauth==0.9.0 from https://files.pythonhosted.org/packages/a5/93/f6463cd01f0f10e7ef20573eabd9556549553b20f9ae2172ab2c776b9a37/alaudaorg-django-oauth-0.9.0.tar.gz#sha256=31bc0a8d591e2160077027503e55011ab467fe9bbfcca170fc03b965b3149a45 Building wheels for collected packages: alaudaorg-django-oauth Running setup.py bdist_wheel for alaudaorg-django-oauth: started Destination directory: /tmp/tmpw4oh0i3ipip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4rsvc9ir/alaudaorg-django-oauth/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/tmpw4oh0i3ipip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/oauth2_provider copying oauth2_provider/forms.py -> build/lib/oauth2_provider copying oauth2_provider/compat.py -> build/lib/oauth2_provider copying oauth2_provider/exceptions.py -> build/lib/oauth2_provider copying oauth2_provider/settings.py -> build/lib/oauth2_provider copying oauth2_provider/backends.py -> build/lib/oauth2_provider copying oauth2_provider/middleware.py -> build/lib/oauth2_provider copying oauth2_provider/generators.py -> build/lib/oauth2_provider copying oauth2_provider/oauth2_backends.py -> build/lib/oauth2_provider copying oauth2_provider/validators.py -> build/lib/oauth2_provider copying oauth2_provider/models.py -> build/lib/oauth2_provider copying oauth2_provider/admin.py -> build/lib/oauth2_provider copying oauth2_provider/__init__.py -> build/lib/oauth2_provider copying oauth2_provider/decorators.py -> build/lib/oauth2_provider copying oauth2_provider/oauth2_validators.py -> build/lib/oauth2_provider copying oauth2_provider/http.py -> build/lib/oauth2_provider copying oauth2_provider/urls.py -> build/lib/oauth2_provider creating build/lib/oauth2_provider/south_migrations copying oauth2_provider/south_migrations/0002_adding_indexes.py -> build/lib/oauth2_provider/south_migrations copying oauth2_provider/south_migrations/__init__.py -> build/lib/oauth2_provider/south_migrations copying oauth2_provider/south_migrations/0003_auto__add_field_application_skip_authorization__chg_field_accesstoken_.py -> build/lib/oauth2_provider/south_migrations copying oauth2_provider/south_migrations/0001_initial.py -> build/lib/oauth2_provider/south_migrations creating build/lib/oauth2_provider/views copying oauth2_provider/views/base.py -> build/lib/oauth2_provider/views copying oauth2_provider/views/mixins.py -> build/lib/oauth2_provider/views copying oauth2_provider/views/application.py -> build/lib/oauth2_provider/views copying oauth2_provider/views/generic.py -> build/lib/oauth2_provider/views copying oauth2_provider/views/__init__.py -> build/lib/oauth2_provider/views creating build/lib/oauth2_provider/ext copying oauth2_provider/ext/__init__.py -> build/lib/oauth2_provider/ext creating build/lib/oauth2_provider/migrations copying oauth2_provider/migrations/__init__.py -> build/lib/oauth2_provider/migrations copying oauth2_provider/migrations/0002_08_updates.py -> build/lib/oauth2_provider/migrations copying oauth2_provider/migrations/0001_initial.py -> build/lib/oauth2_provider/migrations creating build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_generator.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_authorization_code.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_password.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_scopes.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/settings.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_utils.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_rest_framework.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_mixins.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_application_views.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_client_credential.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/models.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_oauth2_backends.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_oauth2_validators.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_auth_backends.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_token_revocation.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/__init__.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_decorators.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_implicit.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_models.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/urls.py -> build/lib/oauth2_provider/tests copying oauth2_provider/tests/test_validators.py -> build/lib/oauth2_provider/tests creating build/lib/oauth2_provider/ext/rest_framework copying oauth2_provider/ext/rest_framework/permissions.py -> build/lib/oauth2_provider/ext/rest_framework copying oauth2_provider/ext/rest_framework/__init__.py -> build/lib/oauth2_provider/ext/rest_framework copying oauth2_provider/ext/rest_framework/authentication.py -> build/lib/oauth2_provider/ext/rest_framework running egg_info writing alaudaorg_django_oauth.egg-info/PKG-INFO writing requirements to alaudaorg_django_oauth.egg-info/requires.txt writing dependency_links to alaudaorg_django_oauth.egg-info/dependency_links.txt writing top-level names to alaudaorg_django_oauth.egg-info/top_level.txt reading manifest file 'alaudaorg_django_oauth.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'alaudaorg_django_oauth.egg-info/SOURCES.txt' creating build/lib/oauth2_provider/templates copying oauth2_provider/templates/404.html -> build/lib/oauth2_provider/templates creating build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/application_confirm_delete.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/application_detail.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/application_form.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/application_list.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/application_registration_form.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/authorize.html -> build/lib/oauth2_provider/templates/oauth2_provider copying oauth2_provider/templates/oauth2_provider/base.html -> build/lib/oauth2_provider/templates/oauth2_provider 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/oauth2_provider creating build/bdist.linux-armv7l/wheel/oauth2_provider/templates creating build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/application_detail.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/application_confirm_delete.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/base.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/application_list.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/authorize.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/application_registration_form.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/oauth2_provider/application_form.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates/oauth2_provider copying build/lib/oauth2_provider/templates/404.html -> build/bdist.linux-armv7l/wheel/oauth2_provider/templates creating build/bdist.linux-armv7l/wheel/oauth2_provider/south_migrations copying build/lib/oauth2_provider/south_migrations/0002_adding_indexes.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/south_migrations copying build/lib/oauth2_provider/south_migrations/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/south_migrations copying build/lib/oauth2_provider/south_migrations/0003_auto__add_field_application_skip_authorization__chg_field_accesstoken_.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/south_migrations copying build/lib/oauth2_provider/south_migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/south_migrations copying build/lib/oauth2_provider/forms.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/compat.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/exceptions.py -> build/bdist.linux-armv7l/wheel/oauth2_provider creating build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/views/base.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/views/mixins.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/views/application.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/views/generic.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/views/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/views copying build/lib/oauth2_provider/settings.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/backends.py -> build/bdist.linux-armv7l/wheel/oauth2_provider creating build/bdist.linux-armv7l/wheel/oauth2_provider/ext creating build/bdist.linux-armv7l/wheel/oauth2_provider/ext/rest_framework copying build/lib/oauth2_provider/ext/rest_framework/permissions.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/ext/rest_framework copying build/lib/oauth2_provider/ext/rest_framework/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/ext/rest_framework copying build/lib/oauth2_provider/ext/rest_framework/authentication.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/ext/rest_framework copying build/lib/oauth2_provider/ext/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/ext copying build/lib/oauth2_provider/middleware.py -> build/bdist.linux-armv7l/wheel/oauth2_provider creating build/bdist.linux-armv7l/wheel/oauth2_provider/migrations copying build/lib/oauth2_provider/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/migrations copying build/lib/oauth2_provider/migrations/0002_08_updates.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/migrations copying build/lib/oauth2_provider/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/migrations copying build/lib/oauth2_provider/generators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/oauth2_backends.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/validators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/models.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/admin.py -> build/bdist.linux-armv7l/wheel/oauth2_provider creating build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_generator.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_authorization_code.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_password.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_scopes.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/settings.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_rest_framework.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_mixins.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_application_views.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_client_credential.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/models.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_oauth2_backends.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_oauth2_validators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_auth_backends.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_token_revocation.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_decorators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_implicit.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_models.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/urls.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/tests/test_validators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider/tests copying build/lib/oauth2_provider/__init__.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/decorators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/oauth2_validators.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/http.py -> build/bdist.linux-armv7l/wheel/oauth2_provider copying build/lib/oauth2_provider/urls.py -> build/bdist.linux-armv7l/wheel/oauth2_provider running install_egg_info Copying alaudaorg_django_oauth.egg-info to build/bdist.linux-armv7l/wheel/alaudaorg_django_oauth-0.9.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/alaudaorg_django_oauth-0.9.0.dist-info/WHEEL Running setup.py bdist_wheel for alaudaorg-django-oauth: finished with status 'done' Stored in directory: /tmp/tmpzfphsc1_ Successfully built alaudaorg-django-oauth Cleaning up... Removing source in /tmp/pip-build-4rsvc9ir/alaudaorg-django-oauth