Created
March 17, 2015 19:40
-
-
Save AdamIsrael/f0de1be0ffded220b83b to your computer and use it in GitHub Desktop.
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
# Notes | |
I removed my previously-installed charm-tools but didn't clean up so I had to run `brew link` afterwards. |
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
$ brew install -vd charm-tools | |
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/charm-tools.rb | |
/usr/local/Library/brew.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libyaml.rb | |
/usr/local/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Library/Formula/charm-tools.rb | |
/usr/local/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Library/Formula/libyaml.rb | |
==> Downloading https://launchpad.net/charm-tools/1.3/1.3.3/+download/charm-tools-1.3.3.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/charm-tools-1.3.3.tar.gz | |
==> Verifying charm-tools-1.3.3.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/charm-tools-1.3.3.tar.gz | |
==> python setup.py install --prefix=/usr/local/Cellar/charm-tools/1.3.3/libexec | |
running install | |
/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'bzr-fastimport (0.13.0.final.0)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions. | |
PEP440Warning, | |
running bdist_egg | |
running egg_info | |
writing requirements to charm_tools.egg-info/requires.txt | |
writing charm_tools.egg-info/PKG-INFO | |
writing top-level names to charm_tools.egg-info/top_level.txt | |
writing dependency_links to charm_tools.egg-info/dependency_links.txt | |
writing entry points to charm_tools.egg-info/entry_points.txt | |
reading manifest file 'charm_tools.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no previously-included files matching '*.pyc' found under directory 'charmtools' | |
writing manifest file 'charm_tools.egg-info/SOURCES.txt' | |
installing library code to build/bdist.macosx-10.10-intel/egg | |
running install_lib | |
running build_py | |
creating build | |
creating build/lib | |
creating build/lib/charmtools | |
copying charmtools/__init__.py -> build/lib/charmtools | |
copying charmtools/bundles.py -> build/lib/charmtools | |
copying charmtools/charms.py -> build/lib/charmtools | |
copying charmtools/cli.py -> build/lib/charmtools | |
copying charmtools/create.py -> build/lib/charmtools | |
copying charmtools/generate.py -> build/lib/charmtools | |
copying charmtools/get.py -> build/lib/charmtools | |
copying charmtools/getall.py -> build/lib/charmtools | |
copying charmtools/info.py -> build/lib/charmtools | |
copying charmtools/linter.py -> build/lib/charmtools | |
copying charmtools/list.py -> build/lib/charmtools | |
copying charmtools/mr.py -> build/lib/charmtools | |
copying charmtools/promulgate.py -> build/lib/charmtools | |
copying charmtools/proof.py -> build/lib/charmtools | |
copying charmtools/review.py -> build/lib/charmtools | |
copying charmtools/review_queue.py -> build/lib/charmtools | |
copying charmtools/search.py -> build/lib/charmtools | |
copying charmtools/subscribers.py -> build/lib/charmtools | |
copying charmtools/test.py -> build/lib/charmtools | |
copying charmtools/unpromulgate.py -> build/lib/charmtools | |
copying charmtools/update.py -> build/lib/charmtools | |
copying charmtools/version.py -> build/lib/charmtools | |
creating build/lib/charmtools/generators | |
copying charmtools/generators/__init__.py -> build/lib/charmtools/generators | |
copying charmtools/generators/generator.py -> build/lib/charmtools/generators | |
copying charmtools/generators/prompt.py -> build/lib/charmtools/generators | |
copying charmtools/generators/template.py -> build/lib/charmtools/generators | |
copying charmtools/generators/utils.py -> build/lib/charmtools/generators | |
creating build/lib/charmtools/templates | |
copying charmtools/templates/__init__.py -> build/lib/charmtools/templates | |
creating build/lib/charmtools/templates/bash | |
copying charmtools/templates/bash/__init__.py -> build/lib/charmtools/templates/bash | |
copying charmtools/templates/bash/template.py -> build/lib/charmtools/templates/bash | |
creating build/lib/charmtools/templates/python | |
copying charmtools/templates/python/__init__.py -> build/lib/charmtools/templates/python | |
copying charmtools/templates/python/template.py -> build/lib/charmtools/templates/python | |
creating build/lib/charmtools/templates/charm | |
copying charmtools/templates/charm/README.ex -> build/lib/charmtools/templates/charm | |
copying charmtools/templates/charm/icon.svg -> build/lib/charmtools/templates/charm | |
creating build/lib/charmtools/templates/tests | |
copying charmtools/templates/tests/body.tpl -> build/lib/charmtools/templates/tests | |
copying charmtools/templates/tests/deploy.tpl -> build/lib/charmtools/templates/tests | |
copying charmtools/templates/tests/relate.tpl -> build/lib/charmtools/templates/tests | |
creating build/lib/charmtools/templates/bash/files | |
copying charmtools/templates/bash/files/README.ex -> build/lib/charmtools/templates/bash/files | |
copying charmtools/templates/bash/files/config.yaml -> build/lib/charmtools/templates/bash/files | |
copying charmtools/templates/bash/files/icon.svg -> build/lib/charmtools/templates/bash/files | |
copying charmtools/templates/bash/files/metadata.yaml -> build/lib/charmtools/templates/bash/files | |
copying charmtools/templates/bash/files/revision -> build/lib/charmtools/templates/bash/files | |
creating build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/config-changed -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/install -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/relation-name-relation-broken -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/relation-name-relation-changed -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/relation-name-relation-departed -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/relation-name-relation-joined -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/start -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/stop -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/bash/files/hooks/upgrade-charm -> build/lib/charmtools/templates/bash/files/hooks | |
copying charmtools/templates/python/config.yaml -> build/lib/charmtools/templates/python | |
creating build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/README.ex -> build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/charm-helpers.yaml -> build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/config.yaml -> build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/icon.svg -> build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/metadata.yaml -> build/lib/charmtools/templates/python/files | |
copying charmtools/templates/python/files/revision -> build/lib/charmtools/templates/python/files | |
creating build/lib/charmtools/templates/python/files/hooks | |
copying charmtools/templates/python/files/hooks/config-changed -> build/lib/charmtools/templates/python/files/hooks | |
copying charmtools/templates/python/files/hooks/install -> build/lib/charmtools/templates/python/files/hooks | |
copying charmtools/templates/python/files/hooks/start -> build/lib/charmtools/templates/python/files/hooks | |
copying charmtools/templates/python/files/hooks/stop -> build/lib/charmtools/templates/python/files/hooks | |
copying charmtools/templates/python/files/hooks/upgrade-charm -> build/lib/charmtools/templates/python/files/hooks | |
creating build/lib/charmtools/templates/python/files/hooks_symlinked | |
copying charmtools/templates/python/files/hooks_symlinked/hooks.py -> build/lib/charmtools/templates/python/files/hooks_symlinked | |
creating build/lib/charmtools/templates/python/files/scripts | |
copying charmtools/templates/python/files/scripts/charm_helpers_sync.py -> build/lib/charmtools/templates/python/files/scripts | |
creating build/lib/charmtools/templates/python/files/tests | |
copying charmtools/templates/python/files/tests/00-setup -> build/lib/charmtools/templates/python/files/tests | |
copying charmtools/templates/python/files/tests/10-deploy -> build/lib/charmtools/templates/python/files/tests | |
creating build/bdist.macosx-10.10-intel | |
creating build/bdist.macosx-10.10-intel/egg | |
creating build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/__init__.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/bundles.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/charms.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/cli.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/create.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/generate.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/generators/__init__.py -> build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/generators/generator.py -> build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/generators/prompt.py -> build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/generators/template.py -> build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/generators/utils.py -> build/bdist.macosx-10.10-intel/egg/charmtools/generators | |
copying build/lib/charmtools/get.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/getall.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/info.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/linter.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/list.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/mr.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/promulgate.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/proof.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/review.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/review_queue.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/search.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/subscribers.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates | |
copying build/lib/charmtools/templates/__init__.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash | |
copying build/lib/charmtools/templates/bash/__init__.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
copying build/lib/charmtools/templates/bash/files/config.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/config-changed -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/install -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/relation-name-relation-broken -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/relation-name-relation-changed -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/relation-name-relation-departed -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/relation-name-relation-joined -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/start -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/stop -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/hooks/upgrade-charm -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files/hooks | |
copying build/lib/charmtools/templates/bash/files/icon.svg -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
copying build/lib/charmtools/templates/bash/files/metadata.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
copying build/lib/charmtools/templates/bash/files/README.ex -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
copying build/lib/charmtools/templates/bash/files/revision -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/files | |
copying build/lib/charmtools/templates/bash/template.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/charm | |
copying build/lib/charmtools/templates/charm/icon.svg -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/charm | |
copying build/lib/charmtools/templates/charm/README.ex -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/charm | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python | |
copying build/lib/charmtools/templates/python/__init__.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python | |
copying build/lib/charmtools/templates/python/config.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
copying build/lib/charmtools/templates/python/files/charm-helpers.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
copying build/lib/charmtools/templates/python/files/config.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
copying build/lib/charmtools/templates/python/files/hooks/config-changed -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
copying build/lib/charmtools/templates/python/files/hooks/install -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
copying build/lib/charmtools/templates/python/files/hooks/start -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
copying build/lib/charmtools/templates/python/files/hooks/stop -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
copying build/lib/charmtools/templates/python/files/hooks/upgrade-charm -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks_symlinked | |
copying build/lib/charmtools/templates/python/files/hooks_symlinked/hooks.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks_symlinked | |
copying build/lib/charmtools/templates/python/files/icon.svg -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
copying build/lib/charmtools/templates/python/files/metadata.yaml -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
copying build/lib/charmtools/templates/python/files/README.ex -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
copying build/lib/charmtools/templates/python/files/revision -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/scripts | |
copying build/lib/charmtools/templates/python/files/scripts/charm_helpers_sync.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/scripts | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/tests | |
copying build/lib/charmtools/templates/python/files/tests/00-setup -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/tests | |
copying build/lib/charmtools/templates/python/files/tests/10-deploy -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/tests | |
copying build/lib/charmtools/templates/python/template.py -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/python | |
creating build/bdist.macosx-10.10-intel/egg/charmtools/templates/tests | |
copying build/lib/charmtools/templates/tests/body.tpl -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/tests | |
copying build/lib/charmtools/templates/tests/deploy.tpl -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/tests | |
copying build/lib/charmtools/templates/tests/relate.tpl -> build/bdist.macosx-10.10-intel/egg/charmtools/templates/tests | |
copying build/lib/charmtools/test.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/unpromulgate.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/update.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
copying build/lib/charmtools/version.py -> build/bdist.macosx-10.10-intel/egg/charmtools | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/bundles.py to bundles.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/charms.py to charms.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/cli.py to cli.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/create.py to create.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generate.py to generate.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generators/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generators/generator.py to generator.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generators/prompt.py to prompt.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generators/template.py to template.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/generators/utils.py to utils.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/get.py to get.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/getall.py to getall.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/info.py to info.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/linter.py to linter.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/list.py to list.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/mr.py to mr.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/promulgate.py to promulgate.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/proof.py to proof.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/review.py to review.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/review_queue.py to review_queue.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/search.py to search.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/subscribers.py to subscribers.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/bash/template.py to template.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/__init__.py to __init__.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/hooks_symlinked/hooks.py to hooks.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/files/scripts/charm_helpers_sync.py to charm_helpers_sync.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/templates/python/template.py to template.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/test.py to test.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/unpromulgate.py to unpromulgate.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/update.py to update.pyc | |
byte-compiling build/bdist.macosx-10.10-intel/egg/charmtools/version.py to version.pyc | |
creating build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/PKG-INFO -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/SOURCES.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/dependency_links.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/entry_points.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/requires.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
copying charm_tools.egg-info/top_level.txt -> build/bdist.macosx-10.10-intel/egg/EGG-INFO | |
zip_safe flag not set; analyzing archive contents... | |
charmtools.__init__: module references __file__ | |
charmtools.charms: module references __file__ | |
charmtools.cli: module references __file__ | |
charmtools.generate: module references __file__ | |
charmtools.promulgate: module references __file__ | |
charmtools.templates.bash.template: module references __file__ | |
charmtools.templates.python.template: module references __file__ | |
creating dist | |
creating 'dist/charm_tools-1.3.3-py2.7.egg' and adding 'build/bdist.macosx-10.10-intel/egg' to it | |
removing 'build/bdist.macosx-10.10-intel/egg' (and everything under it) | |
Creating /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/site.py | |
Processing charm_tools-1.3.3-py2.7.egg | |
creating /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/charm_tools-1.3.3-py2.7.egg | |
Extracting charm_tools-1.3.3-py2.7.egg to /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages | |
Adding charm-tools 1.3.3 to easy-install.pth file | |
Installing charm-test script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-proof script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-list script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-subscribers script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-review-queue script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-unpromulgate script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-getall script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-info script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-create script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing juju-bundle script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-generate script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-review script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-get script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-search script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-update script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-version script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-help script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-add script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing juju-test script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing juju-charm script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing charm-promulgate script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installed /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/charm_tools-1.3.3-py2.7.egg | |
Processing dependencies for charm-tools==1.3.3 | |
Searching for bzr | |
Reading https://pypi.python.org/simple/bzr/ | |
Reading http://bazaar-vcs.org/Download | |
Reading http://bazaar.canonical.com/ | |
Reading http://www.bazaar-vcs.org/ | |
Reading http://www.bazaar-vcs.org/Download | |
Reading https://launchpad.net/bzr/+download | |
Best match: bzr 2.6.0 | |
Downloading https://pypi.python.org/packages/source/b/bzr/bzr-2.6.0.tar.gz#md5=28c86653d0df10d202c6b842deb0ea35 | |
Processing bzr-2.6.0.tar.gz | |
Writing /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-OQZVsr/bzr-2.6.0/setup.cfg | |
Running bzr-2.6.0/setup.py -q bdist_egg --dist-dir /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-OQZVsr/bzr-2.6.0/egg-dist-tmp-VPOy8X | |
zip_safe flag not set; analyzing archive contents... | |
bzrlib.commands: module MAY be using inspect.trace | |
bzrlib.decorators: module MAY be using inspect.trace | |
bzrlib.export_pot: module MAY be using inspect.getsourcefile | |
bzrlib.export_pot: module MAY be using inspect.findsource | |
bzrlib.i18n: module references __file__ | |
bzrlib.lsprof: module references __file__ | |
bzrlib.osutils: module references __file__ | |
bzrlib.plugin: module references __file__ | |
bzrlib.plugin: module references __path__ | |
bzrlib.plugin: module MAY be using inspect.trace | |
bzrlib.version: module references __file__ | |
bzrlib.version: module references __path__ | |
bzrlib.doc.api.__init__: module references __file__ | |
bzrlib.tests.__init__: module references __file__ | |
bzrlib.tests.__init__: module references __path__ | |
/usr/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py:395: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
symbols = dict.fromkeys(iter_symbols(code)) | |
bzrlib.tests.test_commands: module MAY be using inspect.trace | |
bzrlib.tests.test_features: module references __file__ | |
bzrlib.tests.test_patches: module references __file__ | |
bzrlib.tests.test_plugins: module references __file__ | |
bzrlib.tests.test_plugins: module references __path__ | |
bzrlib.tests.test_setup: module references __file__ | |
bzrlib.tests.test_source: module references __file__ | |
bzrlib.tests.ssl_certs.__init__: module references __file__ | |
bzrlib.tests.ssl_certs.create_ssls: module references __file__ | |
No Cython, trying Pyrex... | |
The python package 'Pyrex' is not available. If the .c files are available, | |
they will be built, but modifying the .pyx files will not rebuild them. | |
creating /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/bzr-2.6.0-py2.7-macosx-10.10-intel.egg | |
Extracting bzr-2.6.0-py2.7-macosx-10.10-intel.egg to /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages | |
Adding bzr 2.6.0 to easy-install.pth file | |
Installing bzr script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installed /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/bzr-2.6.0-py2.7-macosx-10.10-intel.egg | |
Searching for pycrypto | |
Reading https://pypi.python.org/simple/pycrypto/ | |
Best match: pycrypto 2.6.1 | |
Downloading https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz#md5=55a61a054aa66812daf5161a0d5d7eda | |
Processing pycrypto-2.6.1.tar.gz | |
Writing /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-IPkq8z/pycrypto-2.6.1/setup.cfg | |
Running pycrypto-2.6.1/setup.py -q bdist_egg --dist-dir /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-IPkq8z/pycrypto-2.6.1/egg-dist-tmp-FCAyz2 | |
zip_safe flag not set; analyzing archive contents... | |
Copying pycrypto-2.6.1-py2.7-macosx-10.10-intel.egg to /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages | |
Adding pycrypto 2.6.1 to easy-install.pth file | |
Installed /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/pycrypto-2.6.1-py2.7-macosx-10.10-intel.egg | |
Searching for cheetah | |
Reading https://pypi.python.org/simple/cheetah/ | |
Best match: Cheetah 2.4.4 | |
Downloading https://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz#md5=853917116e731afbc8c8a43c37e6ddba | |
Processing Cheetah-2.4.4.tar.gz | |
Writing /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-nWSxmm/Cheetah-2.4.4/setup.cfg | |
Running Cheetah-2.4.4/setup.py -q bdist_egg --dist-dir /var/folders/gd/2fxyssvj4356jx5c09h68f2h0000gn/T/easy_install-nWSxmm/Cheetah-2.4.4/egg-dist-tmp-o6nAEP | |
warning: no files found matching 'examples' | |
warning: no files found matching 'docs' | |
warning: no files found matching 'bin' | |
warning: no files found matching '*' under directory 'docs' | |
warning: no files found matching '*' under directory 'examples' | |
warning: no previously-included files matching '*.pyc' found under directory 'cheetah' | |
warning: no previously-included files matching '*~' found under directory 'cheetah' | |
warning: no previously-included files matching '*.aux' found under directory 'cheetah' | |
warning: no previously-included files matching '*~' found under directory 'docs' | |
warning: no previously-included files matching '*.aux' found under directory 'docs' | |
zip_safe flag not set; analyzing archive contents... | |
Cheetah.ImportHooks: module references __file__ | |
Cheetah.ImportManager: module references __file__ | |
Cheetah.ImportManager: module references __path__ | |
Cheetah.NameMapper: module MAY be using inspect.stack | |
Cheetah.Template: module references __file__ | |
/usr/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py:395: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal | |
symbols = dict.fromkeys(iter_symbols(code)) | |
Cheetah.Tests.Template: module references __file__ | |
creating /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/Cheetah-2.4.4-py2.7-macosx-10.10-intel.egg | |
Extracting Cheetah-2.4.4-py2.7-macosx-10.10-intel.egg to /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages | |
Adding Cheetah 2.4.4 to easy-install.pth file | |
Installing cheetah script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing cheetah-analyze script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing cheetah-compile script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installed /usr/local/Cellar/charm-tools/1.3.3/libexec/lib/python2.7/site-packages/Cheetah-2.4.4-py2.7-macosx-10.10-intel.egg | |
Searching for charmworldlib==0.4.2 | |
Best match: charmworldlib 0.4.2 | |
Adding charmworldlib 0.4.2 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for requests==2.5.3 | |
Best match: requests 2.5.3 | |
Adding requests 2.5.3 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for paramiko==1.15.2 | |
Best match: paramiko 1.15.2 | |
Adding paramiko 1.15.2 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for PyYAML==3.11 | |
Best match: PyYAML 3.11 | |
Adding PyYAML 3.11 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for argparse==1.3.0 | |
Best match: argparse 1.3.0 | |
Adding argparse 1.3.0 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for launchpadlib==1.10.2 | |
Best match: launchpadlib 1.10.2 | |
Processing launchpadlib-1.10.2-py2.7.egg | |
Adding launchpadlib 1.10.2 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/launchpadlib-1.10.2-py2.7.egg | |
Searching for ecdsa==0.13 | |
Best match: ecdsa 0.13 | |
Adding ecdsa 0.13 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for Markdown==2.6 | |
Best match: Markdown 2.6 | |
Adding Markdown 2.6 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for wadllib==1.3.2 | |
Best match: wadllib 1.3.2 | |
Processing wadllib-1.3.2-py2.7.egg | |
Adding wadllib 1.3.2 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/wadllib-1.3.2-py2.7.egg | |
Searching for testresources==0.2.7 | |
Best match: testresources 0.2.7 | |
Processing testresources-0.2.7-py2.7.egg | |
Adding testresources 0.2.7 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/testresources-0.2.7-py2.7.egg | |
Searching for simplejson==3.6.5 | |
Best match: simplejson 3.6.5 | |
Adding simplejson 3.6.5 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for setuptools==12.2 | |
Best match: setuptools 12.2 | |
Adding setuptools 12.2 to easy-install.pth file | |
Installing easy_install-3.4 script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Installing easy_install script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for oauth==1.0.1 | |
Best match: oauth 1.0.1 | |
Processing oauth-1.0.1-py2.7.egg | |
Adding oauth 1.0.1 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/oauth-1.0.1-py2.7.egg | |
Searching for lazr.uri==1.0.3 | |
Best match: lazr.uri 1.0.3 | |
Processing lazr.uri-1.0.3-py2.7.egg | |
Adding lazr.uri 1.0.3 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/lazr.uri-1.0.3-py2.7.egg | |
Searching for lazr.restfulclient==0.13.3 | |
Best match: lazr.restfulclient 0.13.3 | |
Processing lazr.restfulclient-0.13.3-py2.7.egg | |
Adding lazr.restfulclient 0.13.3 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/lazr.restfulclient-0.13.3-py2.7.egg | |
Searching for keyring==5.0 | |
Best match: keyring 5.0 | |
Adding keyring 5.0 to easy-install.pth file | |
Installing keyring script to /usr/local/Cellar/charm-tools/1.3.3/libexec/bin | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for httplib2==0.9 | |
Best match: httplib2 0.9 | |
Processing httplib2-0.9-py2.7.egg | |
Adding httplib2 0.9 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages/httplib2-0.9-py2.7.egg | |
Searching for wsgi-intercept==0.9.1 | |
Best match: wsgi-intercept 0.9.1 | |
Adding wsgi-intercept 0.9.1 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for lazr.authentication==0.1.3 | |
Best match: lazr.authentication 0.1.3 | |
Adding lazr.authentication 0.1.3 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Searching for zope.interface==4.1.2 | |
Best match: zope.interface 4.1.2 | |
Adding zope.interface 4.1.2 to easy-install.pth file | |
Using /usr/local/lib/python2.7/site-packages | |
Finished processing dependencies for charm-tools==1.3.3 | |
==> Cleaning | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-add permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-create permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-generate permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-get permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-getall permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-help permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-info permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-list permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-promulgate permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-proof permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-review permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-review-queue permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-search permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-subscribers permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-test permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-unpromulgate permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-update permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/charm-version permissions from 644 to 555 | |
Fixing /usr/local/Cellar/charm-tools/1.3.3/bin/juju-charm permissions from 644 to 555 | |
==> Finishing up | |
Error: The `brew link` step did not complete successfully | |
The formula built, but is not symlinked into /usr/local | |
Could not symlink bin/charm | |
Target /usr/local/bin/charm | |
already exists. You may want to remove it: | |
rm '/usr/local/bin/charm' | |
To force the link and overwrite all conflicting files: | |
brew link --overwrite charm-tools | |
To list all files that would be deleted: | |
brew link --overwrite --dry-run charm-tools | |
Possible conflicting files are: | |
/usr/local/bin/charm | |
/usr/local/bin/charm-add | |
/usr/local/bin/charm-create | |
/usr/local/bin/charm-generate | |
/usr/local/bin/charm-get | |
/usr/local/bin/charm-getall | |
/usr/local/bin/charm-help | |
/usr/local/bin/charm-info | |
/usr/local/bin/charm-list | |
/usr/local/bin/charm-promulgate | |
/usr/local/bin/charm-proof | |
/usr/local/bin/charm-review | |
/usr/local/bin/charm-review-queue | |
/usr/local/bin/charm-search | |
/usr/local/bin/charm-subscribers | |
/usr/local/bin/charm-test | |
/usr/local/bin/charm-unpromulgate | |
/usr/local/bin/charm-update | |
/usr/local/bin/charm-version | |
/usr/local/bin/juju-charm | |
==> Summary | |
🍺 /usr/local/Cellar/charm-tools/1.3.3: 1970 files, 36M, built in 93 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment