Created temporary directory: /tmp/pip-ephem-wheel-cache-3r48ey8g Created temporary directory: /tmp/pip-req-tracker-i6vr_alz Created requirements tracker '/tmp/pip-req-tracker-i6vr_alz' Created temporary directory: /tmp/pip-wheel-dp8hthxe Collecting pyveda==0.0.2 1 location(s) to search for versions of pyveda: * https://pypi.org/simple/pyveda/ Getting page https://pypi.org/simple/pyveda/ Analyzing links from page https://pypi.org/simple/pyveda/ Found link https://files.pythonhosted.org/packages/8d/59/9e37886cd72106e22842f1a06cf887468ced019190f295ca8f246a486b55/pyveda-0.0.1.tar.gz#sha256=7d082c64a64342b762b758cb679c280f39d4aefc91abdbf71f739c6c154cb820 (from https://pypi.org/simple/pyveda/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz#sha256=544c95fa0c2bad54a3cc22cece23744b8d7b259176ca1091de61212fb27a0235 (from https://pypi.org/simple/pyveda/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/65/ae/c5fa1b55af13cad57e64a0c3a8c7836e2193cd3b5ff172c205f7583c7ccc/pyveda-0.0.3.tar.gz#sha256=15a54bc5f242777423cf5635eee7868fc1a4c220b60fcf2fe0ffedd431e86617 (from https://pypi.org/simple/pyveda/), version: 0.0.3 Using version 0.0.2 (newest of versions: 0.0.2) Created temporary directory: /tmp/pip-unpack-m13jtc4p Downloading https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz (4.3MB) Downloading from URL https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz#sha256=544c95fa0c2bad54a3cc22cece23744b8d7b259176ca1091de61212fb27a0235 (from https://pypi.org/simple/pyveda/) Added pyveda==0.0.2 from https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz#sha256=544c95fa0c2bad54a3cc22cece23744b8d7b259176ca1091de61212fb27a0235 to build tracker '/tmp/pip-req-tracker-i6vr_alz' Running setup.py (path:/tmp/pip-wheel-dp8hthxe/pyveda/setup.py) egg_info for package pyveda Running command python setup.py egg_info running egg_info creating pip-egg-info/pyveda.egg-info writing pip-egg-info/pyveda.egg-info/PKG-INFO writing top-level names to pip-egg-info/pyveda.egg-info/top_level.txt writing dependency_links to pip-egg-info/pyveda.egg-info/dependency_links.txt writing requirements to pip-egg-info/pyveda.egg-info/requires.txt writing manifest file 'pip-egg-info/pyveda.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyveda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching 'tests' found under directory 'pyveda' writing manifest file 'pip-egg-info/pyveda.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-dp8hthxe/pyveda has version 0.0.2, which satisfies requirement pyveda==0.0.2 from https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz#sha256=544c95fa0c2bad54a3cc22cece23744b8d7b259176ca1091de61212fb27a0235 Removed pyveda==0.0.2 from https://files.pythonhosted.org/packages/b0/56/367740ecb2e09a8d112ef1ef64e54858132c81e7f4e03b2efe5166c7c810/pyveda-0.0.2.tar.gz#sha256=544c95fa0c2bad54a3cc22cece23744b8d7b259176ca1091de61212fb27a0235 from build tracker '/tmp/pip-req-tracker-i6vr_alz' Building wheels for collected packages: pyveda Created temporary directory: /tmp/pip-wheel-onkpkgti Running setup.py bdist_wheel for pyveda: started Destination directory: /tmp/pip-wheel-onkpkgti Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-dp8hthxe/pyveda/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-onkpkgti running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyveda copying pyveda/exceptions.py -> build/lib/pyveda copying pyveda/__init__.py -> build/lib/pyveda copying pyveda/utils.py -> build/lib/pyveda copying pyveda/auth.py -> build/lib/pyveda copying pyveda/main.py -> build/lib/pyveda copying pyveda/config.py -> build/lib/pyveda creating build/lib/pyveda/fetch copying pyveda/fetch/handlers.py -> build/lib/pyveda/fetch copying pyveda/fetch/__init__.py -> build/lib/pyveda/fetch creating build/lib/pyveda/fetch/compat copying pyveda/fetch/compat/fetchpy3.py -> build/lib/pyveda/fetch/compat copying pyveda/fetch/compat/fetchpy2.py -> build/lib/pyveda/fetch/compat copying pyveda/fetch/compat/__init__.py -> build/lib/pyveda/fetch/compat creating build/lib/pyveda/fetch/aiohttp copying pyveda/fetch/aiohttp/__init__.py -> build/lib/pyveda/fetch/aiohttp copying pyveda/fetch/aiohttp/client.py -> build/lib/pyveda/fetch/aiohttp creating build/lib/pyveda/fetch/diagnostics copying pyveda/fetch/diagnostics/aiohttp_tracer.py -> build/lib/pyveda/fetch/diagnostics copying pyveda/fetch/diagnostics/__init__.py -> build/lib/pyveda/fetch/diagnostics 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/pyveda copying build/lib/pyveda/exceptions.py -> build/bdist.linux-armv7l/wheel/pyveda creating build/bdist.linux-armv7l/wheel/pyveda/fetch creating build/bdist.linux-armv7l/wheel/pyveda/fetch/diagnostics copying build/lib/pyveda/fetch/diagnostics/aiohttp_tracer.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/diagnostics copying build/lib/pyveda/fetch/diagnostics/__init__.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/diagnostics creating build/bdist.linux-armv7l/wheel/pyveda/fetch/aiohttp copying build/lib/pyveda/fetch/aiohttp/__init__.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/aiohttp copying build/lib/pyveda/fetch/aiohttp/client.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/aiohttp copying build/lib/pyveda/fetch/handlers.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch creating build/bdist.linux-armv7l/wheel/pyveda/fetch/compat copying build/lib/pyveda/fetch/compat/fetchpy3.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/compat copying build/lib/pyveda/fetch/compat/fetchpy2.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/compat copying build/lib/pyveda/fetch/compat/__init__.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch/compat copying build/lib/pyveda/fetch/__init__.py -> build/bdist.linux-armv7l/wheel/pyveda/fetch copying build/lib/pyveda/__init__.py -> build/bdist.linux-armv7l/wheel/pyveda copying build/lib/pyveda/utils.py -> build/bdist.linux-armv7l/wheel/pyveda copying build/lib/pyveda/auth.py -> build/bdist.linux-armv7l/wheel/pyveda copying build/lib/pyveda/main.py -> build/bdist.linux-armv7l/wheel/pyveda copying build/lib/pyveda/config.py -> build/bdist.linux-armv7l/wheel/pyveda running install_egg_info running egg_info writing pyveda.egg-info/PKG-INFO writing top-level names to pyveda.egg-info/top_level.txt writing dependency_links to pyveda.egg-info/dependency_links.txt writing requirements to pyveda.egg-info/requires.txt reading manifest file 'pyveda.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'tests' warning: no previously-included files matching 'tests' found under directory 'pyveda' writing manifest file 'pyveda.egg-info/SOURCES.txt' Copying pyveda.egg-info to build/bdist.linux-armv7l/wheel/pyveda-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyveda-0.0.2.dist-info/WHEEL creating '/tmp/pip-wheel-onkpkgti/pyveda-0.0.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'pyveda/__init__.py' adding 'pyveda/auth.py' adding 'pyveda/config.py' adding 'pyveda/exceptions.py' adding 'pyveda/main.py' adding 'pyveda/utils.py' adding 'pyveda/fetch/__init__.py' adding 'pyveda/fetch/handlers.py' adding 'pyveda/fetch/aiohttp/__init__.py' adding 'pyveda/fetch/aiohttp/client.py' adding 'pyveda/fetch/compat/__init__.py' adding 'pyveda/fetch/compat/fetchpy2.py' adding 'pyveda/fetch/compat/fetchpy3.py' adding 'pyveda/fetch/diagnostics/__init__.py' adding 'pyveda/fetch/diagnostics/aiohttp_tracer.py' adding 'pyveda-0.0.2.dist-info/METADATA' adding 'pyveda-0.0.2.dist-info/WHEEL' adding 'pyveda-0.0.2.dist-info/top_level.txt' adding 'pyveda-0.0.2.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for pyveda: finished with status 'done' Stored in directory: /tmp/tmp0s2qrai7 Successfully built pyveda Cleaning up... Removing source in /tmp/pip-wheel-dp8hthxe/pyveda Removed build tracker '/tmp/pip-req-tracker-i6vr_alz'