Created temporary directory: /tmp/pip-ephem-wheel-cache-7p8cv7jl Created temporary directory: /tmp/pip-req-tracker-o3p7i2nc Created requirements tracker '/tmp/pip-req-tracker-o3p7i2nc' Created temporary directory: /tmp/pip-wheel-o3s5bva3 Collecting django-rest-action-serializer==1.1.0 1 location(s) to search for versions of django-rest-action-serializer: * https://pypi.org/simple/django-rest-action-serializer/ Getting page https://pypi.org/simple/django-rest-action-serializer/ Analyzing links from page https://pypi.org/simple/django-rest-action-serializer/ Found link https://files.pythonhosted.org/packages/3b/50/57fa2cd3bc2cf05bf2f4a6a20b85e9f2d69aeb5c9f546690c608613fcbd4/django-rest-action-serializer-1.0.0.tar.gz#sha256=0e7c9b77439c4ee444d0bc73d647cc9cfab8ce599bccbc1004a17c6c1f15e9df (from https://pypi.org/simple/django-rest-action-serializer/), version: 1.0.0 Found link https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz#sha256=a88be7f5119ee0e937feeccb70531fae44277a83a2a800d3df29085401e4f8db (from https://pypi.org/simple/django-rest-action-serializer/), version: 1.1.0 Using version 1.1.0 (newest of versions: 1.1.0) Created temporary directory: /tmp/pip-unpack-awegz7dc Downloading https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz#sha256=a88be7f5119ee0e937feeccb70531fae44277a83a2a800d3df29085401e4f8db (from https://pypi.org/simple/django-rest-action-serializer/) Added django-rest-action-serializer==1.1.0 from https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz#sha256=a88be7f5119ee0e937feeccb70531fae44277a83a2a800d3df29085401e4f8db to build tracker '/tmp/pip-req-tracker-o3p7i2nc' Running setup.py (path:/tmp/pip-wheel-o3s5bva3/django-rest-action-serializer/setup.py) egg_info for package django-rest-action-serializer Running command python setup.py egg_info running egg_info creating pip-egg-info/django_rest_action_serializer.egg-info writing dependency_links to pip-egg-info/django_rest_action_serializer.egg-info/dependency_links.txt writing pip-egg-info/django_rest_action_serializer.egg-info/PKG-INFO writing top-level names to pip-egg-info/django_rest_action_serializer.egg-info/top_level.txt writing requirements to pip-egg-info/django_rest_action_serializer.egg-info/requires.txt writing manifest file 'pip-egg-info/django_rest_action_serializer.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_rest_action_serializer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/django_rest_action_serializer.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-o3s5bva3/django-rest-action-serializer has version 1.1.0, which satisfies requirement django-rest-action-serializer==1.1.0 from https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz#sha256=a88be7f5119ee0e937feeccb70531fae44277a83a2a800d3df29085401e4f8db Removed django-rest-action-serializer==1.1.0 from https://files.pythonhosted.org/packages/58/08/c25770a19b272c2a6da9f4b0207ad175cf9add1731bd1c6518c3f1abb53b/django-rest-action-serializer-1.1.0.tar.gz#sha256=a88be7f5119ee0e937feeccb70531fae44277a83a2a800d3df29085401e4f8db from build tracker '/tmp/pip-req-tracker-o3p7i2nc' Building wheels for collected packages: django-rest-action-serializer Created temporary directory: /tmp/pip-wheel-08xq66o7 Running setup.py bdist_wheel for django-rest-action-serializer: started Destination directory: /tmp/pip-wheel-08xq66o7 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-o3s5bva3/django-rest-action-serializer/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/pip-wheel-08xq66o7 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dra copying dra/serializers.py -> build/lib/dra copying dra/__init__.py -> build/lib/dra creating build/lib/tests copying tests/serializers.py -> build/lib/tests copying tests/viewsets.py -> build/lib/tests copying tests/tests.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/urls.py -> build/lib/tests 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/dra copying build/lib/dra/serializers.py -> build/bdist.linux-armv7l/wheel/dra copying build/lib/dra/__init__.py -> build/bdist.linux-armv7l/wheel/dra creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/serializers.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/viewsets.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/tests.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/urls.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing django_rest_action_serializer.egg-info/PKG-INFO writing top-level names to django_rest_action_serializer.egg-info/top_level.txt writing dependency_links to django_rest_action_serializer.egg-info/dependency_links.txt writing requirements to django_rest_action_serializer.egg-info/requires.txt reading manifest file 'django_rest_action_serializer.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'django_rest_action_serializer.egg-info/SOURCES.txt' Copying django_rest_action_serializer.egg-info to build/bdist.linux-armv7l/wheel/django_rest_action_serializer-1.1.0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/django_rest_action_serializer-1.1.0.dist-info/WHEEL creating '/tmp/pip-wheel-08xq66o7/django_rest_action_serializer-1.1.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'dra/__init__.py' adding 'dra/serializers.py' adding 'tests/__init__.py' adding 'tests/serializers.py' adding 'tests/tests.py' adding 'tests/urls.py' adding 'tests/viewsets.py' adding 'django_rest_action_serializer-1.1.0.dist-info/LICENSE' adding 'django_rest_action_serializer-1.1.0.dist-info/METADATA' adding 'django_rest_action_serializer-1.1.0.dist-info/WHEEL' adding 'django_rest_action_serializer-1.1.0.dist-info/top_level.txt' adding 'django_rest_action_serializer-1.1.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for django-rest-action-serializer: finished with status 'done' Stored in directory: /tmp/tmpg60z8yyz Successfully built django-rest-action-serializer Cleaning up... Removing source in /tmp/pip-wheel-o3s5bva3/django-rest-action-serializer Removed build tracker '/tmp/pip-req-tracker-o3p7i2nc'