Collecting pyranges==0.0.2 1 location(s) to search for versions of pyranges: * https://pypi.python.org/simple/pyranges/ Getting page https://pypi.python.org/simple/pyranges/ Analyzing links from page https://pypi.org/simple/pyranges/ Found link https://files.pythonhosted.org/packages/17/3c/951e147b350baaf8bc5790c2f26e376097c8aca958ecd962def4010335f8/pyranges-0.0.1.tar.gz#sha256=58f161aeda5916b1ca63278569226aaf0714de778b6452319a9f35ea8fa15856 (from https://pypi.org/simple/pyranges/), version: 0.0.1 Found link https://files.pythonhosted.org/packages/32/38/c7318ff71a708f0e532556fb8a4ba6a6cac89ad8e83479b04e7237c37561/pyranges-0.0.2.tar.gz#sha256=65da1b35c39dbe80cab4c1d98a93f0e873a8433b3b226bcd7ad9ebdbc3339538 (from https://pypi.org/simple/pyranges/), version: 0.0.2 Using version 0.0.2 (newest of versions: 0.0.2) Downloading https://files.pythonhosted.org/packages/32/38/c7318ff71a708f0e532556fb8a4ba6a6cac89ad8e83479b04e7237c37561/pyranges-0.0.2.tar.gz (374kB) Downloading from URL https://files.pythonhosted.org/packages/32/38/c7318ff71a708f0e532556fb8a4ba6a6cac89ad8e83479b04e7237c37561/pyranges-0.0.2.tar.gz#sha256=65da1b35c39dbe80cab4c1d98a93f0e873a8433b3b226bcd7ad9ebdbc3339538 (from https://pypi.org/simple/pyranges/) Running setup.py (path:/tmp/pip-build-qdxc285g/pyranges/setup.py) egg_info for package pyranges Running command python setup.py egg_info running egg_info creating pip-egg-info/pyranges.egg-info writing dependency_links to pip-egg-info/pyranges.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pyranges.egg-info/top_level.txt writing pip-egg-info/pyranges.egg-info/PKG-INFO writing requirements to pip-egg-info/pyranges.egg-info/requires.txt writing manifest file 'pip-egg-info/pyranges.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyranges.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pyranges.egg-info/SOURCES.txt' Source in /tmp/pip-build-qdxc285g/pyranges has version 0.0.2, which satisfies requirement pyranges==0.0.2 from https://files.pythonhosted.org/packages/32/38/c7318ff71a708f0e532556fb8a4ba6a6cac89ad8e83479b04e7237c37561/pyranges-0.0.2.tar.gz#sha256=65da1b35c39dbe80cab4c1d98a93f0e873a8433b3b226bcd7ad9ebdbc3339538 Building wheels for collected packages: pyranges Running setup.py bdist_wheel for pyranges: started Destination directory: /tmp/tmph7ht953apip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-qdxc285g/pyranges/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/tmph7ht953apip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyranges copying pyranges/pyranges.py -> build/lib/pyranges copying pyranges/__init__.py -> build/lib/pyranges copying pyranges/methods.py -> build/lib/pyranges copying pyranges/version.py -> build/lib/pyranges creating build/lib/tests copying tests/test_overlap_simple.py -> build/lib/tests copying tests/test_nearest.py -> build/lib/tests copying tests/test_advanced_subtraction.py -> build/lib/tests copying tests/test_bed_intersection.py -> build/lib/tests copying tests/test_getset_attr.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_set_intersection.py -> build/lib/tests copying tests/test_advanced_overlap_keep_both.py -> build/lib/tests copying tests/helpers.py -> build/lib/tests copying tests/test_subtraction.py -> build/lib/tests copying tests/test_overlap.py -> build/lib/tests copying tests/test_instantiation.py -> build/lib/tests copying tests/test_advanced_intersection.py -> build/lib/tests copying tests/test_read.py -> build/lib/tests copying tests/test_overlap_keep_both.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_advanced_overlap.py -> build/lib/tests copying tests/test_intersection.py -> build/lib/tests creating build/lib/pyranges/example_data copying pyranges/example_data/epigenome_roadmap.bed -> build/lib/pyranges/example_data copying pyranges/example_data/aorta2.bed -> build/lib/pyranges/example_data copying pyranges/example_data/lamina.bed -> build/lib/pyranges/example_data copying pyranges/example_data/aorta.bed -> build/lib/pyranges/example_data copying pyranges/example_data/chipseq_background.bed -> build/lib/pyranges/example_data copying pyranges/example_data/chipseq.bed -> build/lib/pyranges/example_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/pyranges copying build/lib/pyranges/pyranges.py -> build/bdist.linux-armv7l/wheel/pyranges creating build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/epigenome_roadmap.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/aorta2.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/lamina.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/aorta.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/chipseq_background.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/example_data/chipseq.bed -> build/bdist.linux-armv7l/wheel/pyranges/example_data copying build/lib/pyranges/__init__.py -> build/bdist.linux-armv7l/wheel/pyranges copying build/lib/pyranges/methods.py -> build/bdist.linux-armv7l/wheel/pyranges copying build/lib/pyranges/version.py -> build/bdist.linux-armv7l/wheel/pyranges creating build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_overlap_simple.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_nearest.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_advanced_subtraction.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_bed_intersection.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_getset_attr.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/__init__.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_set_intersection.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_advanced_overlap_keep_both.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/helpers.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_subtraction.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_overlap.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_instantiation.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_advanced_intersection.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_read.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_overlap_keep_both.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/conftest.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_advanced_overlap.py -> build/bdist.linux-armv7l/wheel/tests copying build/lib/tests/test_intersection.py -> build/bdist.linux-armv7l/wheel/tests running install_egg_info running egg_info writing dependency_links to pyranges.egg-info/dependency_links.txt writing pyranges.egg-info/PKG-INFO writing top-level names to pyranges.egg-info/top_level.txt writing requirements to pyranges.egg-info/requires.txt reading manifest file 'pyranges.egg-info/SOURCES.txt' writing manifest file 'pyranges.egg-info/SOURCES.txt' Copying pyranges.egg-info to build/bdist.linux-armv7l/wheel/pyranges-0.0.2-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyranges-0.0.2.dist-info/WHEEL Running setup.py bdist_wheel for pyranges: finished with status 'done' Stored in directory: /tmp/tmp9zx7tnf_ Successfully built pyranges Cleaning up... Removing source in /tmp/pip-build-qdxc285g/pyranges