Created temporary directory: /tmp/pip-ephem-wheel-cache-px0hlfz2 Created temporary directory: /tmp/pip-req-tracker-xlg1ftkv Created requirements tracker '/tmp/pip-req-tracker-xlg1ftkv' Created temporary directory: /tmp/pip-wheel-2cbjd6wo Collecting pnp-graphql==0.0.1b0 1 location(s) to search for versions of pnp-graphql: * https://pypi.org/simple/pnp-graphql/ Getting page https://pypi.org/simple/pnp-graphql/ Analyzing links from page https://pypi.org/simple/pnp-graphql/ Found link https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz#sha256=fabd7e3b7016cb16778cd7d204795269ba130f36f12130a8b0b0aceeeb09f723 (from https://pypi.org/simple/pnp-graphql/), version: 0.0.1b0 Using version 0.0.1b0 (newest of versions: 0.0.1b0) Created temporary directory: /tmp/pip-unpack-n0w113hj Downloading https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz#sha256=fabd7e3b7016cb16778cd7d204795269ba130f36f12130a8b0b0aceeeb09f723 (from https://pypi.org/simple/pnp-graphql/) Added pnp-graphql==0.0.1b0 from https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz#sha256=fabd7e3b7016cb16778cd7d204795269ba130f36f12130a8b0b0aceeeb09f723 to build tracker '/tmp/pip-req-tracker-xlg1ftkv' Running setup.py (path:/tmp/pip-wheel-2cbjd6wo/pnp-graphql/setup.py) egg_info for package pnp-graphql Running command python setup.py egg_info running egg_info creating pip-egg-info/pnp_graphql.egg-info writing top-level names to pip-egg-info/pnp_graphql.egg-info/top_level.txt writing requirements to pip-egg-info/pnp_graphql.egg-info/requires.txt writing dependency_links to pip-egg-info/pnp_graphql.egg-info/dependency_links.txt writing pip-egg-info/pnp_graphql.egg-info/PKG-INFO writing manifest file 'pip-egg-info/pnp_graphql.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pnp_graphql.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing '0.0.1-beta' to '0.0.1b0' normalized_version, warning: no previously-included files matching '*' found under directory 'example_app' warning: no previously-included files found matching 'urls.py' warning: no previously-included files found matching 'wsgi.py' warning: no previously-included files found matching 'settings.py' warning: no previously-included files found matching 'manage.py' writing manifest file 'pip-egg-info/pnp_graphql.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-2cbjd6wo/pnp-graphql has version 0.0.1b0, which satisfies requirement pnp-graphql==0.0.1b0 from https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz#sha256=fabd7e3b7016cb16778cd7d204795269ba130f36f12130a8b0b0aceeeb09f723 Removed pnp-graphql==0.0.1b0 from https://files.pythonhosted.org/packages/90/ad/29bad4e5088cc9d4cb19e1b90c97566af2c767265619cd1655c2de5f79ab/pnp-graphql-0.0.1b0.tar.gz#sha256=fabd7e3b7016cb16778cd7d204795269ba130f36f12130a8b0b0aceeeb09f723 from build tracker '/tmp/pip-req-tracker-xlg1ftkv' Building wheels for collected packages: pnp-graphql Created temporary directory: /tmp/pip-wheel-z3748vtu Running setup.py bdist_wheel for pnp-graphql: started Destination directory: /tmp/pip-wheel-z3748vtu Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-2cbjd6wo/pnp-graphql/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-z3748vtu /usr/local/lib/python3.4/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing '0.0.1-beta' to '0.0.1b0' normalized_version, running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pnp_graphql copying pnp_graphql/schema.py -> build/lib/pnp_graphql copying pnp_graphql/constants.py -> build/lib/pnp_graphql copying pnp_graphql/tests.py -> build/lib/pnp_graphql copying pnp_graphql/__init__.py -> build/lib/pnp_graphql copying pnp_graphql/type_generator.py -> build/lib/pnp_graphql copying pnp_graphql/urls.py -> build/lib/pnp_graphql copying pnp_graphql/input_generator.py -> build/lib/pnp_graphql copying pnp_graphql/apps.py -> build/lib/pnp_graphql creating build/lib/pnp_graphql/utils copying pnp_graphql/utils/class_factory.py -> build/lib/pnp_graphql/utils copying pnp_graphql/utils/__init__.py -> build/lib/pnp_graphql/utils copying pnp_graphql/utils/field_mappings.py -> build/lib/pnp_graphql/utils copying pnp_graphql/utils/query_helpers.py -> build/lib/pnp_graphql/utils copying pnp_graphql/utils/managers.py -> build/lib/pnp_graphql/utils creating build/lib/pnp_graphql/mutations copying pnp_graphql/mutations/delete_mutations.py -> build/lib/pnp_graphql/mutations copying pnp_graphql/mutations/create_mutations.py -> build/lib/pnp_graphql/mutations copying pnp_graphql/mutations/update_mutations.py -> build/lib/pnp_graphql/mutations copying pnp_graphql/mutations/__init__.py -> build/lib/pnp_graphql/mutations running egg_info writing top-level names to pnp_graphql.egg-info/top_level.txt writing dependency_links to pnp_graphql.egg-info/dependency_links.txt writing requirements to pnp_graphql.egg-info/requires.txt writing pnp_graphql.egg-info/PKG-INFO reading manifest file 'pnp_graphql.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'example_app' warning: no previously-included files found matching 'urls.py' warning: no previously-included files found matching 'wsgi.py' warning: no previously-included files found matching 'settings.py' warning: no previously-included files found matching 'manage.py' writing manifest file 'pnp_graphql.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/pnp_graphql copying build/lib/pnp_graphql/schema.py -> build/bdist.linux-armv7l/wheel/pnp_graphql creating build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/utils/class_factory.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/utils/__init__.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/utils/field_mappings.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/utils/query_helpers.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/utils/managers.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/utils copying build/lib/pnp_graphql/constants.py -> build/bdist.linux-armv7l/wheel/pnp_graphql copying build/lib/pnp_graphql/tests.py -> build/bdist.linux-armv7l/wheel/pnp_graphql copying build/lib/pnp_graphql/__init__.py -> build/bdist.linux-armv7l/wheel/pnp_graphql copying build/lib/pnp_graphql/type_generator.py -> build/bdist.linux-armv7l/wheel/pnp_graphql creating build/bdist.linux-armv7l/wheel/pnp_graphql/mutations copying build/lib/pnp_graphql/mutations/delete_mutations.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/mutations copying build/lib/pnp_graphql/mutations/create_mutations.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/mutations copying build/lib/pnp_graphql/mutations/update_mutations.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/mutations copying build/lib/pnp_graphql/mutations/__init__.py -> build/bdist.linux-armv7l/wheel/pnp_graphql/mutations copying build/lib/pnp_graphql/urls.py -> build/bdist.linux-armv7l/wheel/pnp_graphql copying build/lib/pnp_graphql/input_generator.py -> build/bdist.linux-armv7l/wheel/pnp_graphql copying build/lib/pnp_graphql/apps.py -> build/bdist.linux-armv7l/wheel/pnp_graphql running install_egg_info Copying pnp_graphql.egg-info to build/bdist.linux-armv7l/wheel/pnp_graphql-0.0.1b0-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/pnp_graphql-0.0.1b0.dist-info/WHEEL creating '/tmp/pip-wheel-z3748vtu/pnp_graphql-0.0.1b0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pnp_graphql/__init__.py' adding 'pnp_graphql/apps.py' adding 'pnp_graphql/constants.py' adding 'pnp_graphql/input_generator.py' adding 'pnp_graphql/schema.py' adding 'pnp_graphql/tests.py' adding 'pnp_graphql/type_generator.py' adding 'pnp_graphql/urls.py' adding 'pnp_graphql/mutations/__init__.py' adding 'pnp_graphql/mutations/create_mutations.py' adding 'pnp_graphql/mutations/delete_mutations.py' adding 'pnp_graphql/mutations/update_mutations.py' adding 'pnp_graphql/utils/__init__.py' adding 'pnp_graphql/utils/class_factory.py' adding 'pnp_graphql/utils/field_mappings.py' adding 'pnp_graphql/utils/managers.py' adding 'pnp_graphql/utils/query_helpers.py' adding 'pnp_graphql-0.0.1b0.dist-info/LICENSE' adding 'pnp_graphql-0.0.1b0.dist-info/METADATA' adding 'pnp_graphql-0.0.1b0.dist-info/WHEEL' adding 'pnp_graphql-0.0.1b0.dist-info/top_level.txt' adding 'pnp_graphql-0.0.1b0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pnp-graphql: finished with status 'done' Stored in directory: /tmp/tmp5nohkp_9 Successfully built pnp-graphql Cleaning up... Removing source in /tmp/pip-wheel-2cbjd6wo/pnp-graphql Removed build tracker '/tmp/pip-req-tracker-xlg1ftkv'