Collecting sdpl==0.7 1 location(s) to search for versions of sdpl: * https://pypi.python.org/simple/sdpl/ Getting page https://pypi.python.org/simple/sdpl/ Analyzing links from page https://pypi.org/simple/sdpl/ Found link https://files.pythonhosted.org/packages/11/17/dd76c81f4863d2a59fec356d913ed15e91a196696cbed355ff618f02d77c/sdpl-0.1.tar.gz#sha256=07a68559d11ea6be9ce9daeba3eca07d9d405eff38bee6aa4e482f7776a5bc13 (from https://pypi.org/simple/sdpl/), version: 0.1 Found link https://files.pythonhosted.org/packages/cb/f3/1e3f8209dbc991b5f70454f234d3055a3629e385c61dbfb06331cd1d780e/sdpl-0.2.tar.gz#sha256=a6a46dcdf512359102004de89a4ed4741d66ed8ae33c96a4f15f2a3227a55d79 (from https://pypi.org/simple/sdpl/), version: 0.2 Found link https://files.pythonhosted.org/packages/3b/aa/e8e863aea49a78468b70d5db84325a3d9aa2365e2b4411cf62a339f1a18f/sdpl-0.3.tar.gz#sha256=2f65391bc24318a9bf50d80535158613952829ec3f0f1da5531822ffa0df20ee (from https://pypi.org/simple/sdpl/), version: 0.3 Found link https://files.pythonhosted.org/packages/d4/be/7c97d84675718f03f6cfeb951953cb95526c88c9748be1acc2a8aa2e35e2/sdpl-0.4.tar.gz#sha256=6b686c4c8f25971d67f490e3077398c0ff51e843cb4bee52e12ff35524a0224c (from https://pypi.org/simple/sdpl/), version: 0.4 Found link https://files.pythonhosted.org/packages/f8/c5/942396e9de453de427d419750d80e66bb4ea4549dc0a5694ccf0b66d5416/sdpl-0.5.tar.gz#sha256=3fdafec3bc10273f087961c1d4e1c1b94bd75444b704f7f10a10b6c77fcd67c1 (from https://pypi.org/simple/sdpl/), version: 0.5 Found link https://files.pythonhosted.org/packages/c7/c8/a90d48a1a8810ce1994528ada34e4ea99407cc592aa2469911b3e81227c8/sdpl-0.6.tar.gz#sha256=59318ee955a699ce687a26323134675b604c55001b0d7e688ee034a75514122f (from https://pypi.org/simple/sdpl/), version: 0.6 Found link https://files.pythonhosted.org/packages/19/f8/15d7003cf46b2875e4c90ddfe124763d6c52bf215fbf6b99128c5d8f2c57/sdpl-0.7.tar.gz#sha256=3623894a871c9d4fbc997c5904eb6774dbbd48aefeede7cc3d3f274ba946b8bf (from https://pypi.org/simple/sdpl/), version: 0.7 Using version 0.7 (newest of versions: 0.7) Downloading https://files.pythonhosted.org/packages/19/f8/15d7003cf46b2875e4c90ddfe124763d6c52bf215fbf6b99128c5d8f2c57/sdpl-0.7.tar.gz Downloading from URL https://files.pythonhosted.org/packages/19/f8/15d7003cf46b2875e4c90ddfe124763d6c52bf215fbf6b99128c5d8f2c57/sdpl-0.7.tar.gz#sha256=3623894a871c9d4fbc997c5904eb6774dbbd48aefeede7cc3d3f274ba946b8bf (from https://pypi.org/simple/sdpl/) Running setup.py (path:/tmp/pip-build-8c7b3xc8/sdpl/setup.py) egg_info for package sdpl Running command python setup.py egg_info running egg_info creating pip-egg-info/sdpl.egg-info writing dependency_links to pip-egg-info/sdpl.egg-info/dependency_links.txt writing requirements to pip-egg-info/sdpl.egg-info/requires.txt writing top-level names to pip-egg-info/sdpl.egg-info/top_level.txt writing pip-egg-info/sdpl.egg-info/PKG-INFO writing manifest file 'pip-egg-info/sdpl.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/sdpl.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/sdpl.egg-info/SOURCES.txt' Source in /tmp/pip-build-8c7b3xc8/sdpl has version 0.7, which satisfies requirement sdpl==0.7 from https://files.pythonhosted.org/packages/19/f8/15d7003cf46b2875e4c90ddfe124763d6c52bf215fbf6b99128c5d8f2c57/sdpl-0.7.tar.gz#sha256=3623894a871c9d4fbc997c5904eb6774dbbd48aefeede7cc3d3f274ba946b8bf Building wheels for collected packages: sdpl Running setup.py bdist_wheel for sdpl: started Destination directory: /tmp/tmp_aiw_0oypip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-8c7b3xc8/sdpl/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/tmp_aiw_0oypip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/grammar copying grammar/__init__.py -> build/lib/grammar copying grammar/sdplParser.py -> build/lib/grammar copying grammar/sdplLexer.py -> build/lib/grammar copying grammar/sdplListener.py -> build/lib/grammar creating build/lib/parser copying parser/abstract_lexicon.py -> build/lib/parser copying parser/sdpl_generator.py -> build/lib/parser copying parser/decorator.py -> build/lib/parser copying parser/__init__.py -> build/lib/parser copying parser/postresql_schema.py -> build/lib/parser copying parser/pig_lexicon.py -> build/lib/parser copying parser/driver.py -> build/lib/parser copying parser/data_store.py -> build/lib/parser copying parser/spark_lexicon.py -> build/lib/parser copying parser/relation.py -> build/lib/parser copying parser/projection.py -> build/lib/parser creating build/lib/schema copying schema/sdpl_schema.py -> build/lib/schema copying schema/__init__.py -> build/lib/schema copying schema/io.py -> build/lib/schema copying schema/avro_schema.py -> build/lib/schema copying schema/protobuf_schema.py -> build/lib/schema copying grammar/sdpl.tokens -> build/lib/grammar copying grammar/sdpl.g4 -> build/lib/grammar copying grammar/sdplLexer.tokens -> build/lib/grammar 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/grammar copying build/lib/grammar/sdpl.tokens -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/__init__.py -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/sdplParser.py -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/sdplLexer.py -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/sdplListener.py -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/sdpl.g4 -> build/bdist.linux-armv7l/wheel/grammar copying build/lib/grammar/sdplLexer.tokens -> build/bdist.linux-armv7l/wheel/grammar creating build/bdist.linux-armv7l/wheel/schema copying build/lib/schema/sdpl_schema.py -> build/bdist.linux-armv7l/wheel/schema copying build/lib/schema/__init__.py -> build/bdist.linux-armv7l/wheel/schema copying build/lib/schema/io.py -> build/bdist.linux-armv7l/wheel/schema copying build/lib/schema/avro_schema.py -> build/bdist.linux-armv7l/wheel/schema copying build/lib/schema/protobuf_schema.py -> build/bdist.linux-armv7l/wheel/schema creating build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/abstract_lexicon.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/sdpl_generator.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/decorator.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/__init__.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/postresql_schema.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/pig_lexicon.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/driver.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/data_store.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/spark_lexicon.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/relation.py -> build/bdist.linux-armv7l/wheel/parser copying build/lib/parser/projection.py -> build/bdist.linux-armv7l/wheel/parser running install_egg_info running egg_info creating sdpl.egg-info writing requirements to sdpl.egg-info/requires.txt writing sdpl.egg-info/PKG-INFO writing dependency_links to sdpl.egg-info/dependency_links.txt writing top-level names to sdpl.egg-info/top_level.txt writing manifest file 'sdpl.egg-info/SOURCES.txt' reading manifest file 'sdpl.egg-info/SOURCES.txt' writing manifest file 'sdpl.egg-info/SOURCES.txt' Copying sdpl.egg-info to build/bdist.linux-armv7l/wheel/sdpl-0.7-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/sdpl-0.7.dist-info/WHEEL Running setup.py bdist_wheel for sdpl: finished with status 'done' Stored in directory: /tmp/tmp_6sad0w7 Successfully built sdpl Cleaning up... Removing source in /tmp/pip-build-8c7b3xc8/sdpl