Collecting tz-trout==0.1.6 1 location(s) to search for versions of tz-trout: * https://pypi.python.org/simple/tz-trout/ Getting page https://pypi.python.org/simple/tz-trout/ Analyzing links from page https://pypi.python.org/simple/tz-trout/ Found link https://pypi.python.org/packages/71/7d/13561b359c03975cb196ec89fb0036935227f575f026cc4ea65bcf33f05b/tz-trout-0.1.1.tar.gz#md5=54711460a1d3b6da115f5aeea7e1faee (from https://pypi.python.org/simple/tz-trout/), version: 0.1.1 Found link https://pypi.python.org/packages/b0/d8/49e9ab84af81623e5045c69178a7e9b729072903d814e300f6d83d6c6fe0/tz-trout-0.1.2.tar.gz#md5=febbf1e2056afc0860754c9707cf20b5 (from https://pypi.python.org/simple/tz-trout/), version: 0.1.2 Found link https://pypi.python.org/packages/db/e1/87e6000650f0282cd61e5b725607f452c7f1820a350f081af8c834038169/tz-trout-0.1.3.tar.gz#md5=456dec07f36784ea3b76253f14820d87 (from https://pypi.python.org/simple/tz-trout/), version: 0.1.3 Found link https://pypi.python.org/packages/5e/72/602c5ee68238956b272afafe52ffdd2afb1712d46cb1fcbff66fa41bec7a/tz-trout-0.1.4.tar.gz#md5=cb10054d0bd5d35e0570ebf7766a15bd (from https://pypi.python.org/simple/tz-trout/), version: 0.1.4 Skipping link https://pypi.python.org/packages/e3/b5/be285b319ef2a63a7fa01d8ac94e3675c0ca09894b2ad82fca758cf3f401/tz_trout-0.1.4-py2-none-any.whl#md5=4c7514e3afc1698cc9c3bef248767c7c (from https://pypi.python.org/simple/tz-trout/); it is not compatible with this Python Found link https://pypi.python.org/packages/ca/6e/02d0eda905cfc0d1b76131baaa979efe91099bbfb164e22461e28d0bcea9/tz-trout-0.1.5.tar.gz#md5=b9998ef536fdc4fb1dbb805c0a83ef0a (from https://pypi.python.org/simple/tz-trout/), version: 0.1.5 Found link https://pypi.python.org/packages/8a/7f/73f4fb2296bdff45e4c8f111eb3a9a6027fd18511012c94d7ffbad1a3f39/tz-trout-0.1.6.tar.gz#md5=1c4e7c1055a3d852cedb8f2bf18d357c (from https://pypi.python.org/simple/tz-trout/), version: 0.1.6 Using version 0.1.6 (newest of versions: 0.1.6) Downloading tz-trout-0.1.6.tar.gz (223kB) Downloading from URL https://pypi.python.org/packages/8a/7f/73f4fb2296bdff45e4c8f111eb3a9a6027fd18511012c94d7ffbad1a3f39/tz-trout-0.1.6.tar.gz#md5=1c4e7c1055a3d852cedb8f2bf18d357c (from https://pypi.python.org/simple/tz-trout/) Running setup.py (path:/tmp/pip-build-j_fqb_hn/tz-trout/setup.py) egg_info for package tz-trout Running command python setup.py egg_info running egg_info creating pip-egg-info/tz_trout.egg-info writing dependency_links to pip-egg-info/tz_trout.egg-info/dependency_links.txt writing top-level names to pip-egg-info/tz_trout.egg-info/top_level.txt writing requirements to pip-egg-info/tz_trout.egg-info/requires.txt writing pip-egg-info/tz_trout.egg-info/PKG-INFO writing manifest file 'pip-egg-info/tz_trout.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/tz_trout.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/tz_trout.egg-info/SOURCES.txt' Source in /tmp/pip-build-j_fqb_hn/tz-trout has version 0.1.6, which satisfies requirement tz-trout==0.1.6 from https://pypi.python.org/packages/8a/7f/73f4fb2296bdff45e4c8f111eb3a9a6027fd18511012c94d7ffbad1a3f39/tz-trout-0.1.6.tar.gz#md5=1c4e7c1055a3d852cedb8f2bf18d357c Building wheels for collected packages: tz-trout Running setup.py bdist_wheel for tz-trout: started Destination directory: /tmp/tmpqj7uza6apip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-j_fqb_hn/tz-trout/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/tmpqj7uza6apip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/tztrout copying tztrout/data.py -> build/lib/tztrout copying tztrout/__init__.py -> build/lib/tztrout copying tztrout/data_exceptions.py -> build/lib/tztrout creating build/lib/tztrout/data copying tztrout/data/us_zips_to_tz_ids.pkl -> build/lib/tztrout/data copying tztrout/data/tz_name_to_tz_name_aliases.json -> build/lib/tztrout/data copying tztrout/data/au_state_to_tz_ids.json -> build/lib/tztrout/data copying tztrout/data/au_area_code_to_state.json -> build/lib/tztrout/data copying tztrout/data/ca_state_to_tz_ids.json -> build/lib/tztrout/data copying tztrout/data/normalized_states.json -> build/lib/tztrout/data copying tztrout/data/tz_name_to_tz_ids.json -> build/lib/tztrout/data copying tztrout/data/ca_area_code_to_state.json -> build/lib/tztrout/data copying tztrout/data/offset_to_tz_ids.json -> build/lib/tztrout/data 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/tztrout copying build/lib/tztrout/data.py -> build/bdist.linux-armv7l/wheel/tztrout copying build/lib/tztrout/__init__.py -> build/bdist.linux-armv7l/wheel/tztrout copying build/lib/tztrout/data_exceptions.py -> build/bdist.linux-armv7l/wheel/tztrout creating build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/us_zips_to_tz_ids.pkl -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/tz_name_to_tz_name_aliases.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/au_state_to_tz_ids.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/au_area_code_to_state.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/ca_state_to_tz_ids.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/normalized_states.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/tz_name_to_tz_ids.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/ca_area_code_to_state.json -> build/bdist.linux-armv7l/wheel/tztrout/data copying build/lib/tztrout/data/offset_to_tz_ids.json -> build/bdist.linux-armv7l/wheel/tztrout/data running install_egg_info running egg_info writing tz_trout.egg-info/PKG-INFO writing top-level names to tz_trout.egg-info/top_level.txt writing requirements to tz_trout.egg-info/requires.txt writing dependency_links to tz_trout.egg-info/dependency_links.txt reading manifest file 'tz_trout.egg-info/SOURCES.txt' writing manifest file 'tz_trout.egg-info/SOURCES.txt' Copying tz_trout.egg-info to build/bdist.linux-armv7l/wheel/tz_trout-0.1.6-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/tz_trout-0.1.6.dist-info/WHEEL Running setup.py bdist_wheel for tz-trout: finished with status 'done' Stored in directory: /tmp/tmpmt85wr2v Successfully built tz-trout Cleaning up... Removing source in /tmp/pip-build-j_fqb_hn/tz-trout