Advertisement
Guest User

Untitled

a guest
Oct 27th, 2014
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. running install
  2. running bdist_egg
  3. running egg_info
  4. writing requirements to trezor.egg-info/requires.txt
  5. writing trezor.egg-info/PKG-INFO
  6. writing top-level names to trezor.egg-info/top_level.txt
  7. writing dependency_links to trezor.egg-info/dependency_links.txt
  8. reading manifest file 'trezor.egg-info/SOURCES.txt'
  9. writing manifest file 'trezor.egg-info/SOURCES.txt'
  10. installing library code to build/bdist.macosx-10.10-x86_64/egg
  11. running install_lib
  12. running build_py
  13. creating build/bdist.macosx-10.10-x86_64/egg
  14. creating build/bdist.macosx-10.10-x86_64/egg/trezorlib
  15. copying build/lib/trezorlib/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  16. copying build/lib/trezorlib/ckd_public.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  17. copying build/lib/trezorlib/client.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  18. copying build/lib/trezorlib/debuglink.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  19. copying build/lib/trezorlib/mapping.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  20. copying build/lib/trezorlib/messages_pb2.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  21. copying build/lib/trezorlib/protobuf_json.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  22. creating build/bdist.macosx-10.10-x86_64/egg/trezorlib/qt
  23. copying build/lib/trezorlib/qt/__init__.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib/qt
  24. copying build/lib/trezorlib/qt/pinmatrix.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib/qt
  25. copying build/lib/trezorlib/tools.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  26. copying build/lib/trezorlib/transport.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  27. copying build/lib/trezorlib/transport_fake.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  28. copying build/lib/trezorlib/transport_hid.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  29. copying build/lib/trezorlib/transport_pipe.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  30. copying build/lib/trezorlib/transport_serial.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  31. copying build/lib/trezorlib/transport_socket.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  32. copying build/lib/trezorlib/tx_api.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  33. copying build/lib/trezorlib/types_pb2.py -> build/bdist.macosx-10.10-x86_64/egg/trezorlib
  34. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/__init__.py to __init__.pyc
  35. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/ckd_public.py to ckd_public.pyc
  36. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/client.py to client.pyc
  37. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/debuglink.py to debuglink.pyc
  38. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/mapping.py to mapping.pyc
  39. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/messages_pb2.py to messages_pb2.pyc
  40. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/protobuf_json.py to protobuf_json.pyc
  41. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/qt/__init__.py to __init__.pyc
  42. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/qt/pinmatrix.py to pinmatrix.pyc
  43. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/tools.py to tools.pyc
  44. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport.py to transport.pyc
  45. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport_fake.py to transport_fake.pyc
  46. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport_hid.py to transport_hid.pyc
  47. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport_pipe.py to transport_pipe.pyc
  48. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport_serial.py to transport_serial.pyc
  49. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/transport_socket.py to transport_socket.pyc
  50. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/tx_api.py to tx_api.pyc
  51. byte-compiling build/bdist.macosx-10.10-x86_64/egg/trezorlib/types_pb2.py to types_pb2.pyc
  52. creating build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  53. copying trezor.egg-info/PKG-INFO -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  54. copying trezor.egg-info/SOURCES.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  55. copying trezor.egg-info/dependency_links.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  56. copying trezor.egg-info/not-zip-safe -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  57. copying trezor.egg-info/requires.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  58. copying trezor.egg-info/top_level.txt -> build/bdist.macosx-10.10-x86_64/egg/EGG-INFO
  59. creating 'dist/trezor-0.5.4-py2.7.egg' and adding 'build/bdist.macosx-10.10-x86_64/egg' to it
  60. removing 'build/bdist.macosx-10.10-x86_64/egg' (and everything under it)
  61. Processing trezor-0.5.4-py2.7.egg
  62. removing '/usr/local/lib/python2.7/site-packages/trezor-0.5.4-py2.7.egg' (and everything under it)
  63. creating /usr/local/lib/python2.7/site-packages/trezor-0.5.4-py2.7.egg
  64. Extracting trezor-0.5.4-py2.7.egg to /usr/local/lib/python2.7/site-packages
  65. trezor 0.5.4 is already the active version in easy-install.pth
  66.  
  67. Installed /usr/local/lib/python2.7/site-packages/trezor-0.5.4-py2.7.egg
  68. Processing dependencies for trezor==0.5.4
  69. Searching for hidapi==0.7.99-5
  70. Best match: hidapi 0.7.99-5
  71. Adding hidapi 0.7.99-5 to easy-install.pth file
  72.  
  73. Using /usr/local/lib/python2.7/site-packages
  74. Searching for mnemonic==0.9
  75. Best match: mnemonic 0.9
  76. Processing mnemonic-0.9-py2.7.egg
  77. mnemonic 0.9 is already the active version in easy-install.pth
  78.  
  79. Using /usr/local/lib/python2.7/site-packages/mnemonic-0.9-py2.7.egg
  80. Searching for protobuf==2.5.0
  81. Best match: protobuf 2.5.0
  82. Processing protobuf-2.5.0-py2.7.egg
  83. protobuf 2.5.0 is already the active version in easy-install.pth
  84.  
  85. Using /usr/local/lib/python2.7/site-packages/protobuf-2.5.0-py2.7.egg
  86. Searching for ecdsa==0.11
  87. Best match: ecdsa 0.11
  88. Processing ecdsa-0.11-py2.7.egg
  89. ecdsa 0.11 is already the active version in easy-install.pth
  90.  
  91. Using /usr/local/lib/python2.7/site-packages/ecdsa-0.11-py2.7.egg
  92. Searching for pbkdf2==1.3
  93. Best match: pbkdf2 1.3
  94. Processing pbkdf2-1.3-py2.7.egg
  95. pbkdf2 1.3 is already the active version in easy-install.pth
  96.  
  97. Using /usr/local/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg
  98. Searching for setuptools==7.0
  99. Best match: setuptools 7.0
  100. Adding setuptools 7.0 to easy-install.pth file
  101. Installing easy_install-3.4 script to /usr/local/bin
  102. Installing easy_install script to /usr/local/bin
  103.  
  104. Using /usr/local/lib/python2.7/site-packages
  105. Finished processing dependencies for trezor==0.5.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement