Created
April 28, 2017 20:48
-
-
Save BenjaminHCCarr/879e59fee74c2fdd798812390ec4a9ce to your computer and use it in GitHub Desktop.
mycroft-core (mycroft-core) on macOS 10.11.6 - Homebrew build logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for mycroft-core on macOS 10.11.6 | |
Build date: 2017-04-28 16:42:24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.1.13-142-g539881f51 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 539881f51a69b1f5cf169766d1115c8b7343bd09 | |
Last commit: 13 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 3f26e7943bca411f1120c0855f8809eaabfe697f | |
Core tap last commit: 2 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.0 build 800 | |
Git: 2.12.2 => /usr/local/bin/git | |
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.24.1/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.4.1_1/bin/ruby | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: N/A | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /opt/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: Python is installed at /Library/Frameworks/Python.framework | |
Homebrew only supports building against the System-provided Python or a | |
brewed Python. In particular, Pythons installed to /Library can interfere | |
with other software installs. | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install mysql | |
Run `brew missing` for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mycroft-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Formula: mycroft-core | |
Tap: | |
Path: /Users/benc/Code/git/Mine/homebrew-tap/Formula/mycroft-core.rb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:41:36 -0400 | |
cp | |
mycroft-base-setup.py | |
setup.py | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:41:36 -0400 | |
python | |
-c | |
import setuptools, tokenize | |
__file__ = 'setup.py' | |
exec(compile(getattr(tokenize, 'open', open)(__file__).read() | |
.replace('\r\n', '\n'), __file__, 'exec')) | |
--no-user-cfg | |
install | |
--prefix=/tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target | |
--single-version-externally-managed | |
--record=installed.txt | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
copying virtualenv.py -> build/lib | |
creating build/lib/virtualenv_support | |
copying virtualenv_support/__init__.py -> build/lib/virtualenv_support | |
copying virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl -> build/lib/virtualenv_support | |
copying virtualenv_support/pip-8.1.2-py2.py3-none-any.whl -> build/lib/virtualenv_support | |
copying virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl -> build/lib/virtualenv_support | |
copying virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl -> build/lib/virtualenv_support | |
running install_lib | |
copying build/lib/virtualenv.py -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages | |
creating /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
copying build/lib/virtualenv_support/__init__.py -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
copying build/lib/virtualenv_support/argparse-1.4.0-py2.py3-none-any.whl -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
copying build/lib/virtualenv_support/pip-8.1.2-py2.py3-none-any.whl -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
copying build/lib/virtualenv_support/setuptools-21.2.1-py2.py3-none-any.whl -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
copying build/lib/virtualenv_support/wheel-0.29.0-py2.py3-none-any.whl -> /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support | |
byte-compiling /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv.py to virtualenv.pyc | |
byte-compiling /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv_support/__init__.py to __init__.pyc | |
running install_egg_info | |
running egg_info | |
writing virtualenv.egg-info/PKG-INFO | |
writing top-level names to virtualenv.egg-info/top_level.txt | |
writing dependency_links to virtualenv.egg-info/dependency_links.txt | |
writing entry points to virtualenv.egg-info/entry_points.txt | |
reading manifest file 'virtualenv.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no previously-included files matching '*' found under directory 'docs/_templates' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
writing manifest file 'virtualenv.egg-info/SOURCES.txt' | |
Copying virtualenv.egg-info to /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/lib/python2.7/site-packages/virtualenv-15.0.2-py2.7.egg-info | |
running install_scripts | |
Installing virtualenv script to /tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/bin | |
writing list of installed files to 'installed.txt' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:41:38 -0400 | |
python | |
-s | |
/tmp/mycroft-core--homebrew-virtualenv-20170428-18589-kqoe26/target/bin/virtualenv | |
-p | |
python | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec | |
New python executable in /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python2.7 | |
Also creating executable in /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python | |
Installing setuptools, pip, wheel...done. | |
Running virtualenv with interpreter /usr/local/opt/python/bin/python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:41:57 -0400 | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mycroft-core--shortuuid-20170428-18589-168rw7i/shortuuid-0.4.3 | |
Processing /private/tmp/mycroft-core--shortuuid-20170428-18589-168rw7i/shortuuid-0.4.3 | |
Running setup.py (path:/private/tmp/pip-fi0edw-build/setup.py) egg_info for package from file:///private/tmp/mycroft-core--shortuuid-20170428-18589-168rw7i/shortuuid-0.4.3 | |
Running command python setup.py egg_info | |
running egg_info | |
creating pip-egg-info/shortuuid.egg-info | |
writing pip-egg-info/shortuuid.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/shortuuid.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/shortuuid.egg-info/dependency_links.txt | |
writing manifest file 'pip-egg-info/shortuuid.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/shortuuid.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'pip-egg-info/shortuuid.egg-info/SOURCES.txt' | |
Source in /private/tmp/pip-fi0edw-build has version 0.4.3, which satisfies requirement shortuuid==0.4.3 from file:///private/tmp/mycroft-core--shortuuid-20170428-18589-168rw7i/shortuuid-0.4.3 | |
Skipping bdist_wheel for shortuuid, due to binaries being disabled for it. | |
Installing collected packages: shortuuid | |
Running setup.py install for shortuuid: started | |
Running command /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-fi0edw-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-n0aR9X-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/../include/site/python2.7/shortuuid | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/shortuuid | |
copying shortuuid/__init__.py -> build/lib/shortuuid | |
copying shortuuid/main.py -> build/lib/shortuuid | |
copying shortuuid/tests.py -> build/lib/shortuuid | |
running install_lib | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid | |
copying build/lib/shortuuid/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid | |
copying build/lib/shortuuid/main.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid | |
copying build/lib/shortuuid/tests.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid/main.py to main.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid/tests.py to tests.pyc | |
running install_egg_info | |
running egg_info | |
writing shortuuid.egg-info/PKG-INFO | |
writing top-level names to shortuuid.egg-info/top_level.txt | |
writing dependency_links to shortuuid.egg-info/dependency_links.txt | |
reading manifest file 'shortuuid.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'shortuuid.egg-info/SOURCES.txt' | |
Copying shortuuid.egg-info to /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/shortuuid-0.4.3-py2.7.egg-info | |
running install_scripts | |
writing list of installed files to '/tmp/pip-n0aR9X-record/install-record.txt' | |
Running setup.py install for shortuuid: finished with status 'done' | |
Removing source in /private/tmp/pip-fi0edw-build | |
Successfully installed shortuuid-0.4.3 | |
Cleaning up... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:42:04 -0400 | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mycroft-core--pystache-20170428-18589-yvxdjc/pystache-0.5.4 | |
Processing /private/tmp/mycroft-core--pystache-20170428-18589-yvxdjc/pystache-0.5.4 | |
Running setup.py (path:/private/tmp/pip-GSL3Rm-build/setup.py) egg_info for package from file:///private/tmp/mycroft-core--pystache-20170428-18589-yvxdjc/pystache-0.5.4 | |
Running command python setup.py egg_info | |
pystache: using: version '34.1.1' of <module 'setuptools' from '/usr/local/lib/python2.7/site-packages/setuptools/__init__.pyc'> | |
running egg_info | |
creating pip-egg-info/pystache.egg-info | |
writing pip-egg-info/pystache.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/pystache.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/pystache.egg-info/dependency_links.txt | |
writing entry points to pip-egg-info/pystache.egg-info/entry_points.txt | |
writing manifest file 'pip-egg-info/pystache.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/pystache.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'pip-egg-info/pystache.egg-info/SOURCES.txt' | |
Source in /private/tmp/pip-GSL3Rm-build has version 0.5.4, which satisfies requirement pystache==0.5.4 from file:///private/tmp/mycroft-core--pystache-20170428-18589-yvxdjc/pystache-0.5.4 | |
Skipping bdist_wheel for pystache, due to binaries being disabled for it. | |
Installing collected packages: pystache | |
Running setup.py install for pystache: started | |
Running command /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-GSL3Rm-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-sp1bEn-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/../include/site/python2.7/pystache | |
pystache: using: version '34.1.1' of <module 'setuptools' from '/usr/local/lib/python2.7/site-packages/setuptools/__init__.pyc'> | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/pystache | |
copying pystache/__init__.py -> build/lib/pystache | |
copying pystache/common.py -> build/lib/pystache | |
copying pystache/context.py -> build/lib/pystache | |
copying pystache/defaults.py -> build/lib/pystache | |
copying pystache/init.py -> build/lib/pystache | |
copying pystache/loader.py -> build/lib/pystache | |
copying pystache/locator.py -> build/lib/pystache | |
copying pystache/parsed.py -> build/lib/pystache | |
copying pystache/parser.py -> build/lib/pystache | |
copying pystache/renderengine.py -> build/lib/pystache | |
copying pystache/renderer.py -> build/lib/pystache | |
copying pystache/specloader.py -> build/lib/pystache | |
copying pystache/template_spec.py -> build/lib/pystache | |
creating build/lib/pystache/commands | |
copying pystache/commands/__init__.py -> build/lib/pystache/commands | |
copying pystache/commands/render.py -> build/lib/pystache/commands | |
copying pystache/commands/test.py -> build/lib/pystache/commands | |
creating build/lib/pystache/tests | |
copying pystache/tests/__init__.py -> build/lib/pystache/tests | |
copying pystache/tests/benchmark.py -> build/lib/pystache/tests | |
copying pystache/tests/common.py -> build/lib/pystache/tests | |
copying pystache/tests/doctesting.py -> build/lib/pystache/tests | |
copying pystache/tests/main.py -> build/lib/pystache/tests | |
copying pystache/tests/spectesting.py -> build/lib/pystache/tests | |
copying pystache/tests/test___init__.py -> build/lib/pystache/tests | |
copying pystache/tests/test_commands.py -> build/lib/pystache/tests | |
copying pystache/tests/test_context.py -> build/lib/pystache/tests | |
copying pystache/tests/test_defaults.py -> build/lib/pystache/tests | |
copying pystache/tests/test_examples.py -> build/lib/pystache/tests | |
copying pystache/tests/test_loader.py -> build/lib/pystache/tests | |
copying pystache/tests/test_locator.py -> build/lib/pystache/tests | |
copying pystache/tests/test_parser.py -> build/lib/pystache/tests | |
copying pystache/tests/test_pystache.py -> build/lib/pystache/tests | |
copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests | |
copying pystache/tests/test_renderer.py -> build/lib/pystache/tests | |
copying pystache/tests/test_simple.py -> build/lib/pystache/tests | |
copying pystache/tests/test_specloader.py -> build/lib/pystache/tests | |
creating build/lib/pystache/tests/data | |
copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data | |
copying pystache/tests/data/views.py -> build/lib/pystache/tests/data | |
creating build/lib/pystache/tests/data/locator | |
copying pystache/tests/data/locator/__init__.py -> build/lib/pystache/tests/data/locator | |
creating build/lib/pystache/tests/examples | |
copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/readme.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples | |
copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data | |
copying pystache/tests/data/duplicate.mustache -> build/lib/pystache/tests/data | |
copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data | |
copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data | |
copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data | |
copying pystache/tests/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator | |
copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator | |
copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/lambdas.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/partial_in_partial.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/say_hello.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples | |
copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples | |
running install_lib | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands | |
copying build/lib/pystache/commands/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands | |
copying build/lib/pystache/commands/render.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands | |
copying build/lib/pystache/commands/test.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands | |
copying build/lib/pystache/common.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/context.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/defaults.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/init.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/loader.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/locator.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/parsed.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/parser.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/renderengine.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/renderer.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/specloader.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
copying build/lib/pystache/template_spec.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/benchmark.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/common.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/ascii.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/duplicate.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/locator | |
copying build/lib/pystache/tests/data/locator/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/locator | |
copying build/lib/pystache/tests/data/locator/duplicate.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/locator | |
copying build/lib/pystache/tests/data/locator/template.txt -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/locator | |
copying build/lib/pystache/tests/data/non_ascii.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/sample_view.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/say_hello.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/data/views.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data | |
copying build/lib/pystache/tests/doctesting.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/comments.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/comments.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/complex.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/complex.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/delimiters.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/delimiters.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/double_section.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/double_section.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/escaped.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/escaped.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/inner_partial.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/inner_partial.txt -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/inverted.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/inverted.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/lambdas.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/lambdas.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/looping_partial.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/nested_context.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/nested_context.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/partial_in_partial.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/partial_with_lambda.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/partial_with_partial_and_lambda.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/partials_with_lambdas.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/readme.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/say_hello.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/simple.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/simple.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/tagless.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/template_partial.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/template_partial.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/template_partial.txt -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unescaped.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unescaped.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unicode_input.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unicode_input.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unicode_output.mustache -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/examples/unicode_output.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples | |
copying build/lib/pystache/tests/main.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/spectesting.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test___init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_commands.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_context.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_defaults.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_examples.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_loader.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_locator.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_parser.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_pystache.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_renderengine.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_renderer.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_simple.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
copying build/lib/pystache/tests/test_specloader.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands/render.py to render.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/commands/test.py to test.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/common.py to common.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/context.py to context.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/defaults.py to defaults.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/init.py to init.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/loader.py to loader.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/locator.py to locator.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/parsed.py to parsed.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/parser.py to parser.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/renderengine.py to renderengine.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/renderer.py to renderer.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/specloader.py to specloader.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/template_spec.py to template_spec.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/benchmark.py to benchmark.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/common.py to common.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/locator/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/data/views.py to views.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/doctesting.py to doctesting.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/comments.py to comments.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/complex.py to complex.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/delimiters.py to delimiters.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/double_section.py to double_section.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/escaped.py to escaped.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/inverted.py to inverted.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/lambdas.py to lambdas.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/nested_context.py to nested_context.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/partials_with_lambdas.py to partials_with_lambdas.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/readme.py to readme.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/simple.py to simple.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/template_partial.py to template_partial.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/unescaped.py to unescaped.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/unicode_input.py to unicode_input.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/examples/unicode_output.py to unicode_output.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/main.py to main.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/spectesting.py to spectesting.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test___init__.py to test___init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_commands.py to test_commands.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_context.py to test_context.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_defaults.py to test_defaults.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_examples.py to test_examples.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_loader.py to test_loader.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_locator.py to test_locator.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_parser.py to test_parser.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_pystache.py to test_pystache.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_renderengine.py to test_renderengine.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_renderer.py to test_renderer.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_simple.py to test_simple.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache/tests/test_specloader.py to test_specloader.pyc | |
running install_egg_info | |
running egg_info | |
writing pystache.egg-info/PKG-INFO | |
writing top-level names to pystache.egg-info/top_level.txt | |
writing dependency_links to pystache.egg-info/dependency_links.txt | |
writing entry points to pystache.egg-info/entry_points.txt | |
reading manifest file 'pystache.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'pystache.egg-info/SOURCES.txt' | |
Copying pystache.egg-info to /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/pystache-0.5.4-py2.7.egg-info | |
running install_scripts | |
Installing pystache script to /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin | |
Installing pystache-test script to /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin | |
writing list of installed files to '/tmp/pip-sp1bEn-record/install-record.txt' | |
Running setup.py install for pystache: finished with status 'done' | |
Removing source in /private/tmp/pip-GSL3Rm-build | |
Successfully installed pystache-0.5.4 | |
Cleaning up... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:42:11 -0400 | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mycroft-core--configobj-20170428-18589-ekjc9b/configobj-5.0.6 | |
Processing /private/tmp/mycroft-core--configobj-20170428-18589-ekjc9b/configobj-5.0.6 | |
Running setup.py (path:/private/tmp/pip-2qhD5o-build/setup.py) egg_info for package from file:///private/tmp/mycroft-core--configobj-20170428-18589-ekjc9b/configobj-5.0.6 | |
Running command python setup.py egg_info | |
running egg_info | |
creating pip-egg-info/configobj.egg-info | |
writing requirements to pip-egg-info/configobj.egg-info/requires.txt | |
writing pip-egg-info/configobj.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/configobj.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/configobj.egg-info/dependency_links.txt | |
writing manifest file 'pip-egg-info/configobj.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/configobj.egg-info/SOURCES.txt' | |
writing manifest file 'pip-egg-info/configobj.egg-info/SOURCES.txt' | |
Source in /private/tmp/pip-2qhD5o-build has version 5.0.6, which satisfies requirement configobj==5.0.6 from file:///private/tmp/mycroft-core--configobj-20170428-18589-ekjc9b/configobj-5.0.6 | |
Skipping bdist_wheel for configobj, due to binaries being disabled for it. | |
Installing collected packages: configobj | |
Running setup.py install for configobj: started | |
Running command /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-2qhD5o-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-h5Ns2O-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/../include/site/python2.7/configobj | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
copying configobj.py -> build/lib | |
copying validate.py -> build/lib | |
copying _version.py -> build/lib | |
running install_lib | |
copying build/lib/_version.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages | |
copying build/lib/configobj.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages | |
copying build/lib/validate.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/_version.py to _version.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/configobj.py to configobj.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/validate.py to validate.pyc | |
running install_egg_info | |
running egg_info | |
creating configobj.egg-info | |
writing requirements to configobj.egg-info/requires.txt | |
writing configobj.egg-info/PKG-INFO | |
writing top-level names to configobj.egg-info/top_level.txt | |
writing dependency_links to configobj.egg-info/dependency_links.txt | |
writing manifest file 'configobj.egg-info/SOURCES.txt' | |
reading manifest file 'configobj.egg-info/SOURCES.txt' | |
writing manifest file 'configobj.egg-info/SOURCES.txt' | |
Copying configobj.egg-info to /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/configobj-5.0.6-py2.7.egg-info | |
running install_scripts | |
writing list of installed files to '/tmp/pip-h5Ns2O-record/install-record.txt' | |
Running setup.py install for configobj: finished with status 'done' | |
Removing source in /private/tmp/pip-2qhD5o-build | |
Successfully installed configobj-5.0.6 | |
Cleaning up... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:42:17 -0400 | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mycroft-core--wikipedia-20170428-18589-1c5eavh/wikipedia-1.4.0 | |
Processing /private/tmp/mycroft-core--wikipedia-20170428-18589-1c5eavh/wikipedia-1.4.0 | |
Running setup.py (path:/private/tmp/pip-JeXjbi-build/setup.py) egg_info for package from file:///private/tmp/mycroft-core--wikipedia-20170428-18589-1c5eavh/wikipedia-1.4.0 | |
Running command python setup.py egg_info | |
running egg_info | |
creating pip-egg-info/wikipedia.egg-info | |
writing requirements to pip-egg-info/wikipedia.egg-info/requires.txt | |
writing pip-egg-info/wikipedia.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/wikipedia.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/wikipedia.egg-info/dependency_links.txt | |
writing manifest file 'pip-egg-info/wikipedia.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/wikipedia.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'pip-egg-info/wikipedia.egg-info/SOURCES.txt' | |
Source in /private/tmp/pip-JeXjbi-build has version 1.4.0, which satisfies requirement wikipedia==1.4.0 from file:///private/tmp/mycroft-core--wikipedia-20170428-18589-1c5eavh/wikipedia-1.4.0 | |
Skipping bdist_wheel for wikipedia, due to binaries being disabled for it. | |
Installing collected packages: wikipedia | |
Running setup.py install for wikipedia: started | |
Running command /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-JeXjbi-build/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-d9Fqrq-record/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/../include/site/python2.7/wikipedia | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/wikipedia | |
copying wikipedia/__init__.py -> build/lib/wikipedia | |
copying wikipedia/exceptions.py -> build/lib/wikipedia | |
copying wikipedia/util.py -> build/lib/wikipedia | |
copying wikipedia/wikipedia.py -> build/lib/wikipedia | |
running install_lib | |
creating /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia | |
copying build/lib/wikipedia/__init__.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia | |
copying build/lib/wikipedia/exceptions.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia | |
copying build/lib/wikipedia/util.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia | |
copying build/lib/wikipedia/wikipedia.py -> /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia/__init__.py to __init__.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia/exceptions.py to exceptions.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia/util.py to util.pyc | |
byte-compiling /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia/wikipedia.py to wikipedia.pyc | |
running install_egg_info | |
running egg_info | |
writing requirements to wikipedia.egg-info/requires.txt | |
writing wikipedia.egg-info/PKG-INFO | |
writing top-level names to wikipedia.egg-info/top_level.txt | |
writing dependency_links to wikipedia.egg-info/dependency_links.txt | |
reading manifest file 'wikipedia.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'wikipedia.egg-info/SOURCES.txt' | |
Copying wikipedia.egg-info to /usr/local/Cellar/mycroft-core/0.8.8/libexec/lib/python2.7/site-packages/wikipedia-1.4.0-py2.7.egg-info | |
running install_scripts | |
writing list of installed files to '/tmp/pip-d9Fqrq-record/install-record.txt' | |
Running setup.py install for wikipedia: finished with status 'done' | |
Removing source in /private/tmp/pip-JeXjbi-build | |
Successfully installed wikipedia-1.4.0 | |
Cleaning up... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-04-28 16:42:24 -0400 | |
/usr/local/Cellar/mycroft-core/0.8.8/libexec/bin/pip | |
install | |
-v | |
--no-deps | |
--no-binary | |
:all: | |
--ignore-installed | |
/private/tmp/mycroft-core--requests-20170428-18589-12gb537 | |
Directory '/private/tmp/mycroft-core--requests-20170428-18589-12gb537' is not installable. File 'setup.py' not found. | |
Exception information: | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main | |
status = self.run(options, args) | |
File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 312, in run | |
wheel_cache | |
File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 276, in populate_requirement_set | |
wheel_cache=wheel_cache | |
File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 201, in from_line | |
"not found." % name | |
InstallationError: Directory '/private/tmp/mycroft-core--requests-20170428-18589-12gb537' is not installable. File 'setup.py' not found. | |
HOMEBREW_VERSION: 1.1.13-142-g539881f51 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 539881f51a69b1f5cf169766d1115c8b7343bd09 | |
Last commit: 13 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: 3f26e7943bca411f1120c0855f8809eaabfe697f | |
Core tap last commit: 2 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.0 build 800 | |
Git: 2.10.1 => /Library/Developer/CommandLineTools/usr/bin/git | |
Perl: /usr/bin/perl | |
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_102 | |
macOS: 10.11.6-x86_64 | |
Xcode: N/A | |
CLT: 8.2.0.0.1.1480973914 | |
X11: 2.7.11 => /opt/X11 | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/readline:/usr/local/opt/sqlite:/usr/local/opt/openssl:/usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/bison:/usr/local/opt/curl:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /usr/local/opt/python/Frameworks | |
PKG_CONFIG_PATH: /usr/local/opt/sqlite/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/python/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/pygobject/lib/pkgconfig:/usr/local/opt/libssh2/lib/pkgconfig:/usr/local/opt/c-ares/lib/pkgconfig:/usr/local/opt/libevent/lib/pkgconfig:/usr/local/opt/jansson/lib/pkgconfig:/usr/local/opt/spdylay/lib/pkgconfig:/usr/local/opt/jemalloc/lib/pkgconfig:/usr/local/opt/nghttp2/lib/pkgconfig:/usr/local/opt/curl/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/mpg123/lib/pkgconfig:/usr/local/opt/portaudio/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Homebrew/Library/Homebrew/os/mac/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/opt/bison/share/aclocal:/usr/local/opt/curl/share/aclocal:/usr/local/share/aclocal | |
PATH: /usr/local/opt/python/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/autoconf/bin:/usr/local/opt/libtool/bin:/usr/local/opt/swig/bin:/usr/local/opt/sqlite/bin:/usr/local/opt/gdbm/bin:/usr/local/opt/openssl/bin:/usr/local/opt/python/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/pyenv/bin:/usr/local/opt/gettext/bin:/usr/local/opt/pcre/bin:/usr/local/opt/glib/bin:/usr/local/opt/pygobject/bin:/usr/local/opt/pyenv-virtualenvwrapper/bin:/usr/local/opt/bison/bin:/usr/local/opt/libevent/bin:/usr/local/opt/spdylay/bin:/usr/local/opt/jemalloc/bin:/usr/local/opt/nghttp2/bin:/usr/local/opt/curl/bin:/usr/local/opt/flac/bin:/usr/local/opt/mpg123/bin:/usr/local/opt/s3cmd/bin:/usr/bin:/bin:/usr/sbin:/sbin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment