Collecting django-pyston==2.8.1 1 location(s) to search for versions of django-pyston: * https://pypi.python.org/simple/django-pyston/ Getting page https://pypi.python.org/simple/django-pyston/ Analyzing links from page https://pypi.python.org/simple/django-pyston/ Found link https://pypi.python.org/packages/37/41/27063a5eb07dbc86df2e037d74d15e61fb021d5ce02b2de60153015c696f/django-pyston-2.8.0.tar.gz#md5=2d965358a7ad3e16064545675c7f2227 (from https://pypi.python.org/simple/django-pyston/), version: 2.8.0 Found link https://pypi.python.org/packages/8a/01/a0dcedf5fe53dcfad296d430869a133a395fa8498caeecee4f6154de6b89/django-pyston-2.8.1.tar.gz#md5=848bf4fa71f954439138edbba76e4d82 (from https://pypi.python.org/simple/django-pyston/), version: 2.8.1 Using version 2.8.1 (newest of versions: 2.8.1) Downloading django-pyston-2.8.1.tar.gz (71kB) Downloading from URL https://pypi.python.org/packages/8a/01/a0dcedf5fe53dcfad296d430869a133a395fa8498caeecee4f6154de6b89/django-pyston-2.8.1.tar.gz#md5=848bf4fa71f954439138edbba76e4d82 (from https://pypi.python.org/simple/django-pyston/) Running setup.py (path:/tmp/pip-build-qcv5l0he/django-pyston/setup.py) egg_info for package django-pyston Running command python setup.py egg_info running egg_info creating pip-egg-info/django_pyston.egg-info writing pip-egg-info/django_pyston.egg-info/PKG-INFO writing requirements to pip-egg-info/django_pyston.egg-info/requires.txt writing dependency_links to pip-egg-info/django_pyston.egg-info/dependency_links.txt writing top-level names to pip-egg-info/django_pyston.egg-info/top_level.txt writing manifest file 'pip-egg-info/django_pyston.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/django_pyston.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching '*.txt' under directory 'pyston' warning: no files found matching '*.xml' under directory 'pyston' warning: no files found matching '*.xslt' under directory 'pyston' warning: no files found matching '*.xsl' under directory 'pyston' warning: no files found matching '*.js' under directory 'pyston' warning: no files found matching '*.sass' under directory 'pyston' warning: no files found matching '*.css' under directory 'pyston' warning: no files found matching '*.png' under directory 'pyston' warning: no files found matching '*.jpg' under directory 'pyston' warning: no files found matching '*.jpeg' under directory 'pyston' warning: no files found matching '*.gif' under directory 'pyston' writing manifest file 'pip-egg-info/django_pyston.egg-info/SOURCES.txt' Source in /tmp/pip-build-qcv5l0he/django-pyston has version 2.8.1, which satisfies requirement django-pyston==2.8.1 from https://pypi.python.org/packages/8a/01/a0dcedf5fe53dcfad296d430869a133a395fa8498caeecee4f6154de6b89/django-pyston-2.8.1.tar.gz#md5=848bf4fa71f954439138edbba76e4d82 Building wheels for collected packages: django-pyston Running setup.py bdist_wheel for django-pyston: started Destination directory: /tmp/tmp6x3lomikpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-qcv5l0he/django-pyston/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/tmp6x3lomikpip-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/pyston copying pyston/paginator.py -> build/lib/pyston copying pyston/exception.py -> build/lib/pyston copying pyston/patch.py -> build/lib/pyston copying pyston/__init__.py -> build/lib/pyston copying pyston/resource.py -> build/lib/pyston copying pyston/conf.py -> build/lib/pyston copying pyston/cache.py -> build/lib/pyston copying pyston/serializer.py -> build/lib/pyston copying pyston/forms.py -> build/lib/pyston copying pyston/data_processor.py -> build/lib/pyston copying pyston/version.py -> build/lib/pyston copying pyston/metamodel.py -> build/lib/pyston copying pyston/response.py -> build/lib/pyston copying pyston/models.py -> build/lib/pyston creating 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/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/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/app copying example/dj/apps/app/serializable.py -> build/lib/example/dj/apps/app copying example/dj/apps/app/__init__.py -> build/lib/example/dj/apps/app copying example/dj/apps/app/resource.py -> build/lib/example/dj/apps/app copying example/dj/apps/app/models.py -> build/lib/example/dj/apps/app creating build/lib/example/dj/apps/app/migrations copying example/dj/apps/app/migrations/0003_auto_20170729_2305.py -> build/lib/example/dj/apps/app/migrations copying example/dj/apps/app/migrations/__init__.py -> build/lib/example/dj/apps/app/migrations copying example/dj/apps/app/migrations/0001_initial.py -> build/lib/example/dj/apps/app/migrations copying example/dj/apps/app/migrations/0002_user_manual_created_date.py -> build/lib/example/dj/apps/app/migrations creating build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/standard_operations.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/cors.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/__init__.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/filter.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/fieldsets.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/test_case.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/compatibility.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/serializer.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/extra_resource.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/order.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/factories.py -> build/lib/example/dj/apps/app/tests copying example/dj/apps/app/tests/data_processors.py -> build/lib/example/dj/apps/app/tests creating build/lib/pyston/converters copying pyston/converters/__init__.py -> build/lib/pyston/converters copying pyston/converters/file_generators.py -> build/lib/pyston/converters copying pyston/converters/extra.py -> build/lib/pyston/converters creating build/lib/pyston/utils copying pyston/utils/__init__.py -> build/lib/pyston/utils copying pyston/utils/helpers.py -> build/lib/pyston/utils copying pyston/utils/compatibility.py -> build/lib/pyston/utils copying pyston/utils/files.py -> build/lib/pyston/utils copying pyston/utils/decorators.py -> build/lib/pyston/utils copying pyston/utils/datastructures.py -> build/lib/pyston/utils creating build/lib/pyston/schema copying pyston/schema/__init__.py -> build/lib/pyston/schema creating build/lib/pyston/order copying pyston/order/sorters.py -> build/lib/pyston/order copying pyston/order/exceptions.py -> build/lib/pyston/order copying pyston/order/utils.py -> build/lib/pyston/order copying pyston/order/__init__.py -> build/lib/pyston/order copying pyston/order/parsers.py -> build/lib/pyston/order copying pyston/order/managers.py -> build/lib/pyston/order creating build/lib/pyston/filters copying pyston/filters/exceptions.py -> build/lib/pyston/filters copying pyston/filters/utils.py -> build/lib/pyston/filters copying pyston/filters/__init__.py -> build/lib/pyston/filters copying pyston/filters/default_filters.py -> build/lib/pyston/filters copying pyston/filters/managers.py -> build/lib/pyston/filters copying pyston/filters/parser.py -> build/lib/pyston/filters running egg_info writing top-level names to django_pyston.egg-info/top_level.txt writing dependency_links to django_pyston.egg-info/dependency_links.txt writing django_pyston.egg-info/PKG-INFO writing requirements to django_pyston.egg-info/requires.txt reading manifest file 'django_pyston.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README' warning: no files found matching '*.txt' under directory 'pyston' warning: no files found matching '*.xml' under directory 'pyston' warning: no files found matching '*.xslt' under directory 'pyston' warning: no files found matching '*.xsl' under directory 'pyston' warning: no files found matching '*.js' under directory 'pyston' warning: no files found matching '*.sass' under directory 'pyston' warning: no files found matching '*.css' under directory 'pyston' warning: no files found matching '*.png' under directory 'pyston' warning: no files found matching '*.jpg' under directory 'pyston' warning: no files found matching '*.jpeg' under directory 'pyston' warning: no files found matching '*.gif' under directory 'pyston' writing manifest file 'django_pyston.egg-info/SOURCES.txt' creating build/lib/pyston/locale creating build/lib/pyston/locale/cs creating build/lib/pyston/locale/cs/LC_MESSAGES copying pyston/locale/cs/LC_MESSAGES/django.mo -> build/lib/pyston/locale/cs/LC_MESSAGES copying pyston/locale/cs/LC_MESSAGES/django.po -> build/lib/pyston/locale/cs/LC_MESSAGES creating build/lib/pyston/templates copying pyston/templates/default_pdf_table.html -> build/lib/pyston/templates creating build/lib/pyston/templates/pyston copying pyston/templates/pyston/html_converter.html -> build/lib/pyston/templates/pyston 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/__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/app creating build/bdist.linux-armv7l/wheel/example/dj/apps/app/migrations copying build/lib/example/dj/apps/app/migrations/0003_auto_20170729_2305.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/migrations copying build/lib/example/dj/apps/app/migrations/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/migrations copying build/lib/example/dj/apps/app/migrations/0001_initial.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/migrations copying build/lib/example/dj/apps/app/migrations/0002_user_manual_created_date.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/migrations copying build/lib/example/dj/apps/app/serializable.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app copying build/lib/example/dj/apps/app/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app creating build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/standard_operations.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/cors.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/__init__.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/filter.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/fieldsets.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/test_case.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/compatibility.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/serializer.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/extra_resource.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/order.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/factories.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/tests/data_processors.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app/tests copying build/lib/example/dj/apps/app/resource.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app copying build/lib/example/dj/apps/app/models.py -> build/bdist.linux-armv7l/wheel/example/dj/apps/app 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/urls.py -> build/bdist.linux-armv7l/wheel/example/dj 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/pyston copying build/lib/pyston/paginator.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/exception.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/patch.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/__init__.py -> build/bdist.linux-armv7l/wheel/pyston creating build/bdist.linux-armv7l/wheel/pyston/templates copying build/lib/pyston/templates/default_pdf_table.html -> build/bdist.linux-armv7l/wheel/pyston/templates creating build/bdist.linux-armv7l/wheel/pyston/templates/pyston copying build/lib/pyston/templates/pyston/html_converter.html -> build/bdist.linux-armv7l/wheel/pyston/templates/pyston creating build/bdist.linux-armv7l/wheel/pyston/converters copying build/lib/pyston/converters/__init__.py -> build/bdist.linux-armv7l/wheel/pyston/converters copying build/lib/pyston/converters/file_generators.py -> build/bdist.linux-armv7l/wheel/pyston/converters copying build/lib/pyston/converters/extra.py -> build/bdist.linux-armv7l/wheel/pyston/converters copying build/lib/pyston/resource.py -> build/bdist.linux-armv7l/wheel/pyston creating build/bdist.linux-armv7l/wheel/pyston/locale creating build/bdist.linux-armv7l/wheel/pyston/locale/cs creating build/bdist.linux-armv7l/wheel/pyston/locale/cs/LC_MESSAGES copying build/lib/pyston/locale/cs/LC_MESSAGES/django.mo -> build/bdist.linux-armv7l/wheel/pyston/locale/cs/LC_MESSAGES copying build/lib/pyston/locale/cs/LC_MESSAGES/django.po -> build/bdist.linux-armv7l/wheel/pyston/locale/cs/LC_MESSAGES copying build/lib/pyston/conf.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/cache.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/serializer.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/forms.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/data_processor.py -> build/bdist.linux-armv7l/wheel/pyston creating build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/__init__.py -> build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/helpers.py -> build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/compatibility.py -> build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/files.py -> build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/decorators.py -> build/bdist.linux-armv7l/wheel/pyston/utils copying build/lib/pyston/utils/datastructures.py -> build/bdist.linux-armv7l/wheel/pyston/utils creating build/bdist.linux-armv7l/wheel/pyston/schema copying build/lib/pyston/schema/__init__.py -> build/bdist.linux-armv7l/wheel/pyston/schema copying build/lib/pyston/version.py -> build/bdist.linux-armv7l/wheel/pyston creating build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/sorters.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/exceptions.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/utils.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/__init__.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/parsers.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/order/managers.py -> build/bdist.linux-armv7l/wheel/pyston/order copying build/lib/pyston/metamodel.py -> build/bdist.linux-armv7l/wheel/pyston copying build/lib/pyston/response.py -> build/bdist.linux-armv7l/wheel/pyston creating build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/exceptions.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/utils.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/__init__.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/default_filters.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/managers.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/filters/parser.py -> build/bdist.linux-armv7l/wheel/pyston/filters copying build/lib/pyston/models.py -> build/bdist.linux-armv7l/wheel/pyston running install_egg_info Copying django_pyston.egg-info to build/bdist.linux-armv7l/wheel/django_pyston-2.8.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/django_pyston-2.8.1.dist-info/WHEEL Running setup.py bdist_wheel for django-pyston: finished with status 'done' Stored in directory: /tmp/tmp6jkxejx9 Successfully built django-pyston Cleaning up... Removing source in /tmp/pip-build-qcv5l0he/django-pyston