Collecting ftw.crawler==1.3.0 1 location(s) to search for versions of ftw.crawler: * https://pypi.python.org/simple/ftw-crawler/ Getting page https://pypi.python.org/simple/ftw-crawler/ Analyzing links from page https://pypi.python.org/simple/ftw-crawler/ Found link https://pypi.python.org/packages/0a/d2/8b6a4429801d9b3eb06225e6a94c995a3c33d9730bb2ae9efbe4e5c18954/ftw.crawler-1.2.0.tar.gz#md5=e55d09ba1bf7391e0eb395e0576bc102 (from https://pypi.python.org/simple/ftw-crawler/), version: 1.2.0 Found link https://pypi.python.org/packages/45/95/266c7d607ab213e5757ca92d42cf58ec5b6017a98fcc8ad9638ab33bb3a9/ftw.crawler-1.0.zip#md5=36c5cca11abec269a71330d91a792ef2 (from https://pypi.python.org/simple/ftw-crawler/), version: 1.0 Found link https://pypi.python.org/packages/cc/70/d773981f8d692c4c538d85d60686d5233fa3eff51f49936772ada6f5f7cf/ftw.crawler-1.1.0.tar.gz#md5=299018612e57c884357c963396867a19 (from https://pypi.python.org/simple/ftw-crawler/), version: 1.1.0 Found link https://pypi.python.org/packages/e1/80/b77f5976d3ea9ca8497e3c4d4e4016c46db484057955e42e1ee0f7044388/ftw.crawler-1.3.0.tar.gz#md5=4b91d716e0a403bc947138a641fe1afa (from https://pypi.python.org/simple/ftw-crawler/), version: 1.3.0 Found link https://pypi.python.org/packages/e5/59/85956b6e30ab48488348e4dce2875b2792a1c1b9b0dc7ee0e16dd091af76/ftw.crawler-1.2.1.tar.gz#md5=2f406ada9645041116effbc495b3b8dd (from https://pypi.python.org/simple/ftw-crawler/), version: 1.2.1 Using version 1.3.0 (newest of versions: 1.3.0) Downloading ftw.crawler-1.3.0.tar.gz (40kB) Downloading from URL https://pypi.python.org/packages/e1/80/b77f5976d3ea9ca8497e3c4d4e4016c46db484057955e42e1ee0f7044388/ftw.crawler-1.3.0.tar.gz#md5=4b91d716e0a403bc947138a641fe1afa (from https://pypi.python.org/simple/ftw-crawler/) Running setup.py (path:/tmp/pip-build-ufcrzr5a/ftw.crawler/setup.py) egg_info for package ftw.crawler Running command python setup.py egg_info running egg_info creating pip-egg-info/ftw.crawler.egg-info writing pip-egg-info/ftw.crawler.egg-info/PKG-INFO writing namespace_packages to pip-egg-info/ftw.crawler.egg-info/namespace_packages.txt writing dependency_links to pip-egg-info/ftw.crawler.egg-info/dependency_links.txt writing entry points to pip-egg-info/ftw.crawler.egg-info/entry_points.txt writing top-level names to pip-egg-info/ftw.crawler.egg-info/top_level.txt writing requirements to pip-egg-info/ftw.crawler.egg-info/requires.txt writing manifest file 'pip-egg-info/ftw.crawler.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/ftw.crawler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '._*' found anywhere in distribution warning: no previously-included files matching '*.mo' found anywhere in distribution writing manifest file 'pip-egg-info/ftw.crawler.egg-info/SOURCES.txt' Source in /tmp/pip-build-ufcrzr5a/ftw.crawler has version 1.3.0, which satisfies requirement ftw.crawler==1.3.0 from https://pypi.python.org/packages/e1/80/b77f5976d3ea9ca8497e3c4d4e4016c46db484057955e42e1ee0f7044388/ftw.crawler-1.3.0.tar.gz#md5=4b91d716e0a403bc947138a641fe1afa Building wheels for collected packages: ftw.crawler Running setup.py bdist_wheel for ftw.crawler: started Destination directory: /tmp/tmp3l_ej_bcpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ufcrzr5a/ftw.crawler/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/tmp3l_ej_bcpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/ftw copying ftw/__init__.py -> build/lib/ftw creating build/lib/ftw/crawler copying ftw/crawler/main.py -> build/lib/ftw/crawler copying ftw/crawler/log.py -> build/lib/ftw/crawler copying ftw/crawler/testing.py -> build/lib/ftw/crawler copying ftw/crawler/exceptions.py -> build/lib/ftw/crawler copying ftw/crawler/metadata.py -> build/lib/ftw/crawler copying ftw/crawler/utils.py -> build/lib/ftw/crawler copying ftw/crawler/__init__.py -> build/lib/ftw/crawler copying ftw/crawler/fetcher.py -> build/lib/ftw/crawler copying ftw/crawler/extractors.py -> build/lib/ftw/crawler copying ftw/crawler/purging.py -> build/lib/ftw/crawler copying ftw/crawler/solr.py -> build/lib/ftw/crawler copying ftw/crawler/resource.py -> build/lib/ftw/crawler copying ftw/crawler/sitemap.py -> build/lib/ftw/crawler copying ftw/crawler/configuration.py -> build/lib/ftw/crawler copying ftw/crawler/slack.py -> build/lib/ftw/crawler copying ftw/crawler/tika.py -> build/lib/ftw/crawler creating build/lib/ftw/crawler/xml_utils copying ftw/crawler/xml_utils/__init__.py -> build/lib/ftw/crawler/xml_utils creating build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_xml_utils.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_slack.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_sitemap.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_configuration.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_tika.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/__init__.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/helpers.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_extractors.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_solr.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_fetcher.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_purging.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_utils.py -> build/lib/ftw/crawler/tests copying ftw/crawler/tests/test_metadata.py -> build/lib/ftw/crawler/tests creating build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/__init__.py -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/basic_config.py -> build/lib/ftw/crawler/tests/assets running egg_info writing dependency_links to ftw.crawler.egg-info/dependency_links.txt writing namespace_packages to ftw.crawler.egg-info/namespace_packages.txt writing ftw.crawler.egg-info/PKG-INFO writing top-level names to ftw.crawler.egg-info/top_level.txt writing requirements to ftw.crawler.egg-info/requires.txt writing entry points to ftw.crawler.egg-info/entry_points.txt reading manifest file 'ftw.crawler.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '._*' found anywhere in distribution warning: no previously-included files matching '*.mo' found anywhere in distribution writing manifest file 'ftw.crawler.egg-info/SOURCES.txt' copying ftw/crawler/xml_utils/remove_namespaces.xsl -> build/lib/ftw/crawler/xml_utils copying ftw/crawler/tests/assets/html5_doc.html -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/namespaced.xml -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap.xml -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap.xml.gz -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index.xml -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index.xml.gz -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index_req_only.xml -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_req_only.xml -> build/lib/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/xhtml_doc.html -> build/lib/ftw/crawler/tests/assets installing to build/bdist.linux-armv7l/wheel running install running install_lib Skipping installation of build/bdist.linux-armv7l/wheel/ftw/__init__.py (namespace package) copying ftw/crawler/main.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/log.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/testing.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/exceptions.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/metadata.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/utils.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/__init__.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/fetcher.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/extractors.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/purging.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/solr.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/resource.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/sitemap.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/configuration.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/slack.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/tika.py -> build/bdist.linux-armv7l/wheel/ftw/crawler copying ftw/crawler/xml_utils/__init__.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/xml_utils copying ftw/crawler/xml_utils/remove_namespaces.xsl -> build/bdist.linux-armv7l/wheel/ftw/crawler/xml_utils copying ftw/crawler/tests/test_xml_utils.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_slack.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_sitemap.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_configuration.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_tika.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/__init__.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/helpers.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_extractors.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_solr.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_fetcher.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_purging.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_utils.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/test_metadata.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests copying ftw/crawler/tests/assets/__init__.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/basic_config.py -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index_req_only.xml -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/namespaced.xml -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/html5_doc.html -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index.xml -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap.xml -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_req_only.xml -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap_index.xml.gz -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/xhtml_doc.html -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets copying ftw/crawler/tests/assets/sitemap.xml.gz -> build/bdist.linux-armv7l/wheel/ftw/crawler/tests/assets running install_egg_info Copying ftw.crawler.egg-info to build/bdist.linux-armv7l/wheel/ftw.crawler-1.3.0-py3.4.egg-info Installing build/bdist.linux-armv7l/wheel/ftw.crawler-1.3.0-py3.4-nspkg.pth running install_scripts creating build/bdist.linux-armv7l/wheel/ftw.crawler-1.3.0.dist-info/WHEEL Running setup.py bdist_wheel for ftw.crawler: finished with status 'done' Stored in directory: /tmp/tmp92c8jj6g Successfully built ftw.crawler Cleaning up... Removing source in /tmp/pip-build-ufcrzr5a/ftw.crawler