Created temporary directory: /tmp/pip-ephem-wheel-cache-efcc70hd Created temporary directory: /tmp/pip-wheel-sbfvs6y_ Looking in indexes: https://pypi.python.org/simple Collecting dataflows==0.0.3 1 location(s) to search for versions of dataflows: * https://pypi.python.org/simple/dataflows/ Getting page https://pypi.python.org/simple/dataflows/ Analyzing links from page https://pypi.org/simple/dataflows/ Found link https://files.pythonhosted.org/packages/87/14/35381814838fb3948b6f83966f805d385654b4ab124b4676cc3a6feaf720/dataflows-0.0.1.tar.gz#sha256=4f339b601a4e43f20591311e73703f7ae48153605290817b2dfcc6b0d7cf94e5 (from https://pypi.org/simple/dataflows/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/96/a3/7daef5d0e89645067fa864e596671125e376731fb4f1c2df34aeb7c48e3e/dataflows-0.0.2.tar.gz#sha256=746ad3db83ccdc4961ff1773c454f3bdb47f47a79c6283aa1978167c91906ca2 (from https://pypi.org/simple/dataflows/), version: 0.0.2 Found link https://files.pythonhosted.org/packages/3a/42/e6eb71a211a956da3c515b684b4a782ecb8841e8e92e110181fd1ffaccc8/dataflows-0.0.3.tar.gz#sha256=c79a90bca52eaf0dc01febb851e816aaba02a46bc5a773e0bf084fd7ee6220a9 (from https://pypi.org/simple/dataflows/), version: 0.0.3 Using version 0.0.3 (newest of versions: 0.0.3) Created temporary directory: /tmp/pip-unpack-blg_34na Downloading https://files.pythonhosted.org/packages/3a/42/e6eb71a211a956da3c515b684b4a782ecb8841e8e92e110181fd1ffaccc8/dataflows-0.0.3.tar.gz Downloading from URL https://files.pythonhosted.org/packages/3a/42/e6eb71a211a956da3c515b684b4a782ecb8841e8e92e110181fd1ffaccc8/dataflows-0.0.3.tar.gz#sha256=c79a90bca52eaf0dc01febb851e816aaba02a46bc5a773e0bf084fd7ee6220a9 (from https://pypi.org/simple/dataflows/) Running setup.py (path:/tmp/pip-wheel-sbfvs6y_/dataflows/setup.py) egg_info for package dataflows Running command python setup.py egg_info running egg_info creating pip-egg-info/dataflows.egg-info writing top-level names to pip-egg-info/dataflows.egg-info/top_level.txt writing dependency_links to pip-egg-info/dataflows.egg-info/dependency_links.txt writing requirements to pip-egg-info/dataflows.egg-info/requires.txt writing pip-egg-info/dataflows.egg-info/PKG-INFO writing entry points to pip-egg-info/dataflows.egg-info/entry_points.txt writing manifest file 'pip-egg-info/dataflows.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'pip-egg-info/dataflows.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.md' warning: no files found matching 'pylintrc' warning: no files found matching '*.tpl' no previously-included directories found matching '.tox' writing manifest file 'pip-egg-info/dataflows.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-sbfvs6y_/dataflows has version 0.0.3, which satisfies requirement dataflows==0.0.3 from https://files.pythonhosted.org/packages/3a/42/e6eb71a211a956da3c515b684b4a782ecb8841e8e92e110181fd1ffaccc8/dataflows-0.0.3.tar.gz#sha256=c79a90bca52eaf0dc01febb851e816aaba02a46bc5a773e0bf084fd7ee6220a9 Building wheels for collected packages: dataflows Created temporary directory: /tmp/pip-wheel-0222ymon Running setup.py bdist_wheel for dataflows: started Destination directory: /tmp/pip-wheel-0222ymon Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-sbfvs6y_/dataflows/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-0222ymon running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/dataflows copying dataflows/__init__.py -> build/lib/dataflows copying dataflows/cli.py -> build/lib/dataflows creating build/lib/dataflows/helpers copying dataflows/helpers/__init__.py -> build/lib/dataflows/helpers copying dataflows/helpers/resources_processor.py -> build/lib/dataflows/helpers copying dataflows/helpers/iterable_loader.py -> build/lib/dataflows/helpers copying dataflows/helpers/rows_processor.py -> build/lib/dataflows/helpers copying dataflows/helpers/resource_matcher.py -> build/lib/dataflows/helpers copying dataflows/helpers/row_processor.py -> build/lib/dataflows/helpers copying dataflows/helpers/datapackage_processor.py -> build/lib/dataflows/helpers creating build/lib/dataflows/processors copying dataflows/processors/load.py -> build/lib/dataflows/processors copying dataflows/processors/set_type.py -> build/lib/dataflows/processors copying dataflows/processors/duplicate.py -> build/lib/dataflows/processors copying dataflows/processors/delete_fields.py -> build/lib/dataflows/processors copying dataflows/processors/__init__.py -> build/lib/dataflows/processors copying dataflows/processors/printer.py -> build/lib/dataflows/processors copying dataflows/processors/add_metadata.py -> build/lib/dataflows/processors copying dataflows/processors/add_computed_field.py -> build/lib/dataflows/processors copying dataflows/processors/filter_rows.py -> build/lib/dataflows/processors copying dataflows/processors/find_replace.py -> build/lib/dataflows/processors copying dataflows/processors/unpivot.py -> build/lib/dataflows/processors copying dataflows/processors/concatenate.py -> build/lib/dataflows/processors copying dataflows/processors/sort_rows.py -> build/lib/dataflows/processors creating build/lib/dataflows/base copying dataflows/base/datastream_processor.py -> build/lib/dataflows/base copying dataflows/base/flow.py -> build/lib/dataflows/base copying dataflows/base/package_wrapper.py -> build/lib/dataflows/base copying dataflows/base/__init__.py -> build/lib/dataflows/base copying dataflows/base/resource_wrapper.py -> build/lib/dataflows/base copying dataflows/base/schema_validator.py -> build/lib/dataflows/base copying dataflows/base/datastream.py -> build/lib/dataflows/base creating build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/to_path.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/file_dumper.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/__init__.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/file_formats.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/to_sql.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/dumper_base.py -> build/lib/dataflows/processors/dumpers copying dataflows/processors/dumpers/to_zip.py -> build/lib/dataflows/processors/dumpers running egg_info writing top-level names to dataflows.egg-info/top_level.txt writing dependency_links to dataflows.egg-info/dependency_links.txt writing requirements to dataflows.egg-info/requires.txt writing entry points to dataflows.egg-info/entry_points.txt writing dataflows.egg-info/PKG-INFO warning: manifest_maker: standard file '-c' not found reading manifest file 'dataflows.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.md' warning: no files found matching 'pylintrc' warning: no files found matching '*.tpl' no previously-included directories found matching '.tox' writing manifest file 'dataflows.egg-info/SOURCES.txt' copying dataflows/VERSION -> build/lib/dataflows 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/dataflows creating build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/__init__.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/resources_processor.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/iterable_loader.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/rows_processor.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/resource_matcher.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/row_processor.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/helpers/datapackage_processor.py -> build/bdist.linux-armv7l/wheel/dataflows/helpers copying build/lib/dataflows/__init__.py -> build/bdist.linux-armv7l/wheel/dataflows copying build/lib/dataflows/cli.py -> build/bdist.linux-armv7l/wheel/dataflows copying build/lib/dataflows/VERSION -> build/bdist.linux-armv7l/wheel/dataflows creating build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/load.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/set_type.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/duplicate.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/delete_fields.py -> build/bdist.linux-armv7l/wheel/dataflows/processors creating build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/to_path.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/file_dumper.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/__init__.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/file_formats.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/to_sql.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/dumper_base.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/dumpers/to_zip.py -> build/bdist.linux-armv7l/wheel/dataflows/processors/dumpers copying build/lib/dataflows/processors/__init__.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/printer.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/add_metadata.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/add_computed_field.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/filter_rows.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/find_replace.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/unpivot.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/concatenate.py -> build/bdist.linux-armv7l/wheel/dataflows/processors copying build/lib/dataflows/processors/sort_rows.py -> build/bdist.linux-armv7l/wheel/dataflows/processors creating build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/datastream_processor.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/flow.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/package_wrapper.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/__init__.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/resource_wrapper.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/schema_validator.py -> build/bdist.linux-armv7l/wheel/dataflows/base copying build/lib/dataflows/base/datastream.py -> build/bdist.linux-armv7l/wheel/dataflows/base running install_egg_info Copying dataflows.egg-info to build/bdist.linux-armv7l/wheel/dataflows-0.0.3.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/dataflows-0.0.3.dist-info/WHEEL creating '/tmp/pip-wheel-0222ymon/dataflows-0.0.3-py2.py3-none-any.whl' and adding '.' to it adding 'dataflows/VERSION' adding 'dataflows/__init__.py' adding 'dataflows/cli.py' adding 'dataflows/base/__init__.py' adding 'dataflows/base/datastream.py' adding 'dataflows/base/datastream_processor.py' adding 'dataflows/base/flow.py' adding 'dataflows/base/package_wrapper.py' adding 'dataflows/base/resource_wrapper.py' adding 'dataflows/base/schema_validator.py' adding 'dataflows/helpers/__init__.py' adding 'dataflows/helpers/datapackage_processor.py' adding 'dataflows/helpers/iterable_loader.py' adding 'dataflows/helpers/resource_matcher.py' adding 'dataflows/helpers/resources_processor.py' adding 'dataflows/helpers/row_processor.py' adding 'dataflows/helpers/rows_processor.py' adding 'dataflows/processors/__init__.py' adding 'dataflows/processors/add_computed_field.py' adding 'dataflows/processors/add_metadata.py' adding 'dataflows/processors/concatenate.py' adding 'dataflows/processors/delete_fields.py' adding 'dataflows/processors/duplicate.py' adding 'dataflows/processors/filter_rows.py' adding 'dataflows/processors/find_replace.py' adding 'dataflows/processors/load.py' adding 'dataflows/processors/printer.py' adding 'dataflows/processors/set_type.py' adding 'dataflows/processors/sort_rows.py' adding 'dataflows/processors/unpivot.py' adding 'dataflows/processors/dumpers/__init__.py' adding 'dataflows/processors/dumpers/dumper_base.py' adding 'dataflows/processors/dumpers/file_dumper.py' adding 'dataflows/processors/dumpers/file_formats.py' adding 'dataflows/processors/dumpers/to_path.py' adding 'dataflows/processors/dumpers/to_sql.py' adding 'dataflows/processors/dumpers/to_zip.py' adding 'dataflows-0.0.3.dist-info/entry_points.txt' adding 'dataflows-0.0.3.dist-info/top_level.txt' adding 'dataflows-0.0.3.dist-info/WHEEL' adding 'dataflows-0.0.3.dist-info/METADATA' adding 'dataflows-0.0.3.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for dataflows: finished with status 'done' Stored in directory: /tmp/tmp4jjve4sr Successfully built dataflows Cleaning up... Removing source in /tmp/pip-wheel-sbfvs6y_/dataflows