Collecting luaparser==1.1 1 location(s) to search for versions of luaparser: * https://pypi.python.org/simple/luaparser/ Getting page https://pypi.python.org/simple/luaparser/ Analyzing links from page https://pypi.python.org/simple/luaparser/ Found link https://pypi.python.org/packages/86/5e/d724ee0b0dfddcc4b8b443abe20190f821d1336a53136e9836491dd1becd/luaparser-1.0.tar.gz#md5=40da9661dc48ce2ad9e9cb0ac74b76d2 (from https://pypi.python.org/simple/luaparser/), version: 1.0 Found link https://pypi.python.org/packages/fa/20/a2a5458313211829fea551caec22179fef13189fd7bda2a5e575222f46ca/luaparser-1.1.tar.gz#md5=89dc1ce9a678c213a6ddbdf070a3b275 (from https://pypi.python.org/simple/luaparser/), version: 1.1 Found link https://pypi.python.org/packages/fc/fb/4b8a45f2c1090d7e66ad0373b06b9e7f9172e65deddf941f3a260a3ef3dd/luaparser-0.1.tar.gz#md5=2df04d6582d989a666a5028dce7e87a6 (from https://pypi.python.org/simple/luaparser/), version: 0.1 Using version 1.1 (newest of versions: 1.1) Downloading luaparser-1.1.tar.gz (47kB) Downloading from URL https://pypi.python.org/packages/fa/20/a2a5458313211829fea551caec22179fef13189fd7bda2a5e575222f46ca/luaparser-1.1.tar.gz#md5=89dc1ce9a678c213a6ddbdf070a3b275 (from https://pypi.python.org/simple/luaparser/) Running setup.py (path:/tmp/pip-build-zq9tkoxe/luaparser/setup.py) egg_info for package luaparser Running command python setup.py egg_info running egg_info creating pip-egg-info/luaparser.egg-info writing pip-egg-info/luaparser.egg-info/PKG-INFO writing top-level names to pip-egg-info/luaparser.egg-info/top_level.txt writing requirements to pip-egg-info/luaparser.egg-info/requires.txt writing dependency_links to pip-egg-info/luaparser.egg-info/dependency_links.txt writing manifest file 'pip-egg-info/luaparser.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/luaparser.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/luaparser.egg-info/SOURCES.txt' Source in /tmp/pip-build-zq9tkoxe/luaparser has version 1.1, which satisfies requirement luaparser==1.1 from https://pypi.python.org/packages/fa/20/a2a5458313211829fea551caec22179fef13189fd7bda2a5e575222f46ca/luaparser-1.1.tar.gz#md5=89dc1ce9a678c213a6ddbdf070a3b275 Building wheels for collected packages: luaparser Running setup.py bdist_wheel for luaparser: started Destination directory: /tmp/tmp93t3u52jpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-zq9tkoxe/luaparser/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/tmp93t3u52jpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/luaparser copying luaparser/__init__.py -> build/lib/luaparser copying luaparser/ast.py -> build/lib/luaparser copying luaparser/astnodes.py -> build/lib/luaparser copying luaparser/printers.py -> build/lib/luaparser copying luaparser/asttokens.py -> build/lib/luaparser creating build/lib/luaparser/parser copying luaparser/parser/LuaLexer.py -> build/lib/luaparser/parser copying luaparser/parser/__init__.py -> build/lib/luaparser/parser copying luaparser/parser/LuaListener.py -> build/lib/luaparser/parser copying luaparser/parser/LuaVisitor.py -> build/lib/luaparser/parser copying luaparser/parser/LuaParser.py -> build/lib/luaparser/parser creating build/lib/luaparser/utils copying luaparser/utils/__init__.py -> build/lib/luaparser/utils copying luaparser/utils/tests.py -> build/lib/luaparser/utils copying luaparser/utils/visitor.py -> build/lib/luaparser/utils creating build/lib/luaparser/tests copying luaparser/tests/test_statements.py -> build/lib/luaparser/tests copying luaparser/tests/__init__.py -> build/lib/luaparser/tests copying luaparser/tests/test_all.py -> build/lib/luaparser/tests copying luaparser/tests/test_ast.py -> build/lib/luaparser/tests copying luaparser/tests/test_expressions.py -> build/lib/luaparser/tests copying luaparser/tests/test_types_values.py -> build/lib/luaparser/tests copying luaparser/tests/test_variables.py -> build/lib/luaparser/tests copying luaparser/tests/test_asttokens.py -> build/lib/luaparser/tests 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/luaparser copying build/lib/luaparser/__init__.py -> build/bdist.linux-armv7l/wheel/luaparser copying build/lib/luaparser/ast.py -> build/bdist.linux-armv7l/wheel/luaparser creating build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_statements.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/__init__.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_all.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_ast.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_expressions.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_types_values.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_variables.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/tests/test_asttokens.py -> build/bdist.linux-armv7l/wheel/luaparser/tests copying build/lib/luaparser/astnodes.py -> build/bdist.linux-armv7l/wheel/luaparser copying build/lib/luaparser/printers.py -> build/bdist.linux-armv7l/wheel/luaparser copying build/lib/luaparser/asttokens.py -> build/bdist.linux-armv7l/wheel/luaparser creating build/bdist.linux-armv7l/wheel/luaparser/utils copying build/lib/luaparser/utils/__init__.py -> build/bdist.linux-armv7l/wheel/luaparser/utils copying build/lib/luaparser/utils/tests.py -> build/bdist.linux-armv7l/wheel/luaparser/utils copying build/lib/luaparser/utils/visitor.py -> build/bdist.linux-armv7l/wheel/luaparser/utils creating build/bdist.linux-armv7l/wheel/luaparser/parser copying build/lib/luaparser/parser/LuaLexer.py -> build/bdist.linux-armv7l/wheel/luaparser/parser copying build/lib/luaparser/parser/__init__.py -> build/bdist.linux-armv7l/wheel/luaparser/parser copying build/lib/luaparser/parser/LuaListener.py -> build/bdist.linux-armv7l/wheel/luaparser/parser copying build/lib/luaparser/parser/LuaVisitor.py -> build/bdist.linux-armv7l/wheel/luaparser/parser copying build/lib/luaparser/parser/LuaParser.py -> build/bdist.linux-armv7l/wheel/luaparser/parser running install_egg_info running egg_info writing top-level names to luaparser.egg-info/top_level.txt writing requirements to luaparser.egg-info/requires.txt writing luaparser.egg-info/PKG-INFO writing dependency_links to luaparser.egg-info/dependency_links.txt reading manifest file 'luaparser.egg-info/SOURCES.txt' writing manifest file 'luaparser.egg-info/SOURCES.txt' Copying luaparser.egg-info to build/bdist.linux-armv7l/wheel/luaparser-1.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/luaparser-1.1.dist-info/WHEEL Running setup.py bdist_wheel for luaparser: finished with status 'done' Stored in directory: /tmp/tmppb6463l4 Successfully built luaparser Cleaning up... Removing source in /tmp/pip-build-zq9tkoxe/luaparser