Created temporary directory: /tmp/pip-ephem-wheel-cache-vac3tvyv Created temporary directory: /tmp/pip-req-tracker-p7xo8dsa Created requirements tracker '/tmp/pip-req-tracker-p7xo8dsa' Created temporary directory: /tmp/pip-wheel-mamiak1_ Collecting sat-search==0.2.0 1 location(s) to search for versions of sat-search: * https://pypi.org/simple/sat-search/ Getting page https://pypi.org/simple/sat-search/ Analyzing links from page https://pypi.org/simple/sat-search/ Found link https://files.pythonhosted.org/packages/3c/2b/6fe1cc8efc88ec012dfb5ec9aa5d2c9f87ba5831d2d3f47c5d3733c4024f/sat-search-0.1.0b1.tar.gz#sha256=7baeda93a1ce12c528a5eefd6d5a4ff7633ca634e108aacce77a66d768aaea23 (from https://pypi.org/simple/sat-search/), version: 0.1.0b1 Found link https://files.pythonhosted.org/packages/91/39/7095f55d03ee2d85e96bc15d9b9ba66f7804018b85979b32785f2eb082bd/sat-search-0.1.0.tar.gz#sha256=78d8c4eade34b500a7dc24b2569ec3ea0d4061ac4fb74e09db2ea06b81cca5e1 (from https://pypi.org/simple/sat-search/), version: 0.1.0 Found link https://files.pythonhosted.org/packages/03/af/42683bfcfaf5a832cfdb63fd82308646e8709a53b58dd76fa43cc1c5df31/sat-search-0.2.0b1.tar.gz#sha256=1759b3161dbb50f63ee30c48594714cc500c17ac8ea2b8825b9660be82f7821f (from https://pypi.org/simple/sat-search/), version: 0.2.0b1 Found link https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz#sha256=6d6a9c1e0fe37805bf3cb9e118df5e2675eba927a08dba5d95ca978041452250 (from https://pypi.org/simple/sat-search/), version: 0.2.0 Using version 0.2.0 (newest of versions: 0.2.0) Created temporary directory: /tmp/pip-unpack-j87vr4ax Downloading https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz Downloading from URL https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz#sha256=6d6a9c1e0fe37805bf3cb9e118df5e2675eba927a08dba5d95ca978041452250 (from https://pypi.org/simple/sat-search/) Added sat-search==0.2.0 from https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz#sha256=6d6a9c1e0fe37805bf3cb9e118df5e2675eba927a08dba5d95ca978041452250 to build tracker '/tmp/pip-req-tracker-p7xo8dsa' Running setup.py (path:/tmp/pip-wheel-mamiak1_/sat-search/setup.py) egg_info for package sat-search Running command python setup.py egg_info Not found: sat-stac~=0.1.1 Not found: running egg_info creating pip-egg-info/sat_search.egg-info writing requirements to pip-egg-info/sat_search.egg-info/requires.txt writing top-level names to pip-egg-info/sat_search.egg-info/top_level.txt writing dependency_links to pip-egg-info/sat_search.egg-info/dependency_links.txt writing pip-egg-info/sat_search.egg-info/PKG-INFO writing entry points to pip-egg-info/sat_search.egg-info/entry_points.txt writing manifest file 'pip-egg-info/sat_search.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/sat_search.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' writing manifest file 'pip-egg-info/sat_search.egg-info/SOURCES.txt' Source in /tmp/pip-wheel-mamiak1_/sat-search has version 0.2.0, which satisfies requirement sat-search==0.2.0 from https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz#sha256=6d6a9c1e0fe37805bf3cb9e118df5e2675eba927a08dba5d95ca978041452250 Removed sat-search==0.2.0 from https://files.pythonhosted.org/packages/38/a9/590edded854cfc3eea0331b6879a54276bea4e305c3dd9f6011d3900ba2f/sat-search-0.2.0.tar.gz#sha256=6d6a9c1e0fe37805bf3cb9e118df5e2675eba927a08dba5d95ca978041452250 from build tracker '/tmp/pip-req-tracker-p7xo8dsa' Building wheels for collected packages: sat-search Created temporary directory: /tmp/pip-wheel-hnoo9ea7 Running setup.py bdist_wheel for sat-search: started Destination directory: /tmp/pip-wheel-hnoo9ea7 Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-wheel-mamiak1_/sat-search/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-hnoo9ea7 Not found: sat-stac~=0.1.1 Not found: running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/satsearch copying satsearch/main.py -> build/lib/satsearch copying satsearch/__init__.py -> build/lib/satsearch copying satsearch/search.py -> build/lib/satsearch copying satsearch/config.py -> build/lib/satsearch copying satsearch/version.py -> build/lib/satsearch copying satsearch/parser.py -> build/lib/satsearch creating build/lib/test copying test/__init__.py -> build/lib/test copying test/test_parser.py -> build/lib/test copying test/test_search.py -> build/lib/test copying test/test_main.py -> build/lib/test running egg_info writing requirements to sat_search.egg-info/requires.txt writing entry points to sat_search.egg-info/entry_points.txt writing top-level names to sat_search.egg-info/top_level.txt writing sat_search.egg-info/PKG-INFO writing dependency_links to sat_search.egg-info/dependency_links.txt reading manifest file 'sat_search.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' writing manifest file 'sat_search.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/satsearch copying build/lib/satsearch/main.py -> build/bdist.linux-armv7l/wheel/satsearch copying build/lib/satsearch/__init__.py -> build/bdist.linux-armv7l/wheel/satsearch copying build/lib/satsearch/search.py -> build/bdist.linux-armv7l/wheel/satsearch copying build/lib/satsearch/config.py -> build/bdist.linux-armv7l/wheel/satsearch copying build/lib/satsearch/version.py -> build/bdist.linux-armv7l/wheel/satsearch copying build/lib/satsearch/parser.py -> build/bdist.linux-armv7l/wheel/satsearch creating build/bdist.linux-armv7l/wheel/test copying build/lib/test/__init__.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_parser.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_search.py -> build/bdist.linux-armv7l/wheel/test copying build/lib/test/test_main.py -> build/bdist.linux-armv7l/wheel/test running install_egg_info Copying sat_search.egg-info to build/bdist.linux-armv7l/wheel/sat_search-0.2.0-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/sat_search-0.2.0.dist-info/WHEEL creating '/tmp/pip-wheel-hnoo9ea7/sat_search-0.2.0-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it adding 'satsearch/__init__.py' adding 'satsearch/config.py' adding 'satsearch/main.py' adding 'satsearch/parser.py' adding 'satsearch/search.py' adding 'satsearch/version.py' adding 'test/__init__.py' adding 'test/test_main.py' adding 'test/test_parser.py' adding 'test/test_search.py' adding 'sat_search-0.2.0.dist-info/METADATA' adding 'sat_search-0.2.0.dist-info/WHEEL' adding 'sat_search-0.2.0.dist-info/dependency_links.txt' adding 'sat_search-0.2.0.dist-info/entry_points.txt' adding 'sat_search-0.2.0.dist-info/top_level.txt' adding 'sat_search-0.2.0.dist-info/RECORD' removing build/bdist.linux-armv7l/wheel Running setup.py bdist_wheel for sat-search: finished with status 'done' Stored in directory: /tmp/tmp9ikwlhbd Successfully built sat-search Cleaning up... Removing source in /tmp/pip-wheel-mamiak1_/sat-search Removed build tracker '/tmp/pip-req-tracker-p7xo8dsa'