Skip to content

Instantly share code, notes, and snippets.

@hyuni
Created April 11, 2015 00:49
Show Gist options
  • Save hyuni/ba5fc92d032aee84db05 to your computer and use it in GitHub Desktop.
Save hyuni/ba5fc92d032aee84db05 to your computer and use it in GitHub Desktop.
2015-04-11 09:47:23 +0900
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=/usr/local/Cellar/matplotlib/1.4.3/libexec
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/dateutil
copying dateutil/__init__.py -> build/lib/dateutil
copying dateutil/easter.py -> build/lib/dateutil
copying dateutil/parser.py -> build/lib/dateutil
copying dateutil/relativedelta.py -> build/lib/dateutil
copying dateutil/rrule.py -> build/lib/dateutil
copying dateutil/tz.py -> build/lib/dateutil
copying dateutil/tzwin.py -> build/lib/dateutil
creating build/lib/dateutil/zoneinfo
copying dateutil/zoneinfo/__init__.py -> build/lib/dateutil/zoneinfo
copying dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -> build/lib/dateutil/zoneinfo
running install_lib
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/easter.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/parser.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/relativedelta.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/rrule.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/tz.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
copying build/lib/dateutil/tzwin.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/zoneinfo
copying build/lib/dateutil/zoneinfo/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/zoneinfo
copying build/lib/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/zoneinfo
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/easter.py to easter.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/parser.py to parser.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/relativedelta.py to relativedelta.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/rrule.py to rrule.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/tz.py to tz.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/tzwin.py to tzwin.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/dateutil/zoneinfo/__init__.py to __init__.pyc
running install_egg_info
running egg_info
writing requirements to python_dateutil.egg-info/requires.txt
writing python_dateutil.egg-info/PKG-INFO
writing top-level names to python_dateutil.egg-info/top_level.txt
writing dependency_links to python_dateutil.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'python_dateutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'python_dateutil.egg-info/SOURCES.txt'
Copying python_dateutil.egg-info to /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/python_dateutil-2.4.1-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
2015-04-11 09:47:23 +0900
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=/usr/local/Cellar/matplotlib/1.4.3/libexec
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying mock.py -> build/lib
running install_lib
copying build/lib/mock.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/mock.py to mock.pyc
running install_egg_info
running egg_info
writing mock.egg-info/PKG-INFO
writing top-level names to mock.egg-info/top_level.txt
writing dependency_links to mock.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'mock.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.png' under directory 'docs'
warning: no files found matching '*.css' under directory 'docs'
warning: no files found matching '*.html' under directory 'docs'
warning: no files found matching '*.js' under directory 'docs'
writing manifest file 'mock.egg-info/SOURCES.txt'
Copying mock.egg-info to /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/mock-1.0.1-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
2015-04-11 09:47:24 +0900
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=/usr/local/Cellar/matplotlib/1.4.3/libexec
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/nose
copying nose/__init__.py -> build/lib/nose
copying nose/__main__.py -> build/lib/nose
copying nose/case.py -> build/lib/nose
copying nose/commands.py -> build/lib/nose
copying nose/config.py -> build/lib/nose
copying nose/core.py -> build/lib/nose
copying nose/exc.py -> build/lib/nose
copying nose/failure.py -> build/lib/nose
copying nose/importer.py -> build/lib/nose
copying nose/inspector.py -> build/lib/nose
copying nose/loader.py -> build/lib/nose
copying nose/proxy.py -> build/lib/nose
copying nose/pyversion.py -> build/lib/nose
copying nose/result.py -> build/lib/nose
copying nose/selector.py -> build/lib/nose
copying nose/suite.py -> build/lib/nose
copying nose/twistedtools.py -> build/lib/nose
copying nose/util.py -> build/lib/nose
creating build/lib/nose/ext
copying nose/ext/__init__.py -> build/lib/nose/ext
copying nose/ext/dtcompat.py -> build/lib/nose/ext
creating build/lib/nose/plugins
copying nose/plugins/__init__.py -> build/lib/nose/plugins
copying nose/plugins/allmodules.py -> build/lib/nose/plugins
copying nose/plugins/attrib.py -> build/lib/nose/plugins
copying nose/plugins/base.py -> build/lib/nose/plugins
copying nose/plugins/builtin.py -> build/lib/nose/plugins
copying nose/plugins/capture.py -> build/lib/nose/plugins
copying nose/plugins/collect.py -> build/lib/nose/plugins
copying nose/plugins/cover.py -> build/lib/nose/plugins
copying nose/plugins/debug.py -> build/lib/nose/plugins
copying nose/plugins/deprecated.py -> build/lib/nose/plugins
copying nose/plugins/doctests.py -> build/lib/nose/plugins
copying nose/plugins/errorclass.py -> build/lib/nose/plugins
copying nose/plugins/failuredetail.py -> build/lib/nose/plugins
copying nose/plugins/isolate.py -> build/lib/nose/plugins
copying nose/plugins/logcapture.py -> build/lib/nose/plugins
copying nose/plugins/manager.py -> build/lib/nose/plugins
copying nose/plugins/multiprocess.py -> build/lib/nose/plugins
copying nose/plugins/plugintest.py -> build/lib/nose/plugins
copying nose/plugins/prof.py -> build/lib/nose/plugins
copying nose/plugins/skip.py -> build/lib/nose/plugins
copying nose/plugins/testid.py -> build/lib/nose/plugins
copying nose/plugins/xunit.py -> build/lib/nose/plugins
creating build/lib/nose/sphinx
copying nose/sphinx/__init__.py -> build/lib/nose/sphinx
copying nose/sphinx/pluginopts.py -> build/lib/nose/sphinx
creating build/lib/nose/tools
copying nose/tools/__init__.py -> build/lib/nose/tools
copying nose/tools/nontrivial.py -> build/lib/nose/tools
copying nose/tools/trivial.py -> build/lib/nose/tools
copying nose/usage.txt -> build/lib/nose
running install_lib
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/__main__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/case.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/commands.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/config.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/core.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/exc.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/ext/dtcompat.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/ext
copying build/lib/nose/failure.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/importer.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/inspector.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/loader.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/allmodules.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/attrib.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/base.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/builtin.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/capture.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/collect.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/cover.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/debug.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/deprecated.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/doctests.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/errorclass.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/failuredetail.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/isolate.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/logcapture.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/manager.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/multiprocess.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/plugintest.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/prof.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/skip.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/testid.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/plugins/xunit.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins
copying build/lib/nose/proxy.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/pyversion.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/result.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/selector.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/sphinx/pluginopts.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/sphinx
copying build/lib/nose/suite.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/__init__.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/nontrivial.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/tools/trivial.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools
copying build/lib/nose/twistedtools.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/usage.txt -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
copying build/lib/nose/util.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/__main__.py to __main__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/case.py to case.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/commands.py to commands.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/config.py to config.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/core.py to core.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/exc.py to exc.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/ext/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/ext/dtcompat.py to dtcompat.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/failure.py to failure.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/importer.py to importer.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/inspector.py to inspector.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/loader.py to loader.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/allmodules.py to allmodules.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/attrib.py to attrib.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/base.py to base.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/builtin.py to builtin.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/capture.py to capture.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/collect.py to collect.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/cover.py to cover.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/debug.py to debug.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/deprecated.py to deprecated.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/doctests.py to doctests.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/errorclass.py to errorclass.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/failuredetail.py to failuredetail.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/isolate.py to isolate.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/logcapture.py to logcapture.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/manager.py to manager.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/multiprocess.py to multiprocess.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/plugintest.py to plugintest.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/prof.py to prof.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/skip.py to skip.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/testid.py to testid.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/plugins/xunit.py to xunit.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/proxy.py to proxy.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/pyversion.py to pyversion.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/result.py to result.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/selector.py to selector.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/sphinx/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/sphinx/pluginopts.py to pluginopts.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/suite.py to suite.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools/__init__.py to __init__.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools/nontrivial.py to nontrivial.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/tools/trivial.py to trivial.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/twistedtools.py to twistedtools.pyc
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose/util.py to util.pyc
running install_data
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/man
creating /usr/local/Cellar/matplotlib/1.4.3/libexec/man/man1
copying nosetests.1 -> /usr/local/Cellar/matplotlib/1.4.3/libexec/man/man1
running install_egg_info
running egg_info
writing nose.egg-info/PKG-INFO
writing top-level names to nose.egg-info/top_level.txt
writing dependency_links to nose.egg-info/dependency_links.txt
writing entry points to nose.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'nose.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/.build'
writing manifest file 'nose.egg-info/SOURCES.txt'
Copying nose.egg-info to /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/nose-1.3.4-py2.7.egg-info
running install_scripts
Installing nosetests script to /usr/local/Cellar/matplotlib/1.4.3/libexec/bin
Installing nosetests-2.7 script to /usr/local/Cellar/matplotlib/1.4.3/libexec/bin
writing list of installed files to 'installed.txt'
2015-04-11 09:47:24 +0900
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=/usr/local/Cellar/matplotlib/1.4.3/libexec
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying pyparsing.py -> build/lib
running install_lib
copying build/lib/pyparsing.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/pyparsing.py to pyparsing.pyc
running install_egg_info
running egg_info
creating pyparsing.egg-info
writing pyparsing.egg-info/PKG-INFO
writing top-level names to pyparsing.egg-info/top_level.txt
writing dependency_links to pyparsing.egg-info/dependency_links.txt
writing manifest file 'pyparsing.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pyparsing.egg-info/SOURCES.txt'
writing manifest file 'pyparsing.egg-info/SOURCES.txt'
Copying pyparsing.egg-info to /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/pyparsing-2.0.3-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
2015-04-11 09:47:24 +0900
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=/usr/local/Cellar/matplotlib/1.4.3/libexec
--single-version-externally-managed
--record=installed.txt
running install
running build
running build_py
creating build
creating build/lib
copying six.py -> build/lib
running install_lib
copying build/lib/six.py -> /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages
byte-compiling /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/six.py to six.pyc
running install_egg_info
running egg_info
writing six.egg-info/PKG-INFO
writing top-level names to six.egg-info/top_level.txt
writing dependency_links to six.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'six.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'documentation/_build'
writing manifest file 'six.egg-info/SOURCES.txt'
Copying six.egg-info to /usr/local/Cellar/matplotlib/1.4.3/libexec/lib/python2.7/site-packages/six-1.9.0-py2.7.egg-info
running install_scripts
writing list of installed files to 'installed.txt'
2015-04-11 09:47:25 +0900
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=/usr/local/Cellar/matplotlib/1.4.3
--single-version-externally-managed
--record=installed.txt
============================================================================
Edit setup.cfg to change the build options
BUILDING MATPLOTLIB
matplotlib: yes [1.4.3]
python: yes [2.7.9 (default, Jan 7 2015, 11:50:42) [GCC
4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.56)]]
platform: yes [darwin]
REQUIRED DEPENDENCIES AND EXTENSIONS
numpy: yes [version 1.9.2]
six: yes [using six version 1.9.0]
dateutil: yes [using dateutil version 2.4.1]
pytz: yes [pytz was not found. pip will attempt to install
it after matplotlib.]
tornado: yes [tornado was not found. It is required for the
WebAgg backend. pip/easy_install may attempt to
install it after matplotlib.]
pyparsing: yes [using pyparsing version 2.0.3]
pycxx: yes [Couldn't import. Using local copy.]
libagg: yes [pkg-config information for 'libagg' could not
be found. Using local copy.]
freetype: yes [version 2.5.5]
png: yes [version 1.6.16]
qhull: yes [pkg-config information for 'qhull' could not be
found. Using local copy.]
OPTIONAL SUBPACKAGES
sample_data: yes [installing]
toolkits: yes [installing]
tests: yes [using nose version 1.3.4 / using mock 1.0.1]
toolkits_tests: yes [using nose version 1.3.4 / using mock 1.0.1]
OPTIONAL BACKEND EXTENSIONS
macosx: yes [installing, darwin]
qt5agg: no [PyQt5 not found]
qt4agg: no [PyQt4 not found]
pyside: no [PySide not found]
gtk3agg: no [Requires pygobject to be installed.]
Fatal Python error: PyThreadState_Get: no current thread
Fatal Python error: PyThreadState_Get: no current thread
gtk3cairo: no [Check timed out]
gtkagg: no [Requires pygtk]
tkagg: yes [installing, version 81008]
wxagg: no [requires wxPython]
gtk: no [Requires pygtk]
agg: yes [installing]
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 4439024cdf4dba5fe0a6199a775e5ef67d47ea65
Last commit: 30 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.10.3-x86_64
Xcode: 6.3
CLT: 6.3.0.0.1.1428348375
GCC-4.2: build 0
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/opt/python/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
Java: 1.7.0_67
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /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/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.10
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/numpy/bin:/usr/local/opt/python/bin:/usr/local/opt/gcc/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 4439024cdf4dba5fe0a6199a775e5ef67d47ea65
Last commit: 30 hours ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.10.3-x86_64
Xcode: 6.3
CLT: 6.3.0.0.1.1428348375
Clang: 6.1 build 602
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p481
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.2.0/bin/ruby
Java: 1.7.0_67
Warning: A .pydistutils.cfg file was found in $HOME, which may cause Python
builds to fail. See:
https://bugs.python.org/issue6138
https://bugs.python.org/issue4655
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libprotobuf.8.dylib
/usr/local/lib/libsvn_fs_base-1.0.dylib
/usr/local/lib/libtcl8.6.dylib
/usr/local/lib/libtk8.6.dylib
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/ansidecl.h
/usr/local/include/demangle.h
/usr/local/include/dyn-string.h
/usr/local/include/fakemysql.h
/usr/local/include/fakepq.h
/usr/local/include/fakesql.h
/usr/local/include/fibheap.h
/usr/local/include/floatformat.h
/usr/local/include/hashtab.h
/usr/local/include/itcl.h
/usr/local/include/itcl2TclOO.h
/usr/local/include/itclDecls.h
/usr/local/include/itclInt.h
/usr/local/include/itclIntDecls.h
/usr/local/include/itclMigrate2TclCore.h
/usr/local/include/itclTclIntStubsFcn.h
/usr/local/include/libiberty.h
/usr/local/include/mysqlStubs.h
/usr/local/include/node/ares.h
/usr/local/include/node/ares_version.h
/usr/local/include/node/nameser.h
/usr/local/include/node/node.h
/usr/local/include/node/node_buffer.h
/usr/local/include/node/node_internals.h
/usr/local/include/node/node_object_wrap.h
/usr/local/include/node/node_version.h
/usr/local/include/node/openssl/opensslconf.h
/usr/local/include/node/uv-private/ngx-queue.h
/usr/local/include/node/uv-private/stdint-msvc2008.h
/usr/local/include/node/uv-private/tree.h
/usr/local/include/node/uv-private/uv-bsd.h
/usr/local/include/node/uv-private/uv-darwin.h
/usr/local/include/node/uv-private/uv-linux.h
/usr/local/include/node/uv-private/uv-sunos.h
/usr/local/include/node/uv-private/uv-unix.h
/usr/local/include/node/uv-private/uv-win.h
/usr/local/include/node/uv.h
/usr/local/include/node/v8-debug.h
/usr/local/include/node/v8-preparser.h
/usr/local/include/node/v8-profiler.h
/usr/local/include/node/v8-testing.h
/usr/local/include/node/v8.h
/usr/local/include/node/v8stdint.h
/usr/local/include/node/zconf.h
/usr/local/include/node/zlib.h
/usr/local/include/objalloc.h
/usr/local/include/odbcStubs.h
/usr/local/include/partition.h
/usr/local/include/pqStubs.h
/usr/local/include/safe-ctype.h
/usr/local/include/sort.h
/usr/local/include/splay-tree.h
/usr/local/include/tcl.h
/usr/local/include/tclDecls.h
/usr/local/include/tclOO.h
/usr/local/include/tclOODecls.h
/usr/local/include/tclPlatDecls.h
/usr/local/include/tclThread.h
/usr/local/include/tclTomMath.h
/usr/local/include/tclTomMathDecls.h
/usr/local/include/tdbc.h
/usr/local/include/tdbcDecls.h
/usr/local/include/tdbcInt.h
/usr/local/include/tk.h
/usr/local/include/tkDecls.h
/usr/local/include/tkPlatDecls.h
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libsvn_client-1.la
/usr/local/lib/libsvn_delta-1.la
/usr/local/lib/libsvn_diff-1.la
/usr/local/lib/libsvn_fs-1.la
/usr/local/lib/libsvn_fs_base-1.la
/usr/local/lib/libsvn_fs_fs-1.la
/usr/local/lib/libsvn_fs_util-1.la
/usr/local/lib/libsvn_ra-1.la
/usr/local/lib/libsvn_ra_local-1.la
/usr/local/lib/libsvn_ra_serf-1.la
/usr/local/lib/libsvn_ra_svn-1.la
/usr/local/lib/libsvn_repos-1.la
/usr/local/lib/libsvn_subr-1.la
/usr/local/lib/libsvn_wc-1.la
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libsvn_fs_base-1.a
/usr/local/lib/libtclstub8.6.a
/usr/local/lib/libtkstub8.6.a
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
matplotlib
pyqt
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: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
Formula: matplotlib
Tap: homebrew/homebrew-python
Path: /usr/local/Library/Taps/homebrew/homebrew-python/matplotlib.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment