Created temporary directory: /tmp/pip-ephem-wheel-cache-2oylmfzj Created temporary directory: /tmp/pip-req-tracker-9zo9062f Created requirements tracker '/tmp/pip-req-tracker-9zo9062f' Created temporary directory: /tmp/pip-wheel-1cei_cpk Collecting scrapereads==0.0.1 1 location(s) to search for versions of scrapereads: * https://pypi.org/simple/scrapereads/ Getting page https://pypi.org/simple/scrapereads/ Analyzing links from page https://pypi.org/simple/scrapereads/ Found link https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz#sha256=b1a91f381465b9a8a0fd3926de5f0ffa7a73496cb3a4a60460d7b881ddce039e (from https://pypi.org/simple/scrapereads/), version: 0.0.1 Using version 0.0.1 (newest of versions: 0.0.1) Created temporary directory: /tmp/pip-unpack-9p1ehrrd Downloading https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz (225kB) Downloading from URL https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz#sha256=b1a91f381465b9a8a0fd3926de5f0ffa7a73496cb3a4a60460d7b881ddce039e (from https://pypi.org/simple/scrapereads/) Added scrapereads==0.0.1 from https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz#sha256=b1a91f381465b9a8a0fd3926de5f0ffa7a73496cb3a4a60460d7b881ddce039e to build tracker '/tmp/pip-req-tracker-9zo9062f' Running setup.py (path:/tmp/pip-wheel-1cei_cpk/scrapereads/setup.py) egg_info for package scrapereads Running command python setup.py egg_info running egg_info creating pip-egg-info/scrapereads.egg-info writing pip-egg-info/scrapereads.egg-info/PKG-INFO writing dependency_links to pip-egg-info/scrapereads.egg-info/dependency_links.txt writing top-level names to pip-egg-info/scrapereads.egg-info/top_level.txt writing requirements to pip-egg-info/scrapereads.egg-info/requires.txt writing manifest file 'pip-egg-info/scrapereads.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/scrapereads.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/scrapereads.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-1cei_cpk/scrapereads has version 0.0.1, which satisfies requirement scrapereads==0.0.1 from https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz#sha256=b1a91f381465b9a8a0fd3926de5f0ffa7a73496cb3a4a60460d7b881ddce039e Removed scrapereads==0.0.1 from https://files.pythonhosted.org/packages/ca/51/13f47c629c0bd703e3f1cb0683d1685a35537d529b72aabeaf91e804ca7d/scrapereads-0.0.1.tar.gz#sha256=b1a91f381465b9a8a0fd3926de5f0ffa7a73496cb3a4a60460d7b881ddce039e from build tracker '/tmp/pip-req-tracker-9zo9062f' Building wheels for collected packages: scrapereads Created temporary directory: /tmp/pip-wheel-hybipye1 Running setup.py bdist_wheel for scrapereads: started Destination directory: /tmp/pip-wheel-hybipye1 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-1cei_cpk/scrapereads/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-hybipye1 running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/scrapereads copying scrapereads/scrape.py -> build/lib/scrapereads copying scrapereads/connect.py -> build/lib/scrapereads copying scrapereads/meta.py -> build/lib/scrapereads copying scrapereads/__init__.py -> build/lib/scrapereads copying scrapereads/utils.py -> build/lib/scrapereads copying scrapereads/api.py -> build/lib/scrapereads creating build/lib/scrapereads/reads copying scrapereads/reads/author.py -> build/lib/scrapereads/reads copying scrapereads/reads/quote.py -> build/lib/scrapereads/reads copying scrapereads/reads/__init__.py -> build/lib/scrapereads/reads copying scrapereads/reads/book.py -> build/lib/scrapereads/reads 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/scrapereads copying build/lib/scrapereads/scrape.py -> build/bdist.linux-armv7l/wheel/scrapereads creating build/bdist.linux-armv7l/wheel/scrapereads/reads copying build/lib/scrapereads/reads/author.py -> build/bdist.linux-armv7l/wheel/scrapereads/reads copying build/lib/scrapereads/reads/quote.py -> build/bdist.linux-armv7l/wheel/scrapereads/reads copying build/lib/scrapereads/reads/__init__.py -> build/bdist.linux-armv7l/wheel/scrapereads/reads copying build/lib/scrapereads/reads/book.py -> build/bdist.linux-armv7l/wheel/scrapereads/reads copying build/lib/scrapereads/connect.py -> build/bdist.linux-armv7l/wheel/scrapereads copying build/lib/scrapereads/meta.py -> build/bdist.linux-armv7l/wheel/scrapereads copying build/lib/scrapereads/__init__.py -> build/bdist.linux-armv7l/wheel/scrapereads copying build/lib/scrapereads/utils.py -> build/bdist.linux-armv7l/wheel/scrapereads copying build/lib/scrapereads/api.py -> build/bdist.linux-armv7l/wheel/scrapereads running install_egg_info running egg_info writing requirements to scrapereads.egg-info/requires.txt writing dependency_links to scrapereads.egg-info/dependency_links.txt writing scrapereads.egg-info/PKG-INFO writing top-level names to scrapereads.egg-info/top_level.txt reading manifest file 'scrapereads.egg-info/SOURCES.txt' writing manifest file 'scrapereads.egg-info/SOURCES.txt' Copying scrapereads.egg-info to build/bdist.linux-armv7l/wheel/scrapereads-0.0.1-py3.4.egg-info running install_scripts adding license file "LICENSE" (matched pattern "LICEN[CS]E*") creating build/bdist.linux-armv7l/wheel/scrapereads-0.0.1.dist-info/WHEEL creating '/tmp/pip-wheel-hybipye1/scrapereads-0.0.1-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'scrapereads/__init__.py' adding 'scrapereads/api.py' adding 'scrapereads/connect.py' adding 'scrapereads/meta.py' adding 'scrapereads/scrape.py' adding 'scrapereads/utils.py' adding 'scrapereads/reads/__init__.py' adding 'scrapereads/reads/author.py' adding 'scrapereads/reads/book.py' adding 'scrapereads/reads/quote.py' adding 'scrapereads-0.0.1.dist-info/LICENSE' adding 'scrapereads-0.0.1.dist-info/METADATA' adding 'scrapereads-0.0.1.dist-info/WHEEL' adding 'scrapereads-0.0.1.dist-info/top_level.txt' adding 'scrapereads-0.0.1.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for scrapereads: finished with status 'done' Stored in directory: /tmp/tmps531nkuo Successfully built scrapereads Cleaning up... Removing source in /tmp/pip-wheel-1cei_cpk/scrapereads Removed build tracker '/tmp/pip-req-tracker-9zo9062f'