Created temporary directory: /tmp/pip-ephem-wheel-cache-_j2j0w72 Created temporary directory: /tmp/pip-req-tracker-dcrogps6 Created requirements tracker '/tmp/pip-req-tracker-dcrogps6' Created temporary directory: /tmp/pip-wheel-7kj2bkfq Collecting ofxReaderBR==0.2.0 1 location(s) to search for versions of ofxReaderBR: * https://pypi.org/simple/ofxreaderbr/ Getting page https://pypi.org/simple/ofxreaderbr/ Analyzing links from page https://pypi.org/simple/ofxreaderbr/ Found link https://files.pythonhosted.org/packages/0f/19/9349f8b842f579970718078b00c06d651edb78ea10ca975176c15c08383b/ofxReaderBR-0.1.0.tar.gz#sha256=22582ead95ff24ed059c97fad369633284625ef579994566ea5206616d4af212 (from https://pypi.org/simple/ofxreaderbr/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz#sha256=f2e9b953344a320886b78a4a7dfa95e6cd656ef87260e2853c8eb86c15770614 (from https://pypi.org/simple/ofxreaderbr/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Created temporary directory: /tmp/pip-unpack-rao9fk3z Downloading https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz#sha256=f2e9b953344a320886b78a4a7dfa95e6cd656ef87260e2853c8eb86c15770614 (from https://pypi.org/simple/ofxreaderbr/) Added ofxReaderBR==0.2.0 from https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz#sha256=f2e9b953344a320886b78a4a7dfa95e6cd656ef87260e2853c8eb86c15770614 to build tracker '/tmp/pip-req-tracker-dcrogps6' Running setup.py (path:/tmp/pip-wheel-7kj2bkfq/ofxReaderBR/setup.py) egg_info for package ofxReaderBR Running command python setup.py egg_info running egg_info creating pip-egg-info/ofxReaderBR.egg-info writing dependency_links to pip-egg-info/ofxReaderBR.egg-info/dependency_links.txt writing pip-egg-info/ofxReaderBR.egg-info/PKG-INFO writing requirements to pip-egg-info/ofxReaderBR.egg-info/requires.txt writing top-level names to pip-egg-info/ofxReaderBR.egg-info/top_level.txt writing manifest file 'pip-egg-info/ofxReaderBR.egg-info/SOURCES.txt' package init file 'ofxReaderBR/reader/xls/__init__.py' not found (or not a regular file) package init file 'ofxReaderBR/reader/pdf/__init__.py' not found (or not a regular file) package init file 'ofxReaderBR/utils/__init__.py' not found (or not a regular file) reading manifest file 'pip-egg-info/ofxReaderBR.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/ofxReaderBR.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-7kj2bkfq/ofxReaderBR has version 0.2.0, which satisfies requirement ofxReaderBR==0.2.0 from https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz#sha256=f2e9b953344a320886b78a4a7dfa95e6cd656ef87260e2853c8eb86c15770614 Removed ofxReaderBR==0.2.0 from https://files.pythonhosted.org/packages/8c/aa/cf4cbeb73e1b47f73fc0a0990c6a4d31e177f293a540b3e8226c99f873ba/ofxReaderBR-0.2.0.tar.gz#sha256=f2e9b953344a320886b78a4a7dfa95e6cd656ef87260e2853c8eb86c15770614 from build tracker '/tmp/pip-req-tracker-dcrogps6' Building wheels for collected packages: ofxReaderBR Created temporary directory: /tmp/pip-wheel-449634bz Running setup.py bdist_wheel for ofxReaderBR: started Destination directory: /tmp/pip-wheel-449634bz Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-7kj2bkfq/ofxReaderBR/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-449634bz running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ofxReaderBR copying ofxReaderBR/OFXReaderBR.py -> build/lib/ofxReaderBR copying ofxReaderBR/__init__.py -> build/lib/ofxReaderBR creating build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/OFXReaderFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/XLSMWriterFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/BSWriterFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/WriterAbstractFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/PDFReaderFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/CSVWriterFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/ReaderAbstractFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/XMLReaderFactory.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/__init__.py -> build/lib/ofxReaderBR/factory copying ofxReaderBR/factory/XLSReaderFactory.py -> build/lib/ofxReaderBR/factory creating build/lib/ofxReaderBR/model copying ofxReaderBR/model/Origin.py -> build/lib/ofxReaderBR/model copying ofxReaderBR/model/BankStatement.py -> build/lib/ofxReaderBR/model copying ofxReaderBR/model/__init__.py -> build/lib/ofxReaderBR/model copying ofxReaderBR/model/CashFlow.py -> build/lib/ofxReaderBR/model creating build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/OFXReaderCashFlow.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/IReaderCashFlow.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/OFXReaderBankStatement.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/readercontroller.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/OFXReaderController.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/__init__.py -> build/lib/ofxReaderBR/reader copying ofxReaderBR/reader/IReaderBankStatement.py -> build/lib/ofxReaderBR/reader creating build/lib/ofxReaderBR/reader/xml copying ofxReaderBR/reader/xml/XMLReaderCashFlow.py -> build/lib/ofxReaderBR/reader/xml copying ofxReaderBR/reader/xml/__init__.py -> build/lib/ofxReaderBR/reader/xml copying ofxReaderBR/reader/xml/XMLReaderBankStatement.py -> build/lib/ofxReaderBR/reader/xml package init file 'ofxReaderBR/reader/xls/__init__.py' not found (or not a regular file) creating build/lib/ofxReaderBR/reader/xls copying ofxReaderBR/reader/xls/XLSReaderCashFlow.py -> build/lib/ofxReaderBR/reader/xls copying ofxReaderBR/reader/xls/XLSReaderBankStatement.py -> build/lib/ofxReaderBR/reader/xls package init file 'ofxReaderBR/reader/pdf/__init__.py' not found (or not a regular file) creating build/lib/ofxReaderBR/reader/pdf copying ofxReaderBR/reader/pdf/pdfParser.py -> build/lib/ofxReaderBR/reader/pdf copying ofxReaderBR/reader/pdf/PDFReaderBankStatement.py -> build/lib/ofxReaderBR/reader/pdf copying ofxReaderBR/reader/pdf/PDFParserSantander.py -> build/lib/ofxReaderBR/reader/pdf copying ofxReaderBR/reader/pdf/PDFReaderCashFlow.py -> build/lib/ofxReaderBR/reader/pdf copying ofxReaderBR/reader/pdf/pdfReader.py -> build/lib/ofxReaderBR/reader/pdf creating build/lib/ofxReaderBR/writer copying ofxReaderBR/writer/IWriterCashFlow.py -> build/lib/ofxReaderBR/writer copying ofxReaderBR/writer/IWriterController.py -> build/lib/ofxReaderBR/writer copying ofxReaderBR/writer/__init__.py -> build/lib/ofxReaderBR/writer copying ofxReaderBR/writer/IWriterBankStatement.py -> build/lib/ofxReaderBR/writer creating build/lib/ofxReaderBR/writer/xlsm copying ofxReaderBR/writer/xlsm/XLSMWriterBankStatement.py -> build/lib/ofxReaderBR/writer/xlsm copying ofxReaderBR/writer/xlsm/XLSMWriterController.py -> build/lib/ofxReaderBR/writer/xlsm copying ofxReaderBR/writer/xlsm/__init__.py -> build/lib/ofxReaderBR/writer/xlsm copying ofxReaderBR/writer/xlsm/XLSMWriterCashFlow.py -> build/lib/ofxReaderBR/writer/xlsm creating build/lib/ofxReaderBR/writer/bankstatement copying ofxReaderBR/writer/bankstatement/BSWriterController.py -> build/lib/ofxReaderBR/writer/bankstatement copying ofxReaderBR/writer/bankstatement/__init__.py -> build/lib/ofxReaderBR/writer/bankstatement package init file 'ofxReaderBR/utils/__init__.py' not found (or not a regular file) creating build/lib/ofxReaderBR/utils copying ofxReaderBR/utils/BankStatementAdder.py -> build/lib/ofxReaderBR/utils 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/ofxReaderBR creating build/bdist.linux-armv7l/wheel/ofxReaderBR/model copying build/lib/ofxReaderBR/model/Origin.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/model copying build/lib/ofxReaderBR/model/BankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/model copying build/lib/ofxReaderBR/model/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/model copying build/lib/ofxReaderBR/model/CashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/model copying build/lib/ofxReaderBR/OFXReaderBR.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR creating build/bdist.linux-armv7l/wheel/ofxReaderBR/utils copying build/lib/ofxReaderBR/utils/BankStatementAdder.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/utils creating build/bdist.linux-armv7l/wheel/ofxReaderBR/reader creating build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xml copying build/lib/ofxReaderBR/reader/xml/XMLReaderCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xml copying build/lib/ofxReaderBR/reader/xml/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xml copying build/lib/ofxReaderBR/reader/xml/XMLReaderBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xml creating build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xls copying build/lib/ofxReaderBR/reader/xls/XLSReaderCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xls copying build/lib/ofxReaderBR/reader/xls/XLSReaderBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/xls copying build/lib/ofxReaderBR/reader/OFXReaderCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader copying build/lib/ofxReaderBR/reader/IReaderCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader copying build/lib/ofxReaderBR/reader/OFXReaderBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader copying build/lib/ofxReaderBR/reader/readercontroller.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader creating build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/pdf/pdfParser.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/pdf/PDFReaderBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/pdf/PDFParserSantander.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/pdf/PDFReaderCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/pdf/pdfReader.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader/pdf copying build/lib/ofxReaderBR/reader/OFXReaderController.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader copying build/lib/ofxReaderBR/reader/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader copying build/lib/ofxReaderBR/reader/IReaderBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/reader creating build/bdist.linux-armv7l/wheel/ofxReaderBR/writer copying build/lib/ofxReaderBR/writer/IWriterCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer copying build/lib/ofxReaderBR/writer/IWriterController.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer creating build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/xlsm copying build/lib/ofxReaderBR/writer/xlsm/XLSMWriterBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/xlsm copying build/lib/ofxReaderBR/writer/xlsm/XLSMWriterController.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/xlsm copying build/lib/ofxReaderBR/writer/xlsm/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/xlsm copying build/lib/ofxReaderBR/writer/xlsm/XLSMWriterCashFlow.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/xlsm copying build/lib/ofxReaderBR/writer/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer copying build/lib/ofxReaderBR/writer/IWriterBankStatement.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer creating build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/bankstatement copying build/lib/ofxReaderBR/writer/bankstatement/BSWriterController.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/bankstatement copying build/lib/ofxReaderBR/writer/bankstatement/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/writer/bankstatement copying build/lib/ofxReaderBR/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR creating build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/OFXReaderFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/XLSMWriterFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/BSWriterFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/WriterAbstractFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/PDFReaderFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/CSVWriterFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/ReaderAbstractFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/XMLReaderFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/__init__.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory copying build/lib/ofxReaderBR/factory/XLSReaderFactory.py -> build/bdist.linux-armv7l/wheel/ofxReaderBR/factory running install_egg_info running egg_info creating ofxReaderBR.egg-info writing top-level names to ofxReaderBR.egg-info/top_level.txt writing requirements to ofxReaderBR.egg-info/requires.txt writing ofxReaderBR.egg-info/PKG-INFO writing dependency_links to ofxReaderBR.egg-info/dependency_links.txt writing manifest file 'ofxReaderBR.egg-info/SOURCES.txt' reading manifest file 'ofxReaderBR.egg-info/SOURCES.txt' writing manifest file 'ofxReaderBR.egg-info/SOURCES.txt' Copying ofxReaderBR.egg-info to build/bdist.linux-armv7l/wheel/ofxReaderBR-0.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/ofxReaderBR-0.2.0.dist-info/WHEEL creating '/tmp/pip-wheel-449634bz/ofxReaderBR-0.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'ofxReaderBR/OFXReaderBR.py' adding 'ofxReaderBR/__init__.py' adding 'ofxReaderBR/factory/BSWriterFactory.py' adding 'ofxReaderBR/factory/CSVWriterFactory.py' adding 'ofxReaderBR/factory/OFXReaderFactory.py' adding 'ofxReaderBR/factory/PDFReaderFactory.py' adding 'ofxReaderBR/factory/ReaderAbstractFactory.py' adding 'ofxReaderBR/factory/WriterAbstractFactory.py' adding 'ofxReaderBR/factory/XLSMWriterFactory.py' adding 'ofxReaderBR/factory/XLSReaderFactory.py' adding 'ofxReaderBR/factory/XMLReaderFactory.py' adding 'ofxReaderBR/factory/__init__.py' adding 'ofxReaderBR/model/BankStatement.py' adding 'ofxReaderBR/model/CashFlow.py' adding 'ofxReaderBR/model/Origin.py' adding 'ofxReaderBR/model/__init__.py' adding 'ofxReaderBR/reader/IReaderBankStatement.py' adding 'ofxReaderBR/reader/IReaderCashFlow.py' adding 'ofxReaderBR/reader/OFXReaderBankStatement.py' adding 'ofxReaderBR/reader/OFXReaderCashFlow.py' adding 'ofxReaderBR/reader/OFXReaderController.py' adding 'ofxReaderBR/reader/__init__.py' adding 'ofxReaderBR/reader/readercontroller.py' adding 'ofxReaderBR/reader/pdf/PDFParserSantander.py' adding 'ofxReaderBR/reader/pdf/PDFReaderBankStatement.py' adding 'ofxReaderBR/reader/pdf/PDFReaderCashFlow.py' adding 'ofxReaderBR/reader/pdf/pdfParser.py' adding 'ofxReaderBR/reader/pdf/pdfReader.py' adding 'ofxReaderBR/reader/xls/XLSReaderBankStatement.py' adding 'ofxReaderBR/reader/xls/XLSReaderCashFlow.py' adding 'ofxReaderBR/reader/xml/XMLReaderBankStatement.py' adding 'ofxReaderBR/reader/xml/XMLReaderCashFlow.py' adding 'ofxReaderBR/reader/xml/__init__.py' adding 'ofxReaderBR/utils/BankStatementAdder.py' adding 'ofxReaderBR/writer/IWriterBankStatement.py' adding 'ofxReaderBR/writer/IWriterCashFlow.py' adding 'ofxReaderBR/writer/IWriterController.py' adding 'ofxReaderBR/writer/__init__.py' adding 'ofxReaderBR/writer/bankstatement/BSWriterController.py' adding 'ofxReaderBR/writer/bankstatement/__init__.py' adding 'ofxReaderBR/writer/xlsm/XLSMWriterBankStatement.py' adding 'ofxReaderBR/writer/xlsm/XLSMWriterCashFlow.py' adding 'ofxReaderBR/writer/xlsm/XLSMWriterController.py' adding 'ofxReaderBR/writer/xlsm/__init__.py' adding 'ofxReaderBR-0.2.0.dist-info/METADATA' adding 'ofxReaderBR-0.2.0.dist-info/WHEEL' adding 'ofxReaderBR-0.2.0.dist-info/top_level.txt' adding 'ofxReaderBR-0.2.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for ofxReaderBR: finished with status 'done' Stored in directory: /tmp/tmpvvgj3ajt Successfully built ofxReaderBR Cleaning up... Removing source in /tmp/pip-wheel-7kj2bkfq/ofxReaderBR Removed build tracker '/tmp/pip-req-tracker-dcrogps6'