Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created May 15, 2013 19:58
Show Gist options
  • Save cdeil/5586877 to your computer and use it in GitHub Desktop.
Save cdeil/5586877 to your computer and use it in GitHub Desktop.
$ git clone https://github.com/gammapy/tevpy.git
Cloning into 'tevpy'...
remote: Counting objects: 401, done.
remote: Compressing objects: 100% (204/204), done.
remote: Total 401 (delta 189), reused 375 (delta 163)
Receiving objects: 100% (401/401), 84.35 KiB, done.
Resolving deltas: 100% (189/189), done.
mac-ci:software deil$ cd tevpy/
mac-ci:tevpy deil$ python setup.py install --user
Freezing version number to tevpy/version.py
running install
running bdist_egg
running egg_info
creating tevpy.egg-info
writing requirements to tevpy.egg-info/requires.txt
writing tevpy.egg-info/PKG-INFO
writing top-level names to tevpy.egg-info/top_level.txt
writing dependency_links to tevpy.egg-info/dependency_links.txt
writing manifest file 'tevpy.egg-info/SOURCES.txt'
reading manifest file 'tevpy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.pyx' under directory 'tevpy'
warning: no files found matching '*.c' under directory 'tevpy'
warning: no previously-included files found matching '*.pyc'
warning: no previously-included files found matching '*.o'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'build'
writing manifest file 'tevpy.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.7-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.macosx-10.7-x86_64-2.7
creating build/lib.macosx-10.7-x86_64-2.7/tevpy
copying tevpy/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy
copying tevpy/conftest.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy
copying tevpy/version.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/fov.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/maps.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/on_off.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/reflected.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/ring.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
copying tevpy/background/template.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/extern
copying tevpy/extern/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/extern
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/spectrum
copying tevpy/spectrum/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/spectrum
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics
copying tevpy/statistics/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics
copying tevpy/statistics/number_counting_utils.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics
copying tevpy/statistics/on_off.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics
copying tevpy/statistics/utils.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/tests
copying tevpy/tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/tests
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/utils
copying tevpy/utils/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils
copying tevpy/utils/image.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils
copying tevpy/utils/run.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_fov.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_maps.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_on_off.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_reflected.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_ring.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
copying tevpy/background/tests/test_template.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/background/tests
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/spectrum/tests
copying tevpy/spectrum/tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/spectrum/tests
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics/tests
copying tevpy/statistics/tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics/tests
copying tevpy/statistics/tests/test_on_off.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics/tests
copying tevpy/statistics/tests/test_utils.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/statistics/tests
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/utils/tests
copying tevpy/utils/tests/__init__.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils/tests
copying tevpy/utils/tests/test_image.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils/tests
copying tevpy/utils/tests/test_run.py -> build/lib.macosx-10.7-x86_64-2.7/tevpy/utils/tests
creating build/lib.macosx-10.7-x86_64-2.7/tevpy/data
copying tevpy/data/README.rst -> build/lib.macosx-10.7-x86_64-2.7/tevpy/data
generating default tevpy.cfg file
copying tevpy/tevpy.cfg -> build/lib.macosx-10.7-x86_64-2.7/tevpy
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
creating build/bdist.macosx-10.7-x86_64
creating build/bdist.macosx-10.7-x86_64/egg
creating build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
installing scripts to build/bdist.macosx-10.7-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-2.7
copying scripts/plot_rings.py -> build/scripts-2.7
changing mode of build/scripts-2.7/plot_rings.py from 644 to 755
creating build/bdist.macosx-10.7-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/plot_rings.py -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.macosx-10.7-x86_64/egg/EGG-INFO/scripts/plot_rings.py to 755
copying tevpy.egg-info/PKG-INFO -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
copying tevpy.egg-info/SOURCES.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
copying tevpy.egg-info/dependency_links.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
copying tevpy.egg-info/not-zip-safe -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
copying tevpy.egg-info/requires.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
copying tevpy.egg-info/top_level.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO
creating dist
creating 'dist/tevpy-0.0.dev79-py2.7.egg' and adding 'build/bdist.macosx-10.7-x86_64/egg' to it
removing 'build/bdist.macosx-10.7-x86_64/egg' (and everything under it)
Processing tevpy-0.0.dev79-py2.7.egg
removing '/Users/deil/Library/Python/2.7/lib/python/site-packages/tevpy-0.0.dev79-py2.7.egg' (and everything under it)
creating /Users/deil/Library/Python/2.7/lib/python/site-packages/tevpy-0.0.dev79-py2.7.egg
Extracting tevpy-0.0.dev79-py2.7.egg to /Users/deil/Library/Python/2.7/lib/python/site-packages
tevpy 0.0.dev79 is already the active version in easy-install.pth
Installing plot_rings.py script to /Users/deil/Library/Python/2.7/bin
Installed /Users/deil/Library/Python/2.7/lib/python/site-packages/tevpy-0.0.dev79-py2.7.egg
Processing dependencies for tevpy==0.0.dev79
Searching for astropy==0.3.dev4315
Best match: astropy 0.3.dev4315
Processing astropy-0.3.dev4315-py2.7-macosx-10.7-x86_64.egg
astropy 0.3.dev4315 is already the active version in easy-install.pth
Installing fitscheck script to /Users/deil/Library/Python/2.7/bin
Installing fitsdiff script to /Users/deil/Library/Python/2.7/bin
Installing volint script to /Users/deil/Library/Python/2.7/bin
Using /Users/deil/Library/Python/2.7/lib/python/site-packages/astropy-0.3.dev4315-py2.7-macosx-10.7-x86_64.egg
Searching for numpy==1.8.0.dev-c745862
Best match: numpy 1.8.0.dev-c745862
Adding numpy 1.8.0.dev-c745862 to easy-install.pth file
Using /Users/deil/Library/Python/2.7/lib/python/site-packages
Finished processing dependencies for tevpy==0.0.dev79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment