Collecting pulsar-django==0.3.0 1 location(s) to search for versions of pulsar-django: * https://pypi.python.org/simple/pulsar-django/ Getting page https://pypi.python.org/simple/pulsar-django/ Analyzing links from page https://pypi.python.org/simple/pulsar-django/ Found link https://pypi.python.org/packages/14/9f/efe190c6cbb63fb72d0729cb89161b5fab80e459429744d1c991756e13b3/pulsar-django-0.3.0.tar.gz#md5=ee979a7c0d19aaea779dbf6ea59cc0c2 (from https://pypi.python.org/simple/pulsar-django/), version: 0.3.0 Found link https://pypi.python.org/packages/22/b4/751801536081c4b0c1b892e9e935628e88ed10eafda65bc49d2a13f1c524/pulsar_django-0.1.1-py3-none-any.whl#md5=e3d108651e6e9e7ba53cab0476f1641e (from https://pypi.python.org/simple/pulsar-django/), version: 0.1.1 Found link https://pypi.python.org/packages/24/a3/8649120dcdad3923a4973ae773e3470c78b965a3ae4932e2ec1635558915/pulsar_django-0.2.0-py3-none-any.whl#md5=6abf188c299690471fb65b6c1e8bd429 (from https://pypi.python.org/simple/pulsar-django/), version: 0.2.0 Found link https://pypi.python.org/packages/5d/50/03e80a7dc26b1272fa9667a3beac697f98f0e9d63dd07a8e1d70ad993c39/pulsar-django-0.2.0.tar.gz#md5=b620110edf6fa1709baf81b575a053ff (from https://pypi.python.org/simple/pulsar-django/), version: 0.2.0 Found link https://pypi.python.org/packages/c1/2a/e3e11b1c5acfbebf635bfbf35b7223103cc5db82c6b2c8c8c1142d86413f/pulsar-django-0.1.1.tar.gz#md5=37ee124cd5b451bbb66fd893fddcf091 (from https://pypi.python.org/simple/pulsar-django/), version: 0.1.1 Using version 0.3.0 (newest of versions: 0.3.0) Downloading pulsar-django-0.3.0.tar.gz Downloading from URL https://pypi.python.org/packages/14/9f/efe190c6cbb63fb72d0729cb89161b5fab80e459429744d1c991756e13b3/pulsar-django-0.3.0.tar.gz#md5=ee979a7c0d19aaea779dbf6ea59cc0c2 (from https://pypi.python.org/simple/pulsar-django/) Running setup.py (path:/tmp/pip-build-4_mdl8c9/pulsar-django/setup.py) egg_info for package pulsar-django Running command python setup.py egg_info warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.mp4' found anywhere in distribution In file included from extensions/lib/clib.c:544:0: extensions/lib/http.h: In function ‘_http_date’: extensions/lib/http.h:21:33: warning: passing argument 1 of ‘PyUnicode_FromString’ from incompatible pointer type return PyUnicode_FromString(&buf); ^ In file included from /usr/include/python3.4m/Python.h:77:0, from extensions/lib/clib.c:23: /usr/include/python3.4m/unicodeobject.h:718:23: note: expected ‘const char *’ but argument is of type ‘char (*)[50]’ PyAPI_FUNC(PyObject*) PyUnicode_FromString( ^ File "build/bdist.linux-armv7l/egg/pulsar/async/concurrency.py", line 162 async def periodic_task(self, actor, **kw): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/lock.py", line 43 async def acquire(self): # pragma nocover ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/monitor.py", line 166 async def periodic_task(self, monitor, **kw): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/mailbox.py", line 80 async def command_in_context(command, caller, target, args, kwargs, ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/commands.py", line 94 async def kill_actor(request, aid, timeout=5): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/protocols.py", line 84 async def _close(self, waiter, pipeline_worker): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/mixins.py", line 186 async def _process(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/clients.py", line 82 async def connect(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/async/futures.py", line 89 async def as_coroutine(value): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/rpc/jsonrpc.py", line 33 async def __call__(self, request): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/rpc/mixins.py", line 18 async def rpc_server_info(self, request): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/greenio/utils.py", line 32 async def _(*args, **kwargs): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/greenio/pool.py", line 120 async def _green_task(self, green, task): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/test/plugins/bench.py", line 74 async def _call(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/test/utils.py", line 50 async def skip_test(o): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/test/runner.py", line 103 async def _run_test_cls(self, test_cls, test_classes, all_tests): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/test/wsgi.py", line 8 async def test_wsgi_request(url=None, method=None, headers=None, **kwargs): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/redis/pubsub.py", line 68 async def close(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/redis/client.py", line 120 async def execute(self, *args, **options): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/redis/lock.py", line 14 async def __call__(self, client, keys=None, args=None): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/redis/store.py", line 59 async def execute(self, *args, **options): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/pulsards/startds.py", line 9 async def start_pulsar_ds(arbiter, host, workers=0): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/data/channels.py", line 135 async def register(self, channel, event, callback): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/__init__.py", line 96 async def _get_remote_app(actor, name): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/socket/__init__.py", line 233 async def binds(self, worker, sockets=None): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/wsgi/middleware.py", line 88 async def wait_for_body_middleware(environ, start_response=None): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/wsgi/server.py", line 82 async def write_response(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/wsgi/handlers.py", line 40 async def _async_call(self, environ, start_response): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/wsgi/formdata.py", line 68 async def readline(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/http/plugins.py", line 70 async def start_request(request, conn): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/http/client.py", line 449 async def _write_streamed_data(self, transport): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/http/wsgi.py", line 56 async def __aenter__(self): ^ SyntaxError: invalid syntax File "build/bdist.linux-armv7l/egg/pulsar/apps/http/stream.py", line 27 async def read(self, n=None): ^ SyntaxError: invalid syntax zip_safe flag not set; analyzing archive contents... pulsar.cmds.__pycache__.linux_wheels.cpython-34: module references __file__ pulsar.utils.system.__pycache__.winservice.cpython-34: module references __file__ pulsar.utils.system.__pycache__.winprocess.cpython-34: module references __file__ pulsar.utils.__pycache__.clib.cpython-34: module references __file__ pulsar.utils.__pycache__.version.cpython-34: module references __file__ pulsar.utils.__pycache__.importer.cpython-34: module references __file__ pulsar.utils.__pycache__.autoreload.cpython-34: module references __file__ pulsar.apps.test.plugins.__pycache__.profile.cpython-34: module references __file__ Installed /tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg Searching for multidict Reading https://pypi.python.org/simple/multidict/ Best match: multidict 3.3.2 Downloading https://pypi.python.org/packages/4d/1d/7e4d852ea24298cd008128b21ea00d8e7bc087d2f604127b7ed6d7cd6ec7/multidict-3.3.2.tar.gz#md5=06ca91d993de2d04c7ee6df0cbb44ea2 Processing multidict-3.3.2.tar.gz Writing /tmp/easy_install-4ly6ls0g/multidict-3.3.2/setup.cfg Running multidict-3.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-4ly6ls0g/multidict-3.3.2/egg-dist-tmp-1ghiqj2v File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/concurrency.py", line 162 async def periodic_task(self, actor, **kw): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/lock.py", line 43 async def acquire(self): # pragma nocover ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/monitor.py", line 166 async def periodic_task(self, monitor, **kw): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/mailbox.py", line 80 async def command_in_context(command, caller, target, args, kwargs, ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/commands.py", line 94 async def kill_actor(request, aid, timeout=5): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/protocols.py", line 84 async def _close(self, waiter, pipeline_worker): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/mixins.py", line 186 async def _process(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/clients.py", line 82 async def connect(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/async/futures.py", line 89 async def as_coroutine(value): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/__init__.py", line 96 async def _get_remote_app(actor, name): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/rpc/jsonrpc.py", line 33 async def __call__(self, request): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/rpc/mixins.py", line 18 async def rpc_server_info(self, request): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/greenio/utils.py", line 32 async def _(*args, **kwargs): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/greenio/pool.py", line 120 async def _green_task(self, green, task): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/test/utils.py", line 50 async def skip_test(o): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/test/runner.py", line 103 async def _run_test_cls(self, test_cls, test_classes, all_tests): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/test/wsgi.py", line 8 async def test_wsgi_request(url=None, method=None, headers=None, **kwargs): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/test/plugins/bench.py", line 74 async def _call(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/channels.py", line 135 async def register(self, channel, event, callback): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/redis/pubsub.py", line 68 async def close(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/redis/client.py", line 120 async def execute(self, *args, **options): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/redis/lock.py", line 14 async def __call__(self, client, keys=None, args=None): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/redis/store.py", line 59 async def execute(self, *args, **options): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/data/pulsards/startds.py", line 9 async def start_pulsar_ds(arbiter, host, workers=0): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/socket/__init__.py", line 233 async def binds(self, worker, sockets=None): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/wsgi/middleware.py", line 88 async def wait_for_body_middleware(environ, start_response=None): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/wsgi/server.py", line 82 async def write_response(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/wsgi/handlers.py", line 40 async def _async_call(self, environ, start_response): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/wsgi/formdata.py", line 68 async def readline(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/http/plugins.py", line 70 async def start_request(request, conn): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/http/client.py", line 449 async def _write_streamed_data(self, transport): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/http/wsgi.py", line 56 async def __aenter__(self): ^ SyntaxError: invalid syntax File "/tmp/pip-build-4_mdl8c9/pulsar-django/pulsar-2.0.1-py3.4-linux-armv7l.egg/pulsar/apps/http/stream.py", line 27 async def read(self, n=None): ^ SyntaxError: invalid syntax /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files found matching 'multidict/_multidict.html' warning: no previously-included files found matching 'multidict/_multidict.*.so' warning: no previously-included files found matching 'multidict/_multidict.pyd' warning: no previously-included files found matching 'multidict/_multidict.*.pyd' no previously-included directories found matching 'docs/_build' zip_safe flag not set; analyzing archive contents... multidict.__pycache__._multidict.cpython-34: module references __file__ multidict.__pycache__._istr.cpython-34: module references __file__ Installed /tmp/pip-build-4_mdl8c9/pulsar-django/multidict-3.3.2-py3.4-linux-armv7l.egg running egg_info creating pip-egg-info/pulsar_django.egg-info writing pip-egg-info/pulsar_django.egg-info/PKG-INFO writing dependency_links to pip-egg-info/pulsar_django.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pulsar_django.egg-info/top_level.txt writing requirements to pip-egg-info/pulsar_django.egg-info/requires.txt writing manifest file 'pip-egg-info/pulsar_django.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/pulsar_django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' writing manifest file 'pip-egg-info/pulsar_django.egg-info/SOURCES.txt' Source in /tmp/pip-build-4_mdl8c9/pulsar-django has version 0.3.0, which satisfies requirement pulsar-django==0.3.0 from https://pypi.python.org/packages/14/9f/efe190c6cbb63fb72d0729cb89161b5fab80e459429744d1c991756e13b3/pulsar-django-0.3.0.tar.gz#md5=ee979a7c0d19aaea779dbf6ea59cc0c2 Building wheels for collected packages: pulsar-django Running setup.py bdist_wheel for pulsar-django: started Destination directory: /tmp/tmpjvivn2nfpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-4_mdl8c9/pulsar-django/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/tmpjvivn2nfpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pulse copying pulse/__init__.py -> build/lib/pulse copying pulse/wsgi.py -> build/lib/pulse creating build/lib/pulse/management copying pulse/management/__init__.py -> build/lib/pulse/management creating build/lib/pulse/management/commands copying pulse/management/commands/__init__.py -> build/lib/pulse/management/commands copying pulse/management/commands/pulse.py -> build/lib/pulse/management/commands running egg_info writing top-level names to pulsar_django.egg-info/top_level.txt writing pulsar_django.egg-info/PKG-INFO writing dependency_links to pulsar_django.egg-info/dependency_links.txt writing requirements to pulsar_django.egg-info/requires.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'pulsar_django.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE' writing manifest file 'pulsar_django.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/pulse copying build/lib/pulse/__init__.py -> build/bdist.linux-armv7l/wheel/pulse copying build/lib/pulse/wsgi.py -> build/bdist.linux-armv7l/wheel/pulse creating build/bdist.linux-armv7l/wheel/pulse/management copying build/lib/pulse/management/__init__.py -> build/bdist.linux-armv7l/wheel/pulse/management creating build/bdist.linux-armv7l/wheel/pulse/management/commands copying build/lib/pulse/management/commands/__init__.py -> build/bdist.linux-armv7l/wheel/pulse/management/commands copying build/lib/pulse/management/commands/pulse.py -> build/bdist.linux-armv7l/wheel/pulse/management/commands running install_egg_info Copying pulsar_django.egg-info to build/bdist.linux-armv7l/wheel/pulsar_django-0.3.0.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pulsar_django-0.3.0.dist-info/WHEEL creating '/tmp/tmpjvivn2nfpip-wheel-/pulsar_django-0.3.0-py3-none-any.whl' and adding '.' to it adding 'pulse/__init__.py' adding 'pulse/wsgi.py' adding 'pulse/management/__init__.py' adding 'pulse/management/commands/__init__.py' adding 'pulse/management/commands/pulse.py' adding 'pulsar_django-0.3.0.dist-info/DESCRIPTION.rst' adding 'pulsar_django-0.3.0.dist-info/metadata.json' adding 'pulsar_django-0.3.0.dist-info/top_level.txt' adding 'pulsar_django-0.3.0.dist-info/WHEEL' adding 'pulsar_django-0.3.0.dist-info/METADATA' adding 'pulsar_django-0.3.0.dist-info/RECORD' Running setup.py bdist_wheel for pulsar-django: finished with status 'done' Stored in directory: /tmp/tmpdnt244za Successfully built pulsar-django Cleaning up... Removing source in /tmp/pip-build-4_mdl8c9/pulsar-django