Created temporary directory: /tmp/pip-ephem-wheel-cache-mmlj2__g Created temporary directory: /tmp/pip-req-tracker-59mdjon1 Created requirements tracker '/tmp/pip-req-tracker-59mdjon1' Created temporary directory: /tmp/pip-wheel-l0wyseb0 Collecting charcad==0.0.9 1 location(s) to search for versions of charcad: * https://pypi.org/simple/charcad/ Getting page https://pypi.org/simple/charcad/ Analyzing links from page https://pypi.org/simple/charcad/ Found link https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz#sha256=f40ba78b5af1f837c70ed48708e36453f58837b01e2daeb3fd7fe28233da22a6 (from https://pypi.org/simple/charcad/) (requires-python:>=3), version: 0.0.9 Using version 0.0.9 (newest of versions: 0.0.9) Created temporary directory: /tmp/pip-unpack-s3va_86u Downloading https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz Downloading from URL https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz#sha256=f40ba78b5af1f837c70ed48708e36453f58837b01e2daeb3fd7fe28233da22a6 (from https://pypi.org/simple/charcad/) (requires-python:>=3) Added charcad==0.0.9 from https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz#sha256=f40ba78b5af1f837c70ed48708e36453f58837b01e2daeb3fd7fe28233da22a6 to build tracker '/tmp/pip-req-tracker-59mdjon1' Running setup.py (path:/tmp/pip-wheel-l0wyseb0/charcad/setup.py) egg_info for package charcad Running command python setup.py egg_info running egg_info creating pip-egg-info/charcad.egg-info writing pip-egg-info/charcad.egg-info/PKG-INFO writing top-level names to pip-egg-info/charcad.egg-info/top_level.txt writing requirements to pip-egg-info/charcad.egg-info/requires.txt writing dependency_links to pip-egg-info/charcad.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/charcad.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/charcad.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.bz2' found anywhere in distribution warning: no previously-included files matching '*.csv' found anywhere in distribution warning: no previously-included files matching '*.dta' found anywhere in distribution warning: no previously-included files matching '*.feather' found anywhere in distribution warning: no previously-included files matching '*.gz' found anywhere in distribution warning: no previously-included files matching '*.h5' found anywhere in distribution warning: no previously-included files matching '*.html' found anywhere in distribution warning: no previously-included files matching '*.json' found anywhere in distribution warning: no previously-included files matching '*.msgpack' found anywhere in distribution warning: no previously-included files matching '*.pickle' found anywhere in distribution warning: no previously-included files matching '*.png' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.ods' found anywhere in distribution warning: no previously-included files matching '*.odt' found anywhere in distribution warning: no previously-included files matching '*.sas7bdat' found anywhere in distribution warning: no previously-included files matching '*.sav' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.xls' found anywhere in distribution warning: no previously-included files matching '*.xlsm' found anywhere in distribution warning: no previously-included files matching '*.xlsx' found anywhere in distribution warning: no previously-included files matching '*.xpt' found anywhere in distribution warning: no previously-included files matching '*.xz' found anywhere in distribution warning: no previously-included files matching '*.zip' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '#*' found anywhere in distribution no previously-included directories found matching 'charcad/tests' writing manifest file 'pip-egg-info/charcad.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-l0wyseb0/charcad has version 0.0.9, which satisfies requirement charcad==0.0.9 from https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz#sha256=f40ba78b5af1f837c70ed48708e36453f58837b01e2daeb3fd7fe28233da22a6 Removed charcad==0.0.9 from https://files.pythonhosted.org/packages/ff/d0/67e38e381daa4b2d544e924403e5ee06ee32f7def9b1c37af683b0260d7b/charcad-0.0.9.tar.gz#sha256=f40ba78b5af1f837c70ed48708e36453f58837b01e2daeb3fd7fe28233da22a6 from build tracker '/tmp/pip-req-tracker-59mdjon1' Building wheels for collected packages: charcad Created temporary directory: /tmp/pip-wheel-b4qucibx Running setup.py bdist_wheel for charcad: started Destination directory: /tmp/pip-wheel-b4qucibx Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-l0wyseb0/charcad/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-b4qucibx running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/charcad copying charcad/version.py -> build/lib/charcad copying charcad/__init__.py -> build/lib/charcad creating build/lib/charcad/draw copying charcad/draw/lines.py -> build/lib/charcad/draw copying charcad/draw/block.py -> build/lib/charcad/draw copying charcad/draw/coordinates.py -> build/lib/charcad/draw copying charcad/draw/text.py -> build/lib/charcad/draw copying charcad/draw/graph.py -> build/lib/charcad/draw copying charcad/draw/__init__.py -> build/lib/charcad/draw copying charcad/draw/point.py -> build/lib/charcad/draw copying charcad/draw/canvas.py -> build/lib/charcad/draw copying charcad/draw/vector.py -> build/lib/charcad/draw copying charcad/draw/utils.py -> build/lib/charcad/draw 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/charcad copying build/lib/charcad/version.py -> build/bdist.linux-armv7l/wheel/charcad creating build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/lines.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/block.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/coordinates.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/text.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/graph.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/__init__.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/point.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/canvas.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/vector.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/draw/utils.py -> build/bdist.linux-armv7l/wheel/charcad/draw copying build/lib/charcad/__init__.py -> build/bdist.linux-armv7l/wheel/charcad running install_egg_info running egg_info writing top-level names to charcad.egg-info/top_level.txt writing requirements to charcad.egg-info/requires.txt writing dependency_links to charcad.egg-info/dependency_links.txt writing charcad.egg-info/PKG-INFO reading manifest file 'charcad.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.bz2' found anywhere in distribution warning: no previously-included files matching '*.csv' found anywhere in distribution warning: no previously-included files matching '*.dta' found anywhere in distribution warning: no previously-included files matching '*.feather' found anywhere in distribution warning: no previously-included files matching '*.gz' found anywhere in distribution warning: no previously-included files matching '*.h5' found anywhere in distribution warning: no previously-included files matching '*.html' found anywhere in distribution warning: no previously-included files matching '*.json' found anywhere in distribution warning: no previously-included files matching '*.msgpack' found anywhere in distribution warning: no previously-included files matching '*.pickle' found anywhere in distribution warning: no previously-included files matching '*.png' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.pyd' found anywhere in distribution warning: no previously-included files matching '*.ods' found anywhere in distribution warning: no previously-included files matching '*.odt' found anywhere in distribution warning: no previously-included files matching '*.sas7bdat' found anywhere in distribution warning: no previously-included files matching '*.sav' found anywhere in distribution warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.xls' found anywhere in distribution warning: no previously-included files matching '*.xlsm' found anywhere in distribution warning: no previously-included files matching '*.xlsx' found anywhere in distribution warning: no previously-included files matching '*.xpt' found anywhere in distribution warning: no previously-included files matching '*.xz' found anywhere in distribution warning: no previously-included files matching '*.zip' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '#*' found anywhere in distribution no previously-included directories found matching 'charcad/tests' writing manifest file 'charcad.egg-info/SOURCES.txt' Copying charcad.egg-info to build/bdist.linux-armv7l/wheel/charcad-0.0.9-py3.4.egg-info running install_scripts adding license file "LICENSE.txt" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/charcad-0.0.9.dist-info/WHEEL creating '/tmp/pip-wheel-b4qucibx/charcad-0.0.9-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'charcad/__init__.py' adding 'charcad/version.py' adding 'charcad/draw/__init__.py' adding 'charcad/draw/block.py' adding 'charcad/draw/canvas.py' adding 'charcad/draw/coordinates.py' adding 'charcad/draw/graph.py' adding 'charcad/draw/lines.py' adding 'charcad/draw/point.py' adding 'charcad/draw/text.py' adding 'charcad/draw/utils.py' adding 'charcad/draw/vector.py' adding 'charcad-0.0.9.dist-info/LICENSE.txt' adding 'charcad-0.0.9.dist-info/METADATA' adding 'charcad-0.0.9.dist-info/WHEEL' adding 'charcad-0.0.9.dist-info/top_level.txt' adding 'charcad-0.0.9.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for charcad: finished with status 'done' Stored in directory: /tmp/tmp7jjcj_bh Successfully built charcad Cleaning up... Removing source in /tmp/pip-wheel-l0wyseb0/charcad Removed build tracker '/tmp/pip-req-tracker-59mdjon1'