Created temporary directory: /tmp/pip-ephem-wheel-cache-6oqgtg0v Created temporary directory: /tmp/pip-req-tracker-fg5uhp5i Created requirements tracker '/tmp/pip-req-tracker-fg5uhp5i' Created temporary directory: /tmp/pip-wheel-btjzm8m0 Looking in indexes: https://pypi.python.org/simple Collecting linptech==0.1.2 1 location(s) to search for versions of linptech: * https://pypi.python.org/simple/linptech/ Getting page https://pypi.python.org/simple/linptech/ Analyzing links from page https://pypi.org/simple/linptech/ Found link https://files.pythonhosted.org/packages/fa/9b/8fa430cf60b4397e2402349c723758bbf24a244322da202f7560074b3ae8/linptech-0.1.0.tar.gz#sha256=12637bccda82b5fcd12471a96aba7b8065d05e243023117ef5b667b5e0795f1f (from https://pypi.org/simple/linptech/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/2a/1b/f2204722d31ac2daa653754eacc6969c02d52c0bf15c7a60bc528c1ae9b1/linptech-0.1.1.tar.gz#sha256=c7d2cc7eb0bb93d251ad548242f4ea7a30dcb4fe0646b60fca6e88fb8ee05fe1 (from https://pypi.org/simple/linptech/), version: 0.1.1 Found link https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz#sha256=991e93d2e067667e9075e7f425d0c31c1b818aaefb27810feabd8f84bd7ce804 (from https://pypi.org/simple/linptech/), version: 0.1.2 Using version 0.1.2 (newest of versions: 0.1.2) Created temporary directory: /tmp/pip-unpack-azelnsb1 Downloading https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz Downloading from URL https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz#sha256=991e93d2e067667e9075e7f425d0c31c1b818aaefb27810feabd8f84bd7ce804 (from https://pypi.org/simple/linptech/) Added linptech==0.1.2 from https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz#sha256=991e93d2e067667e9075e7f425d0c31c1b818aaefb27810feabd8f84bd7ce804 to build tracker '/tmp/pip-req-tracker-fg5uhp5i' Running setup.py (path:/tmp/pip-wheel-btjzm8m0/linptech/setup.py) egg_info for package linptech Running command python setup.py egg_info running egg_info creating pip-egg-info/linptech.egg-info writing dependency_links to pip-egg-info/linptech.egg-info/dependency_links.txt writing pip-egg-info/linptech.egg-info/PKG-INFO writing top-level names to pip-egg-info/linptech.egg-info/top_level.txt writing requirements to pip-egg-info/linptech.egg-info/requires.txt writing manifest file 'pip-egg-info/linptech.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/linptech.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/linptech.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-btjzm8m0/linptech has version 0.1.2, which satisfies requirement linptech==0.1.2 from https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz#sha256=991e93d2e067667e9075e7f425d0c31c1b818aaefb27810feabd8f84bd7ce804 Removed linptech==0.1.2 from https://files.pythonhosted.org/packages/80/5e/0850de1a92a9076dd6e351202cc162b5cedbb107372ec3aaeafd3e90d7db/linptech-0.1.2.tar.gz#sha256=991e93d2e067667e9075e7f425d0c31c1b818aaefb27810feabd8f84bd7ce804 from build tracker '/tmp/pip-req-tracker-fg5uhp5i' Building wheels for collected packages: linptech Created temporary directory: /tmp/pip-wheel-0f76pm87 Running setup.py bdist_wheel for linptech: started Destination directory: /tmp/pip-wheel-0f76pm87 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-btjzm8m0/linptech/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-0f76pm87 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/linptech copying linptech/serial_communicator.py -> build/lib/linptech copying linptech/constant.py -> build/lib/linptech copying linptech/crc8.py -> build/lib/linptech copying linptech/packet.py -> build/lib/linptech copying linptech/test.py -> build/lib/linptech copying linptech/__init__.py -> build/lib/linptech running build_scripts creating build/scripts-3.5 copying example.py -> build/scripts-3.5 changing mode of build/scripts-3.5/example.py from 644 to 755 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/linptech copying build/lib/linptech/serial_communicator.py -> build/bdist.linux-armv7l/wheel/linptech copying build/lib/linptech/constant.py -> build/bdist.linux-armv7l/wheel/linptech copying build/lib/linptech/crc8.py -> build/bdist.linux-armv7l/wheel/linptech copying build/lib/linptech/packet.py -> build/bdist.linux-armv7l/wheel/linptech copying build/lib/linptech/test.py -> build/bdist.linux-armv7l/wheel/linptech copying build/lib/linptech/__init__.py -> build/bdist.linux-armv7l/wheel/linptech running install_egg_info running egg_info writing dependency_links to linptech.egg-info/dependency_links.txt writing top-level names to linptech.egg-info/top_level.txt writing requirements to linptech.egg-info/requires.txt writing linptech.egg-info/PKG-INFO reading manifest file 'linptech.egg-info/SOURCES.txt' writing manifest file 'linptech.egg-info/SOURCES.txt' Copying linptech.egg-info to build/bdist.linux-armv7l/wheel/linptech-0.1.2-py3.5.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/linptech-0.1.2.data creating build/bdist.linux-armv7l/wheel/linptech-0.1.2.data/scripts copying build/scripts-3.5/example.py -> build/bdist.linux-armv7l/wheel/linptech-0.1.2.data/scripts changing mode of build/bdist.linux-armv7l/wheel/linptech-0.1.2.data/scripts/example.py to 755 creating build/bdist.linux-armv7l/wheel/linptech-0.1.2.dist-info/WHEEL creating '/tmp/pip-wheel-0f76pm87/linptech-0.1.2-py3-none-any.whl' and adding '.' to it adding 'linptech/__init__.py' adding 'linptech/constant.py' adding 'linptech/crc8.py' adding 'linptech/packet.py' adding 'linptech/serial_communicator.py' adding 'linptech/test.py' adding 'linptech-0.1.2.data/scripts/example.py' adding 'linptech-0.1.2.dist-info/top_level.txt' adding 'linptech-0.1.2.dist-info/WHEEL' adding 'linptech-0.1.2.dist-info/METADATA' adding 'linptech-0.1.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for linptech: finished with status 'done' Stored in directory: /tmp/tmp097blmvk Successfully built linptech Cleaning up... Removing source in /tmp/pip-wheel-btjzm8m0/linptech Removed build tracker '/tmp/pip-req-tracker-fg5uhp5i'