Created temporary directory: /tmp/pip-ephem-wheel-cache-44zq3lv0 Created temporary directory: /tmp/pip-req-tracker-n1i2r4i6 Created requirements tracker '/tmp/pip-req-tracker-n1i2r4i6' Created temporary directory: /tmp/pip-wheel-d9guj5ks Collecting sappgen==1.0.0 1 location(s) to search for versions of sappgen: * https://pypi.org/simple/sappgen/ Getting page https://pypi.org/simple/sappgen/ Analyzing links from page https://pypi.org/simple/sappgen/ Skipping link https://files.pythonhosted.org/packages/e1/fa/c771653043533e07bd9a7fec63634d2420ff31f29c219b33b5536ac1c564/sappgen-1.0.0-py2-none-any.whl#sha256=d7964b48147a456eeb6bc88071956a8bf7766c7786bde210d110f4ab3bc918ee (from https://pypi.org/simple/sappgen/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz#sha256=df0175a0487fcc8a49d80a524341ebaf068abfb3ea29d504e7d058084a7f3bf7 (from https://pypi.org/simple/sappgen/), version: 1.0.0 Using version 1.0.0 (newest of versions: 1.0.0) Created temporary directory: /tmp/pip-unpack-8s4wkm5w Downloading https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz#sha256=df0175a0487fcc8a49d80a524341ebaf068abfb3ea29d504e7d058084a7f3bf7 (from https://pypi.org/simple/sappgen/) Added sappgen==1.0.0 from https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz#sha256=df0175a0487fcc8a49d80a524341ebaf068abfb3ea29d504e7d058084a7f3bf7 to build tracker '/tmp/pip-req-tracker-n1i2r4i6' Running setup.py (path:/tmp/pip-wheel-d9guj5ks/sappgen/setup.py) egg_info for package sappgen Running command python setup.py egg_info running egg_info creating pip-egg-info/sappgen.egg-info writing pip-egg-info/sappgen.egg-info/PKG-INFO writing entry points to pip-egg-info/sappgen.egg-info/entry_points.txt writing top-level names to pip-egg-info/sappgen.egg-info/top_level.txt writing dependency_links to pip-egg-info/sappgen.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/sappgen.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/sappgen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/sappgen.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-d9guj5ks/sappgen has version 1.0.0, which satisfies requirement sappgen==1.0.0 from https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz#sha256=df0175a0487fcc8a49d80a524341ebaf068abfb3ea29d504e7d058084a7f3bf7 Removed sappgen==1.0.0 from https://files.pythonhosted.org/packages/3d/b7/7276ad39a9251572b927e31696b837e29040fed420b7f7f018ac8b3cbc67/sappgen-1.0.0.tar.gz#sha256=df0175a0487fcc8a49d80a524341ebaf068abfb3ea29d504e7d058084a7f3bf7 from build tracker '/tmp/pip-req-tracker-n1i2r4i6' Building wheels for collected packages: sappgen Created temporary directory: /tmp/pip-wheel-0g470w06 Running setup.py bdist_wheel for sappgen: started Destination directory: /tmp/pip-wheel-0g470w06 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-d9guj5ks/sappgen/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-0g470w06 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/sappgen copying sappgen/sappgen.py -> build/lib/sappgen copying sappgen/__init__.py -> build/lib/sappgen creating build/lib/sappgen/templates copying sappgen/templates/template1.py -> build/lib/sappgen/templates copying sappgen/templates/__init__.py -> build/lib/sappgen/templates creating build/lib/sappgen/util copying sappgen/util/__init__.py -> build/lib/sappgen/util copying sappgen/util/file_util.py -> build/lib/sappgen/util copying sappgen/util/log_util.py -> build/lib/sappgen/util creating build/lib/sappgen/cfg copying sappgen/cfg/config.py -> build/lib/sappgen/cfg copying sappgen/cfg/__init__.py -> build/lib/sappgen/cfg running egg_info writing entry points to sappgen.egg-info/entry_points.txt writing top-level names to sappgen.egg-info/top_level.txt writing dependency_links to sappgen.egg-info/dependency_links.txt writing sappgen.egg-info/PKG-INFO reading manifest file 'sappgen.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'sappgen.egg-info/SOURCES.txt' creating build/lib/sappgen/template_files creating build/lib/sappgen/template_files/template1 creating build/lib/sappgen/template_files/template1/project copying sappgen/template_files/template1/project/Makefile.template -> build/lib/sappgen/template_files/template1/project creating build/lib/sappgen/template_files/template1/project/testapp copying sappgen/template_files/template1/project/testapp/__init__.py.template -> build/lib/sappgen/template_files/template1/project/testapp copying sappgen/template_files/template1/project/testapp/main.py.template -> build/lib/sappgen/template_files/template1/project/testapp creating build/lib/sappgen/template_files/template1/project/testapp/cfg copying sappgen/template_files/template1/project/testapp/cfg/__init__.py.template -> build/lib/sappgen/template_files/template1/project/testapp/cfg copying sappgen/template_files/template1/project/testapp/cfg/config.py.template -> build/lib/sappgen/template_files/template1/project/testapp/cfg creating build/lib/sappgen/template_files/template1/project/testapp/util copying sappgen/template_files/template1/project/testapp/util/__init__.py.template -> build/lib/sappgen/template_files/template1/project/testapp/util copying sappgen/template_files/template1/project/testapp/util/log_util.py.template -> build/lib/sappgen/template_files/template1/project/testapp/util creating build/lib/sappgen/template_files/template1/project/tests copying sappgen/template_files/template1/project/tests/test_testapp.py.template -> build/lib/sappgen/template_files/template1/project/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/sappgen creating build/bdist.linux-armv7l/wheel/sappgen/templates copying build/lib/sappgen/templates/template1.py -> build/bdist.linux-armv7l/wheel/sappgen/templates copying build/lib/sappgen/templates/__init__.py -> build/bdist.linux-armv7l/wheel/sappgen/templates creating build/bdist.linux-armv7l/wheel/sappgen/util copying build/lib/sappgen/util/__init__.py -> build/bdist.linux-armv7l/wheel/sappgen/util copying build/lib/sappgen/util/file_util.py -> build/bdist.linux-armv7l/wheel/sappgen/util copying build/lib/sappgen/util/log_util.py -> build/bdist.linux-armv7l/wheel/sappgen/util creating build/bdist.linux-armv7l/wheel/sappgen/cfg copying build/lib/sappgen/cfg/config.py -> build/bdist.linux-armv7l/wheel/sappgen/cfg copying build/lib/sappgen/cfg/__init__.py -> build/bdist.linux-armv7l/wheel/sappgen/cfg copying build/lib/sappgen/sappgen.py -> build/bdist.linux-armv7l/wheel/sappgen copying build/lib/sappgen/__init__.py -> build/bdist.linux-armv7l/wheel/sappgen creating build/bdist.linux-armv7l/wheel/sappgen/template_files creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1 creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp copying build/lib/sappgen/template_files/template1/project/testapp/__init__.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/util copying build/lib/sappgen/template_files/template1/project/testapp/util/__init__.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/util copying build/lib/sappgen/template_files/template1/project/testapp/util/log_util.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/util creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/cfg copying build/lib/sappgen/template_files/template1/project/testapp/cfg/__init__.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/cfg copying build/lib/sappgen/template_files/template1/project/testapp/cfg/config.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp/cfg copying build/lib/sappgen/template_files/template1/project/testapp/main.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/testapp copying build/lib/sappgen/template_files/template1/project/Makefile.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project creating build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/tests copying build/lib/sappgen/template_files/template1/project/tests/test_testapp.py.template -> build/bdist.linux-armv7l/wheel/sappgen/template_files/template1/project/tests running install_egg_info Copying sappgen.egg-info to build/bdist.linux-armv7l/wheel/sappgen-1.0.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/sappgen-1.0.0.dist-info/WHEEL creating '/tmp/pip-wheel-0g470w06/sappgen-1.0.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'sappgen/__init__.py' adding 'sappgen/sappgen.py' adding 'sappgen/cfg/__init__.py' adding 'sappgen/cfg/config.py' adding 'sappgen/template_files/template1/project/Makefile.template' adding 'sappgen/template_files/template1/project/testapp/__init__.py.template' adding 'sappgen/template_files/template1/project/testapp/main.py.template' adding 'sappgen/template_files/template1/project/testapp/cfg/__init__.py.template' adding 'sappgen/template_files/template1/project/testapp/cfg/config.py.template' adding 'sappgen/template_files/template1/project/testapp/util/__init__.py.template' adding 'sappgen/template_files/template1/project/testapp/util/log_util.py.template' adding 'sappgen/template_files/template1/project/tests/test_testapp.py.template' adding 'sappgen/templates/__init__.py' adding 'sappgen/templates/template1.py' adding 'sappgen/util/__init__.py' adding 'sappgen/util/file_util.py' adding 'sappgen/util/log_util.py' adding 'sappgen-1.0.0.dist-info/METADATA' adding 'sappgen-1.0.0.dist-info/WHEEL' adding 'sappgen-1.0.0.dist-info/entry_points.txt' adding 'sappgen-1.0.0.dist-info/top_level.txt' adding 'sappgen-1.0.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for sappgen: finished with status 'done' Stored in directory: /tmp/tmpim5vj543 Successfully built sappgen Cleaning up... Removing source in /tmp/pip-wheel-d9guj5ks/sappgen Removed build tracker '/tmp/pip-req-tracker-n1i2r4i6'