Collecting cg-django-uaa==1.3.0 1 location(s) to search for versions of cg-django-uaa: * https://pypi.python.org/simple/cg-django-uaa/ Getting page https://pypi.python.org/simple/cg-django-uaa/ Analyzing links from page https://pypi.python.org/simple/cg-django-uaa/ Found link https://pypi.python.org/packages/4f/df/4982f18a40ad31ed0ac717115e4459456185ad979863dff1f8cc32afa519/cg_django_uaa-0.0.1-py3-none-any.whl#md5=e5845122d7ee9e0f184b17dd0e20d79c (from https://pypi.python.org/simple/cg-django-uaa/), version: 0.0.1 Found link https://pypi.python.org/packages/5b/89/37798d235e6981a0359e4301b2f1fc7040511ceea001a45d35f27764b547/cg-django-uaa-1.3.0.tar.gz#md5=b1aaaa6f6c89ee46c5d4ed0129be239e (from https://pypi.python.org/simple/cg-django-uaa/), version: 1.3.0 Found link https://pypi.python.org/packages/70/38/71897047552359057d88f8fcde21bd52407c9abd7d08276c5c02898ba7ff/cg-django-uaa-1.2.0.tar.gz#md5=2905de79f62ce5bc3cac1b5ee27ce4ad (from https://pypi.python.org/simple/cg-django-uaa/), version: 1.2.0 Found link https://pypi.python.org/packages/73/70/956c9eeed217e3f445361a80b99c32bfb439381220757e2bed3bc0dd405a/cg-django-uaa-1.0.1.tar.gz#md5=bbe2bf95f9f103eb072ecc686c80390f (from https://pypi.python.org/simple/cg-django-uaa/), version: 1.0.1 Found link https://pypi.python.org/packages/7f/b6/751f153464531a0531fcf524b746d9126b60c67ee2bf89d06d1d1268a279/cg-django-uaa-1.0.0.tar.gz#md5=7d26e3a3d965ac7dd5f8559ae38e26fe (from https://pypi.python.org/simple/cg-django-uaa/), version: 1.0.0 Found link https://pypi.python.org/packages/fe/e4/e5a6e0932ce6f2a7aeb0a9951da5bd4c871763ecb6063c7e0ce9a5a1f73b/cg-django-uaa-1.1.0.tar.gz#md5=a2285ff510682308dff0947ce955f39e (from https://pypi.python.org/simple/cg-django-uaa/), version: 1.1.0 Using version 1.3.0 (newest of versions: 1.3.0) Downloading cg-django-uaa-1.3.0.tar.gz (1.3MB) Downloading from URL https://pypi.python.org/packages/5b/89/37798d235e6981a0359e4301b2f1fc7040511ceea001a45d35f27764b547/cg-django-uaa-1.3.0.tar.gz#md5=b1aaaa6f6c89ee46c5d4ed0129be239e (from https://pypi.python.org/simple/cg-django-uaa/) Running setup.py (path:/tmp/pip-build-lmatuo_m/cg-django-uaa/setup.py) egg_info for package cg-django-uaa Running command python setup.py egg_info running egg_info creating pip-egg-info/cg_django_uaa.egg-info writing requirements to pip-egg-info/cg_django_uaa.egg-info/requires.txt writing pip-egg-info/cg_django_uaa.egg-info/PKG-INFO writing top-level names to pip-egg-info/cg_django_uaa.egg-info/top_level.txt writing dependency_links to pip-egg-info/cg_django_uaa.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/cg_django_uaa.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/cg_django_uaa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/cg_django_uaa.egg-info/SOURCES.txt' Source in /tmp/pip-build-lmatuo_m/cg-django-uaa has version 1.3.0, which satisfies requirement cg-django-uaa==1.3.0 from https://pypi.python.org/packages/5b/89/37798d235e6981a0359e4301b2f1fc7040511ceea001a45d35f27764b547/cg-django-uaa-1.3.0.tar.gz#md5=b1aaaa6f6c89ee46c5d4ed0129be239e Building wheels for collected packages: cg-django-uaa Running setup.py bdist_wheel for cg-django-uaa: started Destination directory: /tmp/tmp8v3g1opdpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lmatuo_m/cg-django-uaa/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/tmp8v3g1opdpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/uaa_client copying uaa_client/authentication.py -> build/lib/uaa_client copying uaa_client/compat.py -> build/lib/uaa_client copying uaa_client/apps.py -> build/lib/uaa_client copying uaa_client/__init__.py -> build/lib/uaa_client copying uaa_client/runtests.py -> build/lib/uaa_client copying uaa_client/middleware.py -> build/lib/uaa_client copying uaa_client/views.py -> build/lib/uaa_client copying uaa_client/configuration.py -> build/lib/uaa_client copying uaa_client/urls.py -> build/lib/uaa_client copying uaa_client/fake_uaa_provider.py -> build/lib/uaa_client copying uaa_client/decorators.py -> build/lib/uaa_client creating build/lib/uaa_client/tests copying uaa_client/tests/test_views.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_configuration.py -> build/lib/uaa_client/tests copying uaa_client/tests/__init__.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_example_app.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_decorators.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_authentication.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_compat.py -> build/lib/uaa_client/tests copying uaa_client/tests/test_middleware.py -> build/lib/uaa_client/tests copying uaa_client/tests/urls.py -> build/lib/uaa_client/tests running egg_info writing requirements to cg_django_uaa.egg-info/requires.txt writing dependency_links to cg_django_uaa.egg-info/dependency_links.txt writing cg_django_uaa.egg-info/PKG-INFO writing top-level names to cg_django_uaa.egg-info/top_level.txt reading manifest file 'cg_django_uaa.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'cg_django_uaa.egg-info/SOURCES.txt' creating build/lib/uaa_client/static creating build/lib/uaa_client/static/uaa_client creating build/lib/uaa_client/static/uaa_client/fake_uaa_provider copying uaa_client/static/uaa_client/fake_uaa_provider/fake-cloudgov.svg -> build/lib/uaa_client/static/uaa_client/fake_uaa_provider creating build/lib/uaa_client/templates creating build/lib/uaa_client/templates/uaa_client creating build/lib/uaa_client/templates/uaa_client/fake_uaa_provider copying uaa_client/templates/uaa_client/fake_uaa_provider/base.html -> build/lib/uaa_client/templates/uaa_client/fake_uaa_provider copying uaa_client/templates/uaa_client/fake_uaa_provider/index.html -> build/lib/uaa_client/templates/uaa_client/fake_uaa_provider creating build/lib/uaa_client/tests/templates creating build/lib/uaa_client/tests/templates/uaa_client copying uaa_client/tests/templates/uaa_client/login_error.html -> build/lib/uaa_client/tests/templates/uaa_client 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/uaa_client copying build/lib/uaa_client/authentication.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/compat.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/apps.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/__init__.py -> build/bdist.linux-armv7l/wheel/uaa_client creating build/bdist.linux-armv7l/wheel/uaa_client/templates creating build/bdist.linux-armv7l/wheel/uaa_client/templates/uaa_client creating build/bdist.linux-armv7l/wheel/uaa_client/templates/uaa_client/fake_uaa_provider copying build/lib/uaa_client/templates/uaa_client/fake_uaa_provider/base.html -> build/bdist.linux-armv7l/wheel/uaa_client/templates/uaa_client/fake_uaa_provider copying build/lib/uaa_client/templates/uaa_client/fake_uaa_provider/index.html -> build/bdist.linux-armv7l/wheel/uaa_client/templates/uaa_client/fake_uaa_provider creating build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_views.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_configuration.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/__init__.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests creating build/bdist.linux-armv7l/wheel/uaa_client/tests/templates creating build/bdist.linux-armv7l/wheel/uaa_client/tests/templates/uaa_client copying build/lib/uaa_client/tests/templates/uaa_client/login_error.html -> build/bdist.linux-armv7l/wheel/uaa_client/tests/templates/uaa_client copying build/lib/uaa_client/tests/test_example_app.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_decorators.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_authentication.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_compat.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/test_middleware.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests copying build/lib/uaa_client/tests/urls.py -> build/bdist.linux-armv7l/wheel/uaa_client/tests creating build/bdist.linux-armv7l/wheel/uaa_client/static creating build/bdist.linux-armv7l/wheel/uaa_client/static/uaa_client creating build/bdist.linux-armv7l/wheel/uaa_client/static/uaa_client/fake_uaa_provider copying build/lib/uaa_client/static/uaa_client/fake_uaa_provider/fake-cloudgov.svg -> build/bdist.linux-armv7l/wheel/uaa_client/static/uaa_client/fake_uaa_provider copying build/lib/uaa_client/runtests.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/middleware.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/views.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/configuration.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/urls.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/fake_uaa_provider.py -> build/bdist.linux-armv7l/wheel/uaa_client copying build/lib/uaa_client/decorators.py -> build/bdist.linux-armv7l/wheel/uaa_client running install_egg_info Copying cg_django_uaa.egg-info to build/bdist.linux-armv7l/wheel/cg_django_uaa-1.3.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/cg_django_uaa-1.3.0.dist-info/WHEEL Running setup.py bdist_wheel for cg-django-uaa: finished with status 'done' Stored in directory: /tmp/tmpfj18hfj1 Successfully built cg-django-uaa Cleaning up... Removing source in /tmp/pip-build-lmatuo_m/cg-django-uaa