Collecting pyemto==0.9.1 1 location(s) to search for versions of pyemto: * https://pypi.python.org/simple/pyemto/ Getting page https://pypi.python.org/simple/pyemto/ Analyzing links from page https://pypi.python.org/simple/pyemto/ Found link https://pypi.python.org/packages/e7/69/4b8819d0fe946f423c3184854d3b4eafdb7c59fa05e3aa13587aeaffadf3/pyemto-0.9.1.tar.gz#md5=6fc0eb5c5ecfc89653fe264a0b20eeaf (from https://pypi.python.org/simple/pyemto/), version: 0.9.1 Using version 0.9.1 (newest of versions: 0.9.1) Downloading pyemto-0.9.1.tar.gz (100kB) Downloading from URL https://pypi.python.org/packages/e7/69/4b8819d0fe946f423c3184854d3b4eafdb7c59fa05e3aa13587aeaffadf3/pyemto-0.9.1.tar.gz#md5=6fc0eb5c5ecfc89653fe264a0b20eeaf (from https://pypi.python.org/simple/pyemto/) Running setup.py (path:/tmp/pip-build-5npuzzl4/pyemto/setup.py) egg_info for package pyemto Running command python setup.py egg_info running egg_info creating pip-egg-info/pyemto.egg-info writing dependency_links to pip-egg-info/pyemto.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pyemto.egg-info/top_level.txt writing requirements to pip-egg-info/pyemto.egg-info/requires.txt writing pip-egg-info/pyemto.egg-info/PKG-INFO writing manifest file 'pip-egg-info/pyemto.egg-info/SOURCES.txt' reading manifest file 'pip-egg-info/pyemto.egg-info/SOURCES.txt' writing manifest file 'pip-egg-info/pyemto.egg-info/SOURCES.txt' Source in /tmp/pip-build-5npuzzl4/pyemto has version 0.9.1, which satisfies requirement pyemto==0.9.1 from https://pypi.python.org/packages/e7/69/4b8819d0fe946f423c3184854d3b4eafdb7c59fa05e3aa13587aeaffadf3/pyemto-0.9.1.tar.gz#md5=6fc0eb5c5ecfc89653fe264a0b20eeaf Building wheels for collected packages: pyemto Running setup.py bdist_wheel for pyemto: started Destination directory: /tmp/tmpu7ek0bmzpip-wheel- Running command /usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5npuzzl4/pyemto/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/tmpu7ek0bmzpip-wheel- running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/pyemto copying pyemto/system.py -> build/lib/pyemto copying pyemto/__init__.py -> build/lib/pyemto creating build/lib/pyemto/EOS copying pyemto/EOS/EOS.py -> build/lib/pyemto/EOS copying pyemto/EOS/asturfit.py -> build/lib/pyemto/EOS copying pyemto/EOS/__init__.py -> build/lib/pyemto/EOS creating build/lib/pyemto/emtoinputs copying pyemto/emtoinputs/batch.py -> build/lib/pyemto/emtoinputs copying pyemto/emtoinputs/emtoinputs.py -> build/lib/pyemto/emtoinputs copying pyemto/emtoinputs/__init__.py -> build/lib/pyemto/emtoinputs copying pyemto/emtoinputs/kfcd.py -> build/lib/pyemto/emtoinputs copying pyemto/emtoinputs/kgrn.py -> build/lib/pyemto/emtoinputs creating build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/batch.py -> build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/bmdl.py -> build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/kstr.py -> build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/shape.py -> build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/__init__.py -> build/lib/pyemto/latticeinputs copying pyemto/latticeinputs/latticeinputs.py -> build/lib/pyemto/latticeinputs creating build/lib/pyemto/utilities copying pyemto/utilities/utils.py -> build/lib/pyemto/utilities copying pyemto/utilities/__init__.py -> build/lib/pyemto/utilities creating build/lib/pyemto/common copying pyemto/common/common.py -> build/lib/pyemto/common copying pyemto/common/__init__.py -> build/lib/pyemto/common creating build/lib/pyemto/emto_parser copying pyemto/emto_parser/emtoparser.py -> build/lib/pyemto/emto_parser copying pyemto/emto_parser/__init__.py -> build/lib/pyemto/emto_parser copying pyemto/emto_parser/dos_parser.py -> build/lib/pyemto/emto_parser creating build/lib/pyemto/examples copying pyemto/examples/create_L11.py -> build/lib/pyemto/examples copying pyemto/examples/CoCrFeMnNi_fcc.py -> build/lib/pyemto/examples copying pyemto/examples/generate_bcc_fcc_ssos.py -> build/lib/pyemto/examples copying pyemto/examples/ti_hcp.py -> build/lib/pyemto/examples copying pyemto/examples/B2_Cr.py -> build/lib/pyemto/examples copying pyemto/examples/structures.py -> build/lib/pyemto/examples copying pyemto/examples/emto_input_generator.py -> build/lib/pyemto/examples copying pyemto/examples/fe.py -> build/lib/pyemto/examples copying pyemto/examples/__init__.py -> build/lib/pyemto/examples copying pyemto/examples/L11_CuPt.py -> build/lib/pyemto/examples copying pyemto/examples/fe_elastic_constants.py -> build/lib/pyemto/examples creating build/lib/pyemto/free_energy copying pyemto/free_energy/free_energy.py -> build/lib/pyemto/free_energy copying pyemto/free_energy/__init__.py -> build/lib/pyemto/free_energy creating build/lib/pyemto/space_group copying pyemto/space_group/__init__.py -> build/lib/pyemto/space_group copying pyemto/space_group/generate_space_group_dics.py -> build/lib/pyemto/space_group copying pyemto/emto_parser/periodic_table.json -> build/lib/pyemto/emto_parser copying pyemto/emto_parser/LICENSE.txt -> build/lib/pyemto/emto_parser 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/pyemto creating build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/create_L11.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/CoCrFeMnNi_fcc.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/generate_bcc_fcc_ssos.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/ti_hcp.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/B2_Cr.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/structures.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/emto_input_generator.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/fe.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/L11_CuPt.py -> build/bdist.linux-armv7l/wheel/pyemto/examples copying build/lib/pyemto/examples/fe_elastic_constants.py -> build/bdist.linux-armv7l/wheel/pyemto/examples creating build/bdist.linux-armv7l/wheel/pyemto/common copying build/lib/pyemto/common/common.py -> build/bdist.linux-armv7l/wheel/pyemto/common copying build/lib/pyemto/common/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/common creating build/bdist.linux-armv7l/wheel/pyemto/EOS copying build/lib/pyemto/EOS/EOS.py -> build/bdist.linux-armv7l/wheel/pyemto/EOS copying build/lib/pyemto/EOS/asturfit.py -> build/bdist.linux-armv7l/wheel/pyemto/EOS copying build/lib/pyemto/EOS/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/EOS creating build/bdist.linux-armv7l/wheel/pyemto/emtoinputs copying build/lib/pyemto/emtoinputs/batch.py -> build/bdist.linux-armv7l/wheel/pyemto/emtoinputs copying build/lib/pyemto/emtoinputs/emtoinputs.py -> build/bdist.linux-armv7l/wheel/pyemto/emtoinputs copying build/lib/pyemto/emtoinputs/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/emtoinputs copying build/lib/pyemto/emtoinputs/kfcd.py -> build/bdist.linux-armv7l/wheel/pyemto/emtoinputs copying build/lib/pyemto/emtoinputs/kgrn.py -> build/bdist.linux-armv7l/wheel/pyemto/emtoinputs creating build/bdist.linux-armv7l/wheel/pyemto/utilities copying build/lib/pyemto/utilities/utils.py -> build/bdist.linux-armv7l/wheel/pyemto/utilities copying build/lib/pyemto/utilities/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/utilities creating build/bdist.linux-armv7l/wheel/pyemto/free_energy copying build/lib/pyemto/free_energy/free_energy.py -> build/bdist.linux-armv7l/wheel/pyemto/free_energy copying build/lib/pyemto/free_energy/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/free_energy copying build/lib/pyemto/system.py -> build/bdist.linux-armv7l/wheel/pyemto copying build/lib/pyemto/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto creating build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/batch.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/bmdl.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/kstr.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/shape.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs copying build/lib/pyemto/latticeinputs/latticeinputs.py -> build/bdist.linux-armv7l/wheel/pyemto/latticeinputs creating build/bdist.linux-armv7l/wheel/pyemto/space_group copying build/lib/pyemto/space_group/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/space_group copying build/lib/pyemto/space_group/generate_space_group_dics.py -> build/bdist.linux-armv7l/wheel/pyemto/space_group creating build/bdist.linux-armv7l/wheel/pyemto/emto_parser copying build/lib/pyemto/emto_parser/emtoparser.py -> build/bdist.linux-armv7l/wheel/pyemto/emto_parser copying build/lib/pyemto/emto_parser/LICENSE.txt -> build/bdist.linux-armv7l/wheel/pyemto/emto_parser copying build/lib/pyemto/emto_parser/__init__.py -> build/bdist.linux-armv7l/wheel/pyemto/emto_parser copying build/lib/pyemto/emto_parser/periodic_table.json -> build/bdist.linux-armv7l/wheel/pyemto/emto_parser copying build/lib/pyemto/emto_parser/dos_parser.py -> build/bdist.linux-armv7l/wheel/pyemto/emto_parser running install_egg_info running egg_info writing pyemto.egg-info/PKG-INFO writing requirements to pyemto.egg-info/requires.txt writing top-level names to pyemto.egg-info/top_level.txt writing dependency_links to pyemto.egg-info/dependency_links.txt reading manifest file 'pyemto.egg-info/SOURCES.txt' writing manifest file 'pyemto.egg-info/SOURCES.txt' Copying pyemto.egg-info to build/bdist.linux-armv7l/wheel/pyemto-0.9.1-py3.4.egg-info running install_scripts creating build/bdist.linux-armv7l/wheel/pyemto-0.9.1.dist-info/WHEEL Running setup.py bdist_wheel for pyemto: finished with status 'done' Stored in directory: /tmp/tmplbv08tz3 Successfully built pyemto Cleaning up... Removing source in /tmp/pip-build-5npuzzl4/pyemto