Collecting geoarray==0.5.7 1 location(s) to search for versions of geoarray: * https://pypi.python.org/simple/geoarray/ Getting page https://pypi.python.org/simple/geoarray/ Analyzing links from page https://pypi.python.org/simple/geoarray/ Found link https://pypi.python.org/packages/10/91/d3c0642c4995b94bf630192821550627fda65238e44e78f614730e9bb981/geoarray-0.4.5.tar.gz#md5=4dd56abc5d41dd2df5958a43dd3a9bb1 (from https://pypi.python.org/simple/geoarray/), version: 0.4.5 Found link https://pypi.python.org/packages/12/68/82cdd83031a4117fb033d9b4615979f48736b9e12141977caee92948b601/geoarray-0.5.7.tar.gz#md5=4313a04e304340ff9644529081e7a9a9 (from https://pypi.python.org/simple/geoarray/), version: 0.5.7 Found link https://pypi.python.org/packages/12/fd/163ed52fba3e33fe5ebf58c9302ef36035726ec8372f4c5deaf1b154aa69/geoarray-0.5.1.tar.gz#md5=307c3844095656f81cc4931db798383a (from https://pypi.python.org/simple/geoarray/), version: 0.5.1 Found link https://pypi.python.org/packages/18/fe/0cf26f14f39baecba6befd63cbc21bb3dd85b434c1d483ca890d4ea9574e/geoarray-0.5.5.tar.gz#md5=31ddfbfbb59c764845bd872ca46309f0 (from https://pypi.python.org/simple/geoarray/), version: 0.5.5 Found link https://pypi.python.org/packages/5a/36/f5e0a46848d5d8118c20d947b97f5d69c4fc392a1c3ad0c26f0313bae53a/geoarray-0.4.7.tar.gz#md5=8aaea159bbdd6c82231cfcb00a06381e (from https://pypi.python.org/simple/geoarray/), version: 0.4.7 Found link https://pypi.python.org/packages/74/42/30546004a597b703c60e9530d167e1d6087f4eb1d0325719ddfd72c22016/geoarray-0.4.6.tar.gz#md5=5eef1db7e9f77ac55ab6c04d65fbb287 (from https://pypi.python.org/simple/geoarray/), version: 0.4.6 Found link https://pypi.python.org/packages/83/95/5cd3cfaaaaf49cba23ea9e76aec2d90125502fefb9fe1186974558952e94/geoarray-0.5.3.tar.gz#md5=94985f6d8987a34b3473dd8604685ade (from https://pypi.python.org/simple/geoarray/), version: 0.5.3 Found link https://pypi.python.org/packages/95/32/73fc32ff5c1122ee8cfc354061c30bde96cb3ee94e95c9ce92d6d2ce5094/geoarray-0.5.6.tar.gz#md5=f9dcac3c86f1cd16ae3dc3dad29b1f79 (from https://pypi.python.org/simple/geoarray/), version: 0.5.6 Using version 0.5.7 (newest of versions: 0.5.7) Downloading geoarray-0.5.7.tar.gz (46kB) Downloading from URL https://pypi.python.org/packages/12/68/82cdd83031a4117fb033d9b4615979f48736b9e12141977caee92948b601/geoarray-0.5.7.tar.gz#md5=4313a04e304340ff9644529081e7a9a9 (from https://pypi.python.org/simple/geoarray/) Running setup.py (path:/tmp/pip-build-xs1tp9s8/geoarray/setup.py) egg_info for package geoarray Running command python setup.py egg_info running egg_info creating pip-egg-info/geoarray.egg-info writing requirements to pip-egg-info/geoarray.egg-info/requires.txt writing pip-egg-info/geoarray.egg-info/PKG-INFO writing top-level names to pip-egg-info/geoarray.egg-info/top_level.txt writing dependency_links to pip-egg-info/geoarray.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/geoarray.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/geoarray.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' writing manifest file 'pip-egg-info/geoarray.egg-info/SOURCES.txt' /tmp/pip-build-xs1tp9s8/geoarray/setup.py:59: UserWarning: You need to install holoviews manually (see www.holoviews.org) if you want to use interactive plotting. It is not automatically installed. warnings.warn('You need to install holoviews manually (see www.holoviews.org) if you want to use interactive ' /tmp/pip-build-xs1tp9s8/geoarray/setup.py:66: UserWarning: You need to install basemap manually (see www./matplotlib.org/basemap) if you want to plot maps. It is not automatically installed. warnings.warn('You need to install basemap manually (see www./matplotlib.org/basemap) if you want to plot maps. ' Source in /tmp/pip-build-xs1tp9s8/geoarray has version 0.5.7, which satisfies requirement geoarray==0.5.7 from https://pypi.python.org/packages/12/68/82cdd83031a4117fb033d9b4615979f48736b9e12141977caee92948b601/geoarray-0.5.7.tar.gz#md5=4313a04e304340ff9644529081e7a9a9 Building wheels for collected packages: geoarray Running setup.py bdist_wheel for geoarray: started Destination directory: /tmp/tmp3abrrkxapip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-xs1tp9s8/geoarray/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/tmp3abrrkxapip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/geoarray copying geoarray/masks.py -> build/lib/geoarray copying geoarray/subsetting.py -> build/lib/geoarray copying geoarray/__init__.py -> build/lib/geoarray copying geoarray/baseclasses.py -> build/lib/geoarray creating build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_geoarray.py -> build/lib/tests running egg_info writing requirements to geoarray.egg-info/requires.txt writing dependency_links to geoarray.egg-info/dependency_links.txt writing top-level names to geoarray.egg-info/top_level.txt writing geoarray.egg-info/PKG-INFO reading manifest file 'geoarray.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.jpg' under directory 'docs' writing manifest file 'geoarray.egg-info/SOURCES.txt' creating build/lib/tests/CI_docker copying tests/CI_docker/build_testsuite_image.sh -> build/lib/tests/CI_docker creating build/lib/tests/CI_docker/context copying tests/CI_docker/context/geoarray_ci.docker -> build/lib/tests/CI_docker/context creating build/lib/tests/data copying tests/data/L8_2bands_extract10x11.tif -> build/lib/tests/data copying tests/data/L8_2bands_extract10x11_array.txt -> build/lib/tests/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/geoarray copying build/lib/geoarray/masks.py -> build/bdist.linux-armv7l/wheel/geoarray copying build/lib/geoarray/subsetting.py -> build/bdist.linux-armv7l/wheel/geoarray copying build/lib/geoarray/__init__.py -> build/bdist.linux-armv7l/wheel/geoarray copying build/lib/geoarray/baseclasses.py -> build/bdist.linux-armv7l/wheel/geoarray creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_geoarray.py -> build/bdist.linux-armv7l/wheel/tests creating build/bdist.linux-armv7l/wheel/tests/data copying build/lib/tests/data/L8_2bands_extract10x11.tif -> build/bdist.linux-armv7l/wheel/tests/data copying build/lib/tests/data/L8_2bands_extract10x11_array.txt -> build/bdist.linux-armv7l/wheel/tests/data creating build/bdist.linux-armv7l/wheel/tests/CI_docker copying build/lib/tests/CI_docker/build_testsuite_image.sh -> build/bdist.linux-armv7l/wheel/tests/CI_docker creating build/bdist.linux-armv7l/wheel/tests/CI_docker/context copying build/lib/tests/CI_docker/context/geoarray_ci.docker -> build/bdist.linux-armv7l/wheel/tests/CI_docker/context running install_egg_info Copying geoarray.egg-info to build/bdist.linux-armv7l/wheel/geoarray-0.5.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/geoarray-0.5.7.dist-info/WHEEL /tmp/pip-build-xs1tp9s8/geoarray/setup.py:59: UserWarning: You need to install holoviews manually (see www.holoviews.org) if you want to use interactive plotting. It is not automatically installed. warnings.warn('You need to install holoviews manually (see www.holoviews.org) if you want to use interactive ' /tmp/pip-build-xs1tp9s8/geoarray/setup.py:66: UserWarning: You need to install basemap manually (see www./matplotlib.org/basemap) if you want to plot maps. It is not automatically installed. warnings.warn('You need to install basemap manually (see www./matplotlib.org/basemap) if you want to plot maps. ' Running setup.py bdist_wheel for geoarray: finished with status 'done' Stored in directory: /tmp/tmpiqxwvfra Successfully built geoarray Cleaning up... Removing source in /tmp/pip-build-xs1tp9s8/geoarray