Collecting django-event-system==0.2.0.dev1 1 location(s) to search for versions of django-event-system: * https://pypi.python.org/simple/django-event-system/ Getting page https://pypi.python.org/simple/django-event-system/ Analyzing links from page https://pypi.python.org/simple/django-event-system/ Found link https://pypi.python.org/packages/0f/a2/6f9898d155a77c3dbef0e320fc132d17a67d838020cb8dcfa1d1aa192bb5/django-event-system-0.1.1.dev1.tar.gz#md5=01ecfb1a15b6a02a8cd21cb36332c1dc (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3.4), version: 0.1.1.dev1 Found link https://pypi.python.org/packages/86/a4/6d5d6066066ae040cae9bea97449fcf68f91f6aa16c8de19ff686c321e72/django-event-system-0.2.0.dev1.tar.gz#md5=be2aced9517593fc8a64f622b1151e0a (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3.4), version: 0.2.0.dev1 Found link https://pypi.python.org/packages/90/a3/64fda88cb586a2385fb677a66dfa21f461417fa765b5f9d6c3e414f856f3/django-event-system-0.1.0.dev3.tar.gz#md5=2d051e0ccdfa4390c5d9133c280fa10c (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3.4), version: 0.1.0.dev3 Found link https://pypi.python.org/packages/be/5f/d62d83e216dcc8c6b65ce3733923ce0568232f1ac73f387c8e12725773f9/django-event-system-0.1.0.dev2.tar.gz#md5=d008ad610bd06606f8e125ba1be1db17 (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3), version: 0.1.0.dev2 Found link https://pypi.python.org/packages/c6/8a/121fc680df2c2f7742b9ef893e8928a75b1b054a65b574d7618c51f3a557/django-event-system-0.1.0.tar.gz#md5=f566a1ac64f83114a19c9e9cb5d014c3 (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3), version: 0.1.0 Using version 0.2.0.dev1 (newest of versions: 0.2.0.dev1) Downloading django-event-system-0.2.0.dev1.tar.gz Downloading from URL https://pypi.python.org/packages/86/a4/6d5d6066066ae040cae9bea97449fcf68f91f6aa16c8de19ff686c321e72/django-event-system-0.2.0.dev1.tar.gz#md5=be2aced9517593fc8a64f622b1151e0a (from https://pypi.python.org/simple/django-event-system/) (requires-python:>=3.4) Running setup.py (path:/tmp/pip-build-bdm_rccg/django-event-system/setup.py) egg_info for package django-event-system Running command python setup.py egg_info running egg_info creating pip-egg-info/django_event_system.egg-info writing top-level names to pip-egg-info/django_event_system.egg-info/top_level.txt writing pip-egg-info/django_event_system.egg-info/PKG-INFO writing requirements to pip-egg-info/django_event_system.egg-info/requires.txt writing dependency_links to pip-egg-info/django_event_system.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/django_event_system.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_event_system.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/django_event_system.egg-info/SOURCES.txt' /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) Source in /tmp/pip-build-bdm_rccg/django-event-system has version 0.2.0.dev1, which satisfies requirement django-event-system==0.2.0.dev1 from https://pypi.python.org/packages/86/a4/6d5d6066066ae040cae9bea97449fcf68f91f6aa16c8de19ff686c321e72/django-event-system-0.2.0.dev1.tar.gz#md5=be2aced9517593fc8a64f622b1151e0a Building wheels for collected packages: django-event-system Running setup.py bdist_wheel for django-event-system: started Destination directory: /tmp/tmpx4oe4uzqpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-bdm_rccg/django-event-system/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/tmpx4oe4uzqpip-wheel- /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'project_urls' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/events copying events/models.py -> build/lib/events copying events/admin.py -> build/lib/events copying events/views.py -> build/lib/events copying events/__init__.py -> build/lib/events copying events/urls.py -> build/lib/events copying events/apps.py -> build/lib/events creating build/lib/events/events copying events/events/Dispatcher.py -> build/lib/events/events copying events/events/Listener.py -> build/lib/events/events copying events/events/Observer.py -> build/lib/events/events copying events/events/utils.py -> build/lib/events/events copying events/events/Event.py -> build/lib/events/events copying events/events/__init__.py -> build/lib/events/events copying events/events/Meta.py -> build/lib/events/events creating build/lib/events/tests copying events/tests/TestUtils.py -> build/lib/events/tests copying events/tests/TestDispatcherMock.py -> build/lib/events/tests copying events/tests/TestDispatch.py -> build/lib/events/tests copying events/tests/__init__.py -> build/lib/events/tests copying events/tests/TestEvent.py -> build/lib/events/tests running egg_info writing dependency_links to django_event_system.egg-info/dependency_links.txt writing django_event_system.egg-info/PKG-INFO writing requirements to django_event_system.egg-info/requires.txt writing top-level names to django_event_system.egg-info/top_level.txt reading manifest file 'django_event_system.egg-info/SOURCES.txt' writing manifest file 'django_event_system.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/events creating build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/Dispatcher.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/Listener.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/Observer.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/utils.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/Event.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/__init__.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/events/Meta.py -> build/bdist.linux-armv7l/wheel/events/events copying build/lib/events/models.py -> build/bdist.linux-armv7l/wheel/events copying build/lib/events/admin.py -> build/bdist.linux-armv7l/wheel/events creating build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/TestUtils.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/TestDispatcherMock.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/TestDispatch.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/__init__.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/tests/TestEvent.py -> build/bdist.linux-armv7l/wheel/events/tests copying build/lib/events/views.py -> build/bdist.linux-armv7l/wheel/events copying build/lib/events/__init__.py -> build/bdist.linux-armv7l/wheel/events copying build/lib/events/urls.py -> build/bdist.linux-armv7l/wheel/events copying build/lib/events/apps.py -> build/bdist.linux-armv7l/wheel/events running install_egg_info Copying django_event_system.egg-info to build/bdist.linux-armv7l/wheel/django_event_system-0.2.0.dev1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_event_system-0.2.0.dev1.dist-info/WHEEL Running setup.py bdist_wheel for django-event-system: finished with status 'done' Stored in directory: /tmp/tmp763penjh Successfully built django-event-system Cleaning up... Removing source in /tmp/pip-build-bdm_rccg/django-event-system