Collecting CoAPthon3==1.0.1 1 location(s) to search for versions of CoAPthon3: * https://pypi.python.org/simple/coapthon3/ Getting page https://pypi.python.org/simple/coapthon3/ Analyzing links from page https://pypi.python.org/simple/coapthon3/ Found link https://pypi.python.org/packages/c2/14/89aa6a5e3c25e11ebed32f34c08378e9d3d173f13d877e8fc6009f031f93/CoAPthon3-1.0.1.tar.gz#md5=340207c5c95f50e93e874ac9a1047282 (from https://pypi.python.org/simple/coapthon3/), version: 1.0.1 Using version 1.0.1 (newest of versions: 1.0.1) Downloading CoAPthon3-1.0.1.tar.gz (43kB) Downloading from URL https://pypi.python.org/packages/c2/14/89aa6a5e3c25e11ebed32f34c08378e9d3d173f13d877e8fc6009f031f93/CoAPthon3-1.0.1.tar.gz#md5=340207c5c95f50e93e874ac9a1047282 (from https://pypi.python.org/simple/coapthon3/) Running setup.py (path:/tmp/pip-build-rulondj7/CoAPthon3/setup.py) egg_info for package CoAPthon3 Running command python setup.py egg_info running egg_info creating pip-egg-info/CoAPthon3.egg-info writing pip-egg-info/CoAPthon3.egg-info/PKG-INFO writing top-level names to pip-egg-info/CoAPthon3.egg-info/top_level.txt writing dependency_links to pip-egg-info/CoAPthon3.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/CoAPthon3.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/CoAPthon3.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/CoAPthon3.egg-info/SOURCES.txt' Source in /tmp/pip-build-rulondj7/CoAPthon3 has version 1.0.1, which satisfies requirement CoAPthon3==1.0.1 from https://pypi.python.org/packages/c2/14/89aa6a5e3c25e11ebed32f34c08378e9d3d173f13d877e8fc6009f031f93/CoAPthon3-1.0.1.tar.gz#md5=340207c5c95f50e93e874ac9a1047282 Building wheels for collected packages: CoAPthon3 Running setup.py bdist_wheel for CoAPthon3: started Destination directory: /tmp/tmpg88q2v_4pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-rulondj7/CoAPthon3/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/tmpg88q2v_4pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/coapthon copying coapthon/utils.py -> build/lib/coapthon copying coapthon/__init__.py -> build/lib/coapthon copying coapthon/transaction.py -> build/lib/coapthon copying coapthon/defines.py -> build/lib/coapthon copying coapthon/serializer.py -> build/lib/coapthon creating build/lib/coapthon/caching copying coapthon/caching/__init__.py -> build/lib/coapthon/caching copying coapthon/caching/coapcache.py -> build/lib/coapthon/caching copying coapthon/caching/cache.py -> build/lib/coapthon/caching copying coapthon/caching/coaplrucache.py -> build/lib/coapthon/caching creating build/lib/coapthon/layers copying coapthon/layers/messagelayer.py -> build/lib/coapthon/layers copying coapthon/layers/observelayer.py -> build/lib/coapthon/layers copying coapthon/layers/forwardLayer.py -> build/lib/coapthon/layers copying coapthon/layers/__init__.py -> build/lib/coapthon/layers copying coapthon/layers/resourcelayer.py -> build/lib/coapthon/layers copying coapthon/layers/cachelayer.py -> build/lib/coapthon/layers copying coapthon/layers/blocklayer.py -> build/lib/coapthon/layers copying coapthon/layers/requestlayer.py -> build/lib/coapthon/layers creating build/lib/coapthon/client copying coapthon/client/__init__.py -> build/lib/coapthon/client copying coapthon/client/coap.py -> build/lib/coapthon/client copying coapthon/client/helperclient.py -> build/lib/coapthon/client creating build/lib/coapthon/server copying coapthon/server/__init__.py -> build/lib/coapthon/server copying coapthon/server/coap.py -> build/lib/coapthon/server creating build/lib/coapthon/messages copying coapthon/messages/__init__.py -> build/lib/coapthon/messages copying coapthon/messages/request.py -> build/lib/coapthon/messages copying coapthon/messages/option.py -> build/lib/coapthon/messages copying coapthon/messages/response.py -> build/lib/coapthon/messages copying coapthon/messages/message.py -> build/lib/coapthon/messages creating build/lib/coapthon/forward_proxy copying coapthon/forward_proxy/__init__.py -> build/lib/coapthon/forward_proxy copying coapthon/forward_proxy/coap.py -> build/lib/coapthon/forward_proxy creating build/lib/coapthon/resources copying coapthon/resources/__init__.py -> build/lib/coapthon/resources copying coapthon/resources/resource.py -> build/lib/coapthon/resources copying coapthon/resources/remoteResource.py -> build/lib/coapthon/resources creating build/lib/coapthon/reverse_proxy copying coapthon/reverse_proxy/__init__.py -> build/lib/coapthon/reverse_proxy copying coapthon/reverse_proxy/coap.py -> build/lib/coapthon/reverse_proxy running build_scripts creating build/scripts-3.4 copying and adjusting coapserver.py -> build/scripts-3.4 copying and adjusting coapclient.py -> build/scripts-3.4 copying exampleresources.py -> build/scripts-3.4 copying and adjusting coapforwardproxy.py -> build/scripts-3.4 copying and adjusting coapreverseproxy.py -> build/scripts-3.4 changing mode of build/scripts-3.4/coapserver.py from 644 to 755 changing mode of build/scripts-3.4/coapclient.py from 644 to 755 changing mode of build/scripts-3.4/exampleresources.py from 644 to 755 changing mode of build/scripts-3.4/coapforwardproxy.py from 644 to 755 changing mode of build/scripts-3.4/coapreverseproxy.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/coapthon creating build/bdist.linux-armv7l/wheel/coapthon/resources copying build/lib/coapthon/resources/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/resources copying build/lib/coapthon/resources/resource.py -> build/bdist.linux-armv7l/wheel/coapthon/resources copying build/lib/coapthon/resources/remoteResource.py -> build/bdist.linux-armv7l/wheel/coapthon/resources copying build/lib/coapthon/utils.py -> build/bdist.linux-armv7l/wheel/coapthon creating build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/messages/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/messages/request.py -> build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/messages/option.py -> build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/messages/response.py -> build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/messages/message.py -> build/bdist.linux-armv7l/wheel/coapthon/messages copying build/lib/coapthon/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon copying build/lib/coapthon/transaction.py -> build/bdist.linux-armv7l/wheel/coapthon creating build/bdist.linux-armv7l/wheel/coapthon/forward_proxy copying build/lib/coapthon/forward_proxy/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/forward_proxy copying build/lib/coapthon/forward_proxy/coap.py -> build/bdist.linux-armv7l/wheel/coapthon/forward_proxy copying build/lib/coapthon/defines.py -> build/bdist.linux-armv7l/wheel/coapthon copying build/lib/coapthon/serializer.py -> build/bdist.linux-armv7l/wheel/coapthon creating build/bdist.linux-armv7l/wheel/coapthon/server copying build/lib/coapthon/server/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/server copying build/lib/coapthon/server/coap.py -> build/bdist.linux-armv7l/wheel/coapthon/server creating build/bdist.linux-armv7l/wheel/coapthon/client copying build/lib/coapthon/client/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/client copying build/lib/coapthon/client/coap.py -> build/bdist.linux-armv7l/wheel/coapthon/client copying build/lib/coapthon/client/helperclient.py -> build/bdist.linux-armv7l/wheel/coapthon/client creating build/bdist.linux-armv7l/wheel/coapthon/reverse_proxy copying build/lib/coapthon/reverse_proxy/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/reverse_proxy copying build/lib/coapthon/reverse_proxy/coap.py -> build/bdist.linux-armv7l/wheel/coapthon/reverse_proxy creating build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/messagelayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/observelayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/forwardLayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/resourcelayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/cachelayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/blocklayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers copying build/lib/coapthon/layers/requestlayer.py -> build/bdist.linux-armv7l/wheel/coapthon/layers creating build/bdist.linux-armv7l/wheel/coapthon/caching copying build/lib/coapthon/caching/__init__.py -> build/bdist.linux-armv7l/wheel/coapthon/caching copying build/lib/coapthon/caching/coapcache.py -> build/bdist.linux-armv7l/wheel/coapthon/caching copying build/lib/coapthon/caching/cache.py -> build/bdist.linux-armv7l/wheel/coapthon/caching copying build/lib/coapthon/caching/coaplrucache.py -> build/bdist.linux-armv7l/wheel/coapthon/caching running install_egg_info running egg_info creating CoAPthon3.egg-info writing dependency_links to CoAPthon3.egg-info/dependency_links.txt writing CoAPthon3.egg-info/PKG-INFO writing top-level names to CoAPthon3.egg-info/top_level.txt writing manifest file 'CoAPthon3.egg-info/SOURCES.txt' reading manifest file 'CoAPthon3.egg-info/SOURCES.txt' writing manifest file 'CoAPthon3.egg-info/SOURCES.txt' Copying CoAPthon3.egg-info to build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data creating build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts copying build/scripts-3.4/exampleresources.py -> build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts copying build/scripts-3.4/coapserver.py -> build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts copying build/scripts-3.4/coapforwardproxy.py -> build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts copying build/scripts-3.4/coapclient.py -> build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts copying build/scripts-3.4/coapreverseproxy.py -> build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts changing mode of build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts/exampleresources.py to 755 changing mode of build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts/coapserver.py to 755 changing mode of build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts/coapforwardproxy.py to 755 changing mode of build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts/coapclient.py to 755 changing mode of build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.data/scripts/coapreverseproxy.py to 755 creating build/bdist.linux-armv7l/wheel/CoAPthon3-1.0.1.dist-info/WHEEL Running setup.py bdist_wheel for CoAPthon3: finished with status 'done' Stored in directory: /tmp/tmpguyl029x Successfully built CoAPthon3 Cleaning up... Removing source in /tmp/pip-build-rulondj7/CoAPthon3