Collecting PyShExC==0.3.4 1 location(s) to search for versions of PyShExC: * https://pypi.python.org/simple/pyshexc/ Getting page https://pypi.python.org/simple/pyshexc/ Analyzing links from page https://pypi.python.org/simple/pyshexc/ Found link https://pypi.python.org/packages/f6/c6/90a5a73655fb734b0415fe56d9455270faac8d3ece65ad4a8cdcd73d7211/PyShExC-0.2.1.tar.gz#md5=57cd4a01e76a9cbbfd7447675cba7315 (from https://pypi.python.org/simple/pyshexc/), version: 0.2.1 Found link https://pypi.python.org/packages/0c/bd/684bbf5b05e9fedf7dab18045e95f597e062b8cea7344ec1ddb2ed284422/PyShExC-0.3.0.tar.gz#md5=d132a55c6015827f7e0eda4372a22dff (from https://pypi.python.org/simple/pyshexc/), version: 0.3.0 Found link https://pypi.python.org/packages/9b/64/99757b9536bc4495302c7f79b944098efaf278a8cd3b6e30ce4c2ae804f8/PyShExC-0.3.2.tar.gz#md5=233eff1288ce3eb5ffe042658f565a17 (from https://pypi.python.org/simple/pyshexc/), version: 0.3.2 Found link https://pypi.python.org/packages/51/8c/13c66a829cd33f8f001ec6d35939e55740c15f01dc399a022ff3e7cae61d/PyShExC-0.3.4.tar.gz#md5=029f0f1fa9bd6665f07ec860fcde48a7 (from https://pypi.python.org/simple/pyshexc/), version: 0.3.4 Using version 0.3.4 (newest of versions: 0.3.4) Downloading PyShExC-0.3.4.tar.gz (43kB) Downloading from URL https://pypi.python.org/packages/51/8c/13c66a829cd33f8f001ec6d35939e55740c15f01dc399a022ff3e7cae61d/PyShExC-0.3.4.tar.gz#md5=029f0f1fa9bd6665f07ec860fcde48a7 (from https://pypi.python.org/simple/pyshexc/) Running setup.py (path:/tmp/pip-build-svwqksey/PyShExC/setup.py) egg_info for package PyShExC Running command python setup.py egg_info running egg_info creating pip-egg-info/PyShExC.egg-info writing top-level names to pip-egg-info/PyShExC.egg-info/top_level.txt writing requirements to pip-egg-info/PyShExC.egg-info/requires.txt writing pip-egg-info/PyShExC.egg-info/PKG-INFO writing dependency_links to pip-egg-info/PyShExC.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/PyShExC.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/PyShExC.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/PyShExC.egg-info/SOURCES.txt' Source in /tmp/pip-build-svwqksey/PyShExC has version 0.3.4, which satisfies requirement PyShExC==0.3.4 from https://pypi.python.org/packages/51/8c/13c66a829cd33f8f001ec6d35939e55740c15f01dc399a022ff3e7cae61d/PyShExC-0.3.4.tar.gz#md5=029f0f1fa9bd6665f07ec860fcde48a7 Building wheels for collected packages: PyShExC Running setup.py bdist_wheel for PyShExC: started Destination directory: /tmp/tmpxvtxh2d6pip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-svwqksey/PyShExC/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/tmpxvtxh2d6pip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyshexc creating build/lib/pyshexc/parser copying pyshexc/parser/ShExDocParser.py -> build/lib/pyshexc/parser copying pyshexc/parser/ShExDocLexer.py -> build/lib/pyshexc/parser copying pyshexc/parser/__init__.py -> build/lib/pyshexc/parser copying pyshexc/parser/ShExDocVisitor.py -> build/lib/pyshexc/parser creating build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_doc_parser.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_oneofshape_parser.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_node_expression_parser.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_shape_expression_parser.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/generate_shexj.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/parser_context.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_shape_definition_parser.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/__init__.py -> build/lib/pyshexc/parser_impl copying pyshexc/parser_impl/shex_annotations_and_semacts_parser.py -> build/lib/pyshexc/parser_impl running build_scripts creating build/scripts-3.4 copying and adjusting scripts/shexc_to_shexj -> build/scripts-3.4 changing mode of build/scripts-3.4/shexc_to_shexj from 644 to 755 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/pyshexc creating build/bdist.linux-armv7l/wheel/pyshexc/parser copying build/lib/pyshexc/parser/ShExDocParser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser copying build/lib/pyshexc/parser/ShExDocLexer.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser copying build/lib/pyshexc/parser/__init__.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser copying build/lib/pyshexc/parser/ShExDocVisitor.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser creating build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_doc_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_oneofshape_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_node_expression_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_shape_expression_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/generate_shexj.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/parser_context.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_shape_definition_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/__init__.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl copying build/lib/pyshexc/parser_impl/shex_annotations_and_semacts_parser.py -> build/bdist.linux-armv7l/wheel/pyshexc/parser_impl running install_egg_info running egg_info writing dependency_links to PyShExC.egg-info/dependency_links.txt writing top-level names to PyShExC.egg-info/top_level.txt writing PyShExC.egg-info/PKG-INFO writing requirements to PyShExC.egg-info/requires.txt reading manifest file 'PyShExC.egg-info/SOURCES.txt' writing manifest file 'PyShExC.egg-info/SOURCES.txt' Copying PyShExC.egg-info to build/bdist.linux-armv7l/wheel/PyShExC-0.3.4-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/PyShExC-0.3.4.data creating build/bdist.linux-armv7l/wheel/PyShExC-0.3.4.data/scripts copying build/scripts-3.4/shexc_to_shexj -> build/bdist.linux-armv7l/wheel/PyShExC-0.3.4.data/scripts changing mode of build/bdist.linux-armv7l/wheel/PyShExC-0.3.4.data/scripts/shexc_to_shexj to 755 creating build/bdist.linux-armv7l/wheel/PyShExC-0.3.4.dist-info/WHEEL Running setup.py bdist_wheel for PyShExC: finished with status 'done' Stored in directory: /tmp/tmpaeckgcxl Successfully built PyShExC Cleaning up... Removing source in /tmp/pip-build-svwqksey/PyShExC