Collecting django-chamber==0.4.1 1 location(s) to search for versions of django-chamber: * https://pypi.python.org/simple/django-chamber/ Getting page https://pypi.python.org/simple/django-chamber/ Analyzing links from page https://pypi.org/simple/django-chamber/ Found link https://files.pythonhosted.org/packages/31/c1/5e12423786caab3ca258cd01fea131b701757338afa4efd955238931d6cc/django-chamber-0.4.0.tar.gz#sha256=0442bf459d69ed32d8ea98c84c9ff21c969a7f01da7f75f1e3f4464344d044a9 (from https://pypi.org/simple/django-chamber/), version: 0.4.0 Found link https://files.pythonhosted.org/packages/65/c4/6ace79e73b1e7fc1cd7e6cd47023970a2789d599deecd28fff4ab75194ec/django-chamber-0.4.1.tar.gz#sha256=cd2080bb648d9530a7642ee2fd04704d401b1a89ad766c3b2f52b85228d999e2 (from https://pypi.org/simple/django-chamber/), version: 0.4.1 Using version 0.4.1 (newest of versions: 0.4.1) Downloading https://files.pythonhosted.org/packages/65/c4/6ace79e73b1e7fc1cd7e6cd47023970a2789d599deecd28fff4ab75194ec/django-chamber-0.4.1.tar.gz Downloading from URL https://files.pythonhosted.org/packages/65/c4/6ace79e73b1e7fc1cd7e6cd47023970a2789d599deecd28fff4ab75194ec/django-chamber-0.4.1.tar.gz#sha256=cd2080bb648d9530a7642ee2fd04704d401b1a89ad766c3b2f52b85228d999e2 (from https://pypi.org/simple/django-chamber/) Running setup.py (path:/tmp/pip-build-a3kaoncn/django-chamber/setup.py) egg_info for package django-chamber Running command python setup.py egg_info running egg_info creating pip-egg-info/django_chamber.egg-info writing top-level names to pip-egg-info/django_chamber.egg-info/top_level.txt writing requirements to pip-egg-info/django_chamber.egg-info/requires.txt writing pip-egg-info/django_chamber.egg-info/PKG-INFO writing dependency_links to pip-egg-info/django_chamber.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/django_chamber.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_chamber.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'chamber' warning: no files found matching '*.html' under directory 'chamber' warning: no files found matching '*.xml' under directory 'chamber' warning: no files found matching '*.xslt' under directory 'chamber' warning: no files found matching '*.xsl' under directory 'chamber' warning: no files found matching '*.js' under directory 'chamber' warning: no files found matching '*.sass' under directory 'chamber' warning: no files found matching '*.css' under directory 'chamber' warning: no files found matching '*.png' under directory 'chamber' warning: no files found matching '*.jpg' under directory 'chamber' warning: no files found matching '*.jpeg' under directory 'chamber' warning: no files found matching '*.gif' under directory 'chamber' writing manifest file 'pip-egg-info/django_chamber.egg-info/SOURCES.txt' Source in /tmp/pip-build-a3kaoncn/django-chamber has version 0.4.1, which satisfies requirement django-chamber==0.4.1 from https://files.pythonhosted.org/packages/65/c4/6ace79e73b1e7fc1cd7e6cd47023970a2789d599deecd28fff4ab75194ec/django-chamber-0.4.1.tar.gz#sha256=cd2080bb648d9530a7642ee2fd04704d401b1a89ad766c3b2f52b85228d999e2 Building wheels for collected packages: django-chamber Running setup.py bdist_wheel for django-chamber: started Destination directory: /tmp/tmpoj_vs_9cpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-a3kaoncn/django-chamber/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/tmpoj_vs_9cpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/example copying example/__init__.py -> build/lib/example copying example/manage.py -> build/lib/example creating build/lib/chamber copying chamber/patch.py -> build/lib/chamber copying chamber/__init__.py -> build/lib/chamber copying chamber/config.py -> build/lib/chamber copying chamber/shortcuts.py -> build/lib/chamber copying chamber/version.py -> build/lib/chamber creating build/lib/example/dj copying example/dj/frontend_urls.py -> build/lib/example/dj copying example/dj/__init__.py -> build/lib/example/dj copying example/dj/wsgi.py -> build/lib/example/dj copying example/dj/backend_urls.py -> build/lib/example/dj creating build/lib/example/dj/apps copying example/dj/apps/__init__.py -> build/lib/example/dj/apps creating build/lib/example/dj/libs copying example/dj/libs/utils.py -> build/lib/example/dj/libs copying example/dj/libs/__init__.py -> build/lib/example/dj/libs creating build/lib/example/dj/settings copying example/dj/settings/__init__.py -> build/lib/example/dj/settings copying example/dj/settings/settings.py -> build/lib/example/dj/settings copying example/dj/settings/base.py -> build/lib/example/dj/settings creating build/lib/example/dj/apps/test_chamber copying example/dj/apps/test_chamber/handlers.py -> build/lib/example/dj/apps/test_chamber copying example/dj/apps/test_chamber/__init__.py -> build/lib/example/dj/apps/test_chamber copying example/dj/apps/test_chamber/importers.py -> build/lib/example/dj/apps/test_chamber copying example/dj/apps/test_chamber/views.py -> build/lib/example/dj/apps/test_chamber copying example/dj/apps/test_chamber/models.py -> build/lib/example/dj/apps/test_chamber creating build/lib/example/dj/apps/test_chamber/tests copying example/dj/apps/test_chamber/tests/__init__.py -> build/lib/example/dj/apps/test_chamber/tests copying example/dj/apps/test_chamber/tests/transaction.py -> build/lib/example/dj/apps/test_chamber/tests copying example/dj/apps/test_chamber/tests/importers.py -> build/lib/example/dj/apps/test_chamber/tests copying example/dj/apps/test_chamber/tests/multidomains.py -> build/lib/example/dj/apps/test_chamber/tests copying example/dj/apps/test_chamber/tests/shortcuts.py -> build/lib/example/dj/apps/test_chamber/tests creating build/lib/example/dj/apps/test_chamber/management copying example/dj/apps/test_chamber/management/__init__.py -> build/lib/example/dj/apps/test_chamber/management creating build/lib/example/dj/apps/test_chamber/tests/formatters copying example/dj/apps/test_chamber/tests/formatters/__init__.py -> build/lib/example/dj/apps/test_chamber/tests/formatters creating build/lib/example/dj/apps/test_chamber/tests/forms copying example/dj/apps/test_chamber/tests/forms/__init__.py -> build/lib/example/dj/apps/test_chamber/tests/forms copying example/dj/apps/test_chamber/tests/forms/fields.py -> build/lib/example/dj/apps/test_chamber/tests/forms creating build/lib/example/dj/apps/test_chamber/tests/utils copying example/dj/apps/test_chamber/tests/utils/__init__.py -> build/lib/example/dj/apps/test_chamber/tests/utils copying example/dj/apps/test_chamber/tests/utils/decorators.py -> build/lib/example/dj/apps/test_chamber/tests/utils copying example/dj/apps/test_chamber/tests/utils/datastructures.py -> build/lib/example/dj/apps/test_chamber/tests/utils creating build/lib/example/dj/apps/test_chamber/tests/models copying example/dj/apps/test_chamber/tests/models/humanized_helpers.py -> build/lib/example/dj/apps/test_chamber/tests/models copying example/dj/apps/test_chamber/tests/models/__init__.py -> build/lib/example/dj/apps/test_chamber/tests/models copying example/dj/apps/test_chamber/tests/models/dispatchers.py -> build/lib/example/dj/apps/test_chamber/tests/models copying example/dj/apps/test_chamber/tests/models/fields.py -> build/lib/example/dj/apps/test_chamber/tests/models creating build/lib/example/dj/apps/test_chamber/management/commands copying example/dj/apps/test_chamber/management/commands/__init__.py -> build/lib/example/dj/apps/test_chamber/management/commands copying example/dj/apps/test_chamber/management/commands/bulk_csv_import.py -> build/lib/example/dj/apps/test_chamber/management/commands copying example/dj/apps/test_chamber/management/commands/csv_import.py -> build/lib/example/dj/apps/test_chamber/management/commands creating build/lib/chamber/formatters copying chamber/formatters/__init__.py -> build/lib/chamber/formatters creating build/lib/chamber/importers copying chamber/importers/__init__.py -> build/lib/chamber/importers creating build/lib/chamber/forms copying chamber/forms/__init__.py -> build/lib/chamber/forms copying chamber/forms/fields.py -> build/lib/chamber/forms creating build/lib/chamber/commands copying chamber/commands/__init__.py -> build/lib/chamber/commands creating build/lib/chamber/utils copying chamber/utils/http.py -> build/lib/chamber/utils copying chamber/utils/__init__.py -> build/lib/chamber/utils copying chamber/utils/datetimes.py -> build/lib/chamber/utils copying chamber/utils/transaction.py -> build/lib/chamber/utils copying chamber/utils/forms.py -> build/lib/chamber/utils copying chamber/utils/decorators.py -> build/lib/chamber/utils copying chamber/utils/datastructures.py -> build/lib/chamber/utils creating build/lib/chamber/templatetags copying chamber/templatetags/__init__.py -> build/lib/chamber/templatetags creating build/lib/chamber/multidomains copying chamber/multidomains/__init__.py -> build/lib/chamber/multidomains copying chamber/multidomains/domain.py -> build/lib/chamber/multidomains copying chamber/multidomains/urlresolvers.py -> build/lib/chamber/multidomains creating build/lib/chamber/management copying chamber/management/__init__.py -> build/lib/chamber/management creating build/lib/chamber/models copying chamber/models/__init__.py -> build/lib/chamber/models copying chamber/models/dispatchers.py -> build/lib/chamber/models copying chamber/models/fields.py -> build/lib/chamber/models copying chamber/models/signals.py -> build/lib/chamber/models creating build/lib/chamber/exceptions copying chamber/exceptions/__init__.py -> build/lib/chamber/exceptions creating build/lib/chamber/utils/migrations copying chamber/utils/migrations/fixtures.py -> build/lib/chamber/utils/migrations copying chamber/utils/migrations/__init__.py -> build/lib/chamber/utils/migrations creating build/lib/chamber/multidomains/auth copying chamber/multidomains/auth/__init__.py -> build/lib/chamber/multidomains/auth copying chamber/multidomains/auth/middleware.py -> build/lib/chamber/multidomains/auth copying chamber/multidomains/auth/backends.py -> build/lib/chamber/multidomains/auth creating build/lib/chamber/management/commands copying chamber/management/commands/__init__.py -> build/lib/chamber/management/commands copying chamber/management/commands/makemessages.py -> build/lib/chamber/management/commands creating build/lib/chamber/models/humanized_helpers copying chamber/models/humanized_helpers/__init__.py -> build/lib/chamber/models/humanized_helpers running egg_info writing top-level names to django_chamber.egg-info/top_level.txt writing requirements to django_chamber.egg-info/requires.txt writing dependency_links to django_chamber.egg-info/dependency_links.txt writing django_chamber.egg-info/PKG-INFO reading manifest file 'django_chamber.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'chamber' warning: no files found matching '*.html' under directory 'chamber' warning: no files found matching '*.xml' under directory 'chamber' warning: no files found matching '*.xslt' under directory 'chamber' warning: no files found matching '*.xsl' under directory 'chamber' warning: no files found matching '*.js' under directory 'chamber' warning: no files found matching '*.sass' under directory 'chamber' warning: no files found matching '*.css' under directory 'chamber' warning: no files found matching '*.png' under directory 'chamber' warning: no files found matching '*.jpg' under directory 'chamber' warning: no files found matching '*.jpeg' under directory 'chamber' warning: no files found matching '*.gif' under directory 'chamber' writing manifest file 'django_chamber.egg-info/SOURCES.txt' creating build/lib/chamber/locale creating build/lib/chamber/locale/cs creating build/lib/chamber/locale/cs/LC_MESSAGES copying chamber/locale/cs/LC_MESSAGES/django.mo -> build/lib/chamber/locale/cs/LC_MESSAGES copying chamber/locale/cs/LC_MESSAGES/django.po -> build/lib/chamber/locale/cs/LC_MESSAGES 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/example copying build/lib/example/__init__.py -> build/bdist.linux-armv7l/wheel/example creating build/bdist.linux-armv7l/wheel/example/dj copying build/lib/example/dj/frontend_urls.py -> build/bdist.linux-armv7l/wheel/example/dj copying build/lib/example/dj/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj creating build/bdist.linux-armv7l/wheel/example/dj/apps creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber copying build/lib/example/dj/apps/test_chamber/handlers.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber copying build/lib/example/dj/apps/test_chamber/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/formatters copying build/lib/example/dj/apps/test_chamber/tests/formatters/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/formatters copying build/lib/example/dj/apps/test_chamber/tests/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests copying build/lib/example/dj/apps/test_chamber/tests/transaction.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests copying build/lib/example/dj/apps/test_chamber/tests/importers.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/forms copying build/lib/example/dj/apps/test_chamber/tests/forms/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/forms copying build/lib/example/dj/apps/test_chamber/tests/forms/fields.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/forms copying build/lib/example/dj/apps/test_chamber/tests/multidomains.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/utils copying build/lib/example/dj/apps/test_chamber/tests/utils/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/utils copying build/lib/example/dj/apps/test_chamber/tests/utils/decorators.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/utils copying build/lib/example/dj/apps/test_chamber/tests/utils/datastructures.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/utils copying build/lib/example/dj/apps/test_chamber/tests/shortcuts.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/models copying build/lib/example/dj/apps/test_chamber/tests/models/humanized_helpers.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/models copying build/lib/example/dj/apps/test_chamber/tests/models/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/models copying build/lib/example/dj/apps/test_chamber/tests/models/dispatchers.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/models copying build/lib/example/dj/apps/test_chamber/tests/models/fields.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/tests/models copying build/lib/example/dj/apps/test_chamber/importers.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber copying build/lib/example/dj/apps/test_chamber/views.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management copying build/lib/example/dj/apps/test_chamber/management/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management creating build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management/commands copying build/lib/example/dj/apps/test_chamber/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management/commands copying build/lib/example/dj/apps/test_chamber/management/commands/bulk_csv_import.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management/commands copying build/lib/example/dj/apps/test_chamber/management/commands/csv_import.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber/management/commands copying build/lib/example/dj/apps/test_chamber/models.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/test_chamber copying build/lib/example/dj/apps/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps copying build/lib/example/dj/wsgi.py -> build/bdist.linux-armv7l/wheel/example/dj copying build/lib/example/dj/backend_urls.py -> build/bdist.linux-armv7l/wheel/example/dj creating build/bdist.linux-armv7l/wheel/example/dj/libs copying build/lib/example/dj/libs/utils.py -> build/bdist.linux-armv7l/wheel/example/dj/libs copying build/lib/example/dj/libs/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/libs creating build/bdist.linux-armv7l/wheel/example/dj/settings copying build/lib/example/dj/settings/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/settings copying build/lib/example/dj/settings/settings.py -> build/bdist.linux-armv7l/wheel/example/dj/settings copying build/lib/example/dj/settings/base.py -> build/bdist.linux-armv7l/wheel/example/dj/settings copying build/lib/example/manage.py -> build/bdist.linux-armv7l/wheel/example creating build/bdist.linux-armv7l/wheel/chamber creating build/bdist.linux-armv7l/wheel/chamber/formatters copying build/lib/chamber/formatters/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/formatters creating build/bdist.linux-armv7l/wheel/chamber/importers copying build/lib/chamber/importers/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/importers copying build/lib/chamber/patch.py -> build/bdist.linux-armv7l/wheel/chamber copying build/lib/chamber/__init__.py -> build/bdist.linux-armv7l/wheel/chamber creating build/bdist.linux-armv7l/wheel/chamber/locale creating build/bdist.linux-armv7l/wheel/chamber/locale/cs creating build/bdist.linux-armv7l/wheel/chamber/locale/cs/LC_MESSAGES copying build/lib/chamber/locale/cs/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/chamber/locale/cs/LC_MESSAGES copying build/lib/chamber/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/chamber/locale/cs/LC_MESSAGES creating build/bdist.linux-armv7l/wheel/chamber/forms copying build/lib/chamber/forms/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/forms copying build/lib/chamber/forms/fields.py -> build/bdist.linux-armv7l/wheel/chamber/forms copying build/lib/chamber/config.py -> build/bdist.linux-armv7l/wheel/chamber creating build/bdist.linux-armv7l/wheel/chamber/commands copying build/lib/chamber/commands/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/commands creating build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/http.py -> build/bdist.linux-armv7l/wheel/chamber/utils creating build/bdist.linux-armv7l/wheel/chamber/utils/migrations copying build/lib/chamber/utils/migrations/fixtures.py -> build/bdist.linux-armv7l/wheel/chamber/utils/migrations copying build/lib/chamber/utils/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/utils/migrations copying build/lib/chamber/utils/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/datetimes.py -> build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/transaction.py -> build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/forms.py -> build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/decorators.py -> build/bdist.linux-armv7l/wheel/chamber/utils copying build/lib/chamber/utils/datastructures.py -> build/bdist.linux-armv7l/wheel/chamber/utils creating build/bdist.linux-armv7l/wheel/chamber/templatetags copying build/lib/chamber/templatetags/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/templatetags copying build/lib/chamber/shortcuts.py -> build/bdist.linux-armv7l/wheel/chamber creating build/bdist.linux-armv7l/wheel/chamber/multidomains copying build/lib/chamber/multidomains/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains creating build/bdist.linux-armv7l/wheel/chamber/multidomains/auth copying build/lib/chamber/multidomains/auth/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains/auth copying build/lib/chamber/multidomains/auth/middleware.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains/auth copying build/lib/chamber/multidomains/auth/backends.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains/auth copying build/lib/chamber/multidomains/domain.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains copying build/lib/chamber/multidomains/urlresolvers.py -> build/bdist.linux-armv7l/wheel/chamber/multidomains copying build/lib/chamber/version.py -> build/bdist.linux-armv7l/wheel/chamber creating build/bdist.linux-armv7l/wheel/chamber/management copying build/lib/chamber/management/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/management creating build/bdist.linux-armv7l/wheel/chamber/management/commands copying build/lib/chamber/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/management/commands copying build/lib/chamber/management/commands/makemessages.py -> build/bdist.linux-armv7l/wheel/chamber/management/commands creating build/bdist.linux-armv7l/wheel/chamber/models copying build/lib/chamber/models/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/models copying build/lib/chamber/models/dispatchers.py -> build/bdist.linux-armv7l/wheel/chamber/models copying build/lib/chamber/models/fields.py -> build/bdist.linux-armv7l/wheel/chamber/models creating build/bdist.linux-armv7l/wheel/chamber/models/humanized_helpers copying build/lib/chamber/models/humanized_helpers/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/models/humanized_helpers copying build/lib/chamber/models/signals.py -> build/bdist.linux-armv7l/wheel/chamber/models creating build/bdist.linux-armv7l/wheel/chamber/exceptions copying build/lib/chamber/exceptions/__init__.py -> build/bdist.linux-armv7l/wheel/chamber/exceptions running install_egg_info Copying django_chamber.egg-info to build/bdist.linux-armv7l/wheel/django_chamber-0.4.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_chamber-0.4.1.dist-info/WHEEL Running setup.py bdist_wheel for django-chamber: finished with status 'done' Stored in directory: /tmp/tmp86bgj1pw Successfully built django-chamber Cleaning up... Removing source in /tmp/pip-build-a3kaoncn/django-chamber