Collecting destream==4.2.0 1 location(s) to search for versions of destream: * https://pypi.python.org/simple/destream/ Getting page https://pypi.python.org/simple/destream/ Analyzing links from page https://pypi.python.org/simple/destream/ Found link https://pypi.python.org/packages/13/d5/b6b5ecb78e809d19644b6c99398294863069076d0814f49a686f1e49dc37/destream-3.1.tar.gz#md5=238f5462c3ffd89d5e8299e6aed5ef3d (from https://pypi.python.org/simple/destream/), version: 3.1 Found link https://pypi.python.org/packages/1c/d8/b9295b891d0ada82b433841ad78777341413591f369c0095c9ecf178d3ee/destream-3.0.tar.gz#md5=409057ecdb54fad4871bccc82e6e607e (from https://pypi.python.org/simple/destream/), version: 3.0 Found link https://pypi.python.org/packages/4a/5f/8e07de50b86f3a0a881175e962d66cbf39b0aaa36fda8c48736d9433cf1f/destream-4.1.0.tar.gz#md5=ce9d9c5d8590e558746b7218d68407d7 (from https://pypi.python.org/simple/destream/), version: 4.1.0 Found link https://pypi.python.org/packages/54/e7/6271f1070627ca633904ea51a4c3f2964f4bdf67d33eb35c488f56299d73/destream-4.0.1.tar.gz#md5=f8a8e9eb18f89f27956c82e251553cd4 (from https://pypi.python.org/simple/destream/), version: 4.0.1 Found link https://pypi.python.org/packages/d0/90/f6870dafe34c9984a5ed0f9178c68f399169a7dd0aef0c562e36acbb6369/destream-4.2.0.tar.gz#md5=238163aad214f01c564dec6153c48550 (from https://pypi.python.org/simple/destream/), version: 4.2.0 Found link https://pypi.python.org/packages/e2/25/423b5a7cc1f97b31d405aacb092e0758ff6e1b0b44e492299451db4c9b0f/destream-4.1.1.tar.gz#md5=d9714431250996c97477faf710fef60a (from https://pypi.python.org/simple/destream/), version: 4.1.1 Found link https://pypi.python.org/packages/f9/d1/ac6116b62eb5027bf8b315ff7d584d8faf8a59ca319813e86f0a66518f8a/destream-4.0.tar.gz#md5=66b8ed86ef16dabd01adc2eda6df69c1 (from https://pypi.python.org/simple/destream/), version: 4.0 Using version 4.2.0 (newest of versions: 4.2.0) Downloading destream-4.2.0.tar.gz Downloading from URL https://pypi.python.org/packages/d0/90/f6870dafe34c9984a5ed0f9178c68f399169a7dd0aef0c562e36acbb6369/destream-4.2.0.tar.gz#md5=238163aad214f01c564dec6153c48550 (from https://pypi.python.org/simple/destream/) Running setup.py (path:/tmp/pip-build-uojliuyh/destream/setup.py) egg_info for package destream Running command python setup.py egg_info running egg_info creating pip-egg-info/destream.egg-info writing requirements to pip-egg-info/destream.egg-info/requires.txt writing dependency_links to pip-egg-info/destream.egg-info/dependency_links.txt writing top-level names to pip-egg-info/destream.egg-info/top_level.txt writing pip-egg-info/destream.egg-info/PKG-INFO writing manifest file 'pip-egg-info/destream.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/destream.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/destream.egg-info/SOURCES.txt' Source in /tmp/pip-build-uojliuyh/destream has version 4.2.0, which satisfies requirement destream==4.2.0 from https://pypi.python.org/packages/d0/90/f6870dafe34c9984a5ed0f9178c68f399169a7dd0aef0c562e36acbb6369/destream-4.2.0.tar.gz#md5=238163aad214f01c564dec6153c48550 Building wheels for collected packages: destream Running setup.py bdist_wheel for destream: started Destination directory: /tmp/tmpfprs_whfpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-uojliuyh/destream/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/tmpfprs_whfpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_30_decompressors.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_10_base.py -> build/lib/tests creating build/lib/destream copying destream/archive.py -> build/lib/destream copying destream/guesser.py -> build/lib/destream copying destream/helpers.py -> build/lib/destream copying destream/__init__.py -> build/lib/destream creating build/lib/destream/decompressors copying destream/decompressors/zip.py -> build/lib/destream/decompressors copying destream/decompressors/p7zip.py -> build/lib/destream/decompressors copying destream/decompressors/bzip2.py -> build/lib/destream/decompressors copying destream/decompressors/zstd.py -> build/lib/destream/decompressors copying destream/decompressors/gzip.py -> build/lib/destream/decompressors copying destream/decompressors/lzma.py -> build/lib/destream/decompressors copying destream/decompressors/__init__.py -> build/lib/destream/decompressors copying destream/decompressors/rar.py -> build/lib/destream/decompressors copying destream/decompressors/tar.py -> build/lib/destream/decompressors copying destream/decompressors/xz.py -> build/lib/destream/decompressors running build_scripts creating build/scripts-3.4 copying and adjusting scripts/destream -> build/scripts-3.4 changing mode of build/scripts-3.4/destream 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/tests copying build/lib/tests/test_30_decompressors.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_10_base.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/destream copying build/lib/destream/archive.py -> build/bdist.linux-armv7l/wheel/destream copying build/lib/destream/guesser.py -> build/bdist.linux-armv7l/wheel/destream copying build/lib/destream/helpers.py -> build/bdist.linux-armv7l/wheel/destream creating build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/zip.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/p7zip.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/bzip2.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/zstd.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/gzip.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/lzma.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/__init__.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/rar.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/tar.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/decompressors/xz.py -> build/bdist.linux-armv7l/wheel/destream/decompressors copying build/lib/destream/__init__.py -> build/bdist.linux-armv7l/wheel/destream running install_egg_info running egg_info writing dependency_links to destream.egg-info/dependency_links.txt writing requirements to destream.egg-info/requires.txt writing destream.egg-info/PKG-INFO writing top-level names to destream.egg-info/top_level.txt reading manifest file 'destream.egg-info/SOURCES.txt' writing manifest file 'destream.egg-info/SOURCES.txt' Copying destream.egg-info to build/bdist.linux-armv7l/wheel/destream-4.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/destream-4.2.0.data creating build/bdist.linux-armv7l/wheel/destream-4.2.0.data/scripts copying build/scripts-3.4/destream -> build/bdist.linux-armv7l/wheel/destream-4.2.0.data/scripts changing mode of build/bdist.linux-armv7l/wheel/destream-4.2.0.data/scripts/destream to 755 creating build/bdist.linux-armv7l/wheel/destream-4.2.0.dist-info/WHEEL Running setup.py bdist_wheel for destream: finished with status 'done' Stored in directory: /tmp/tmpbsyeilul Successfully built destream Cleaning up... Removing source in /tmp/pip-build-uojliuyh/destream