Collecting torefl==1.0b4 1 location(s) to search for versions of torefl: * https://pypi.python.org/simple/torefl/ Getting page https://pypi.python.org/simple/torefl/ Analyzing links from page https://pypi.org/simple/torefl/ Found link https://files.pythonhosted.org/packages/23/62/b904e737002a325171f1633d9774a574cafee904e7f906fd9de7bd5e1463/torefl-1.0b1.tar.gz#sha256=06c90c195bfc78f10014d80884a1a80fde7e76b46858374c2cf0dc8f24c4fe5b (from https://pypi.org/simple/torefl/), version: 1.0b1 Found link https://files.pythonhosted.org/packages/7d/41/adff0d3a011fcf95903d782200883bcb049b5aa86d33bae2d6933c5facc1/torefl-1.0b2.tar.gz#sha256=2449b6f7901d49f6a5aebe711bfb0cfd2ea4d92723939c7b0c34e0b146b48641 (from https://pypi.org/simple/torefl/), version: 1.0b2 Found link https://files.pythonhosted.org/packages/11/6e/60b35737f0cf724bce66a57045d9f2b29c76323b5e5c266322c4ebf8a63a/torefl-1.0b3.tar.gz#sha256=ebc8fbb6bf6934c2667712dace5e11c8dfbf2b69dffebbcc7121d4883f83c40d (from https://pypi.org/simple/torefl/), version: 1.0b3 Found link https://files.pythonhosted.org/packages/a1/a7/28ddbcc4d281900073297d6a819b5489fa7cfe683b22bf6cd8c02b6fb4fc/torefl-1.0b4.tar.gz#sha256=6c77a4bf2af9f870bad562185242f55b946b68e1ace4a9c54dc7f5f08a08426d (from https://pypi.org/simple/torefl/), version: 1.0b4 Using version 1.0b4 (newest of versions: 1.0b4) Downloading https://files.pythonhosted.org/packages/a1/a7/28ddbcc4d281900073297d6a819b5489fa7cfe683b22bf6cd8c02b6fb4fc/torefl-1.0b4.tar.gz Downloading from URL https://files.pythonhosted.org/packages/a1/a7/28ddbcc4d281900073297d6a819b5489fa7cfe683b22bf6cd8c02b6fb4fc/torefl-1.0b4.tar.gz#sha256=6c77a4bf2af9f870bad562185242f55b946b68e1ace4a9c54dc7f5f08a08426d (from https://pypi.org/simple/torefl/) Running setup.py (path:/tmp/pip-build-vaxe1dg5/torefl/setup.py) egg_info for package torefl Running command python setup.py egg_info running egg_info creating pip-egg-info/torefl.egg-info writing top-level names to pip-egg-info/torefl.egg-info/top_level.txt writing pip-egg-info/torefl.egg-info/PKG-INFO writing entry points to pip-egg-info/torefl.egg-info/entry_points.txt writing requirements to pip-egg-info/torefl.egg-info/requires.txt writing dependency_links to pip-egg-info/torefl.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/torefl.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/torefl.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/torefl.egg-info/SOURCES.txt' Source in /tmp/pip-build-vaxe1dg5/torefl has version 1.0b4, which satisfies requirement torefl==1.0b4 from https://files.pythonhosted.org/packages/a1/a7/28ddbcc4d281900073297d6a819b5489fa7cfe683b22bf6cd8c02b6fb4fc/torefl-1.0b4.tar.gz#sha256=6c77a4bf2af9f870bad562185242f55b946b68e1ace4a9c54dc7f5f08a08426d Building wheels for collected packages: torefl Running setup.py bdist_wheel for torefl: started Destination directory: /tmp/tmpiuobmnkvpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-vaxe1dg5/torefl/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/tmpiuobmnkvpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/torefl copying torefl/legacyFilter.py -> build/lib/torefl copying torefl/shell.py -> build/lib/torefl copying torefl/__main__.py -> build/lib/torefl copying torefl/parser.py -> build/lib/torefl copying torefl/core.py -> build/lib/torefl copying torefl/__init__.py -> build/lib/torefl copying torefl/filter.py -> build/lib/torefl copying torefl/config.py -> build/lib/torefl creating build/lib/tests copying tests/test_parsers.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_core.py -> build/lib/tests creating build/lib/torefl/exporters copying torefl/exporters/BibtexExporter.py -> build/lib/torefl/exporters copying torefl/exporters/__init__.py -> build/lib/torefl/exporters creating build/lib/torefl/formatters copying torefl/formatters/__init__.py -> build/lib/torefl/formatters copying torefl/formatters/ASCIIFormatter.py -> build/lib/torefl/formatters running egg_info writing requirements to torefl.egg-info/requires.txt writing torefl.egg-info/PKG-INFO writing top-level names to torefl.egg-info/top_level.txt writing dependency_links to torefl.egg-info/dependency_links.txt writing entry points to torefl.egg-info/entry_points.txt reading manifest file 'torefl.egg-info/SOURCES.txt' writing manifest file 'torefl.egg-info/SOURCES.txt' 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/torefl creating build/bdist.linux-armv7l/wheel/torefl/exporters copying build/lib/torefl/exporters/BibtexExporter.py -> build/bdist.linux-armv7l/wheel/torefl/exporters copying build/lib/torefl/exporters/__init__.py -> build/bdist.linux-armv7l/wheel/torefl/exporters copying build/lib/torefl/legacyFilter.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/shell.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/__main__.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/parser.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/core.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/__init__.py -> build/bdist.linux-armv7l/wheel/torefl copying build/lib/torefl/filter.py -> build/bdist.linux-armv7l/wheel/torefl creating build/bdist.linux-armv7l/wheel/torefl/formatters copying build/lib/torefl/formatters/__init__.py -> build/bdist.linux-armv7l/wheel/torefl/formatters copying build/lib/torefl/formatters/ASCIIFormatter.py -> build/bdist.linux-armv7l/wheel/torefl/formatters copying build/lib/torefl/config.py -> build/bdist.linux-armv7l/wheel/torefl creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_parsers.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_core.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info Copying torefl.egg-info to build/bdist.linux-armv7l/wheel/torefl-1.0b4-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/torefl-1.0b4.dist-info/WHEEL Running setup.py bdist_wheel for torefl: finished with status 'done' Stored in directory: /tmp/tmpxx49rw8x Successfully built torefl Cleaning up... Removing source in /tmp/pip-build-vaxe1dg5/torefl