Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv16294

Added Files:
        astropy-py.info 
Log Message:
New package


--- NEW FILE: astropy-py.info ---
Info2: <<
Package: astropy-py%type_pkg[python]
Version: 0.2.4
Revision: 1
Type: python(2.7 3.1 3.2 3.3)
Description: Python library for Astronomy
License: GPL
Maintainer: Sebastien Maret <sebastien.ma...@gmail.com>
Depends: <<
  python%type_pkg[python], numpy-py%type_pkg[python] (>= 1.4), expat1-shlibs
<<
BuildDepends: <<
   cfitsio, expat1
<<
Source: http://pypi.python.org/packages/source/a/astropy/astropy-%v.tar.gz
Source-MD5: b7a8758baea1c88af727fe87d76abdf8
CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build --use-system-cfitsio 
--use-system-expat
<<
InstallScript: <<
  #!/bin/bash -ev
  %p/bin/python%type_raw[python] setup.py install --root=%d
  # .pyc hardcodes %b on py3x so we need to force recompile them.
  pushd %i/lib/python%type_raw[python]/site-packages
  find . -name "*.pyc" -delete
  %p/bin/python%type_raw[python] -m compileall .
  popd
  mv %i/bin/fitscheck %i/bin/fitscheck-astropy-py%type_pkg[python]
  mv %i/bin/fitsdiff %i/bin/fitsdiff-astropy-py%type_pkg[python]
  mv %i/bin/volint %i/bin/volint-astropy-py%type_pkg[python]
<<
PostInstScript: <<
  update-alternatives --install %p/bin/fitscheck fitscheck 
%p/bin/fitscheck-astropy-py%type_pkg[python] %type_pkg[python]
  update-alternatives --install %p/bin/fitsdiff fitsdiff 
%p/bin/fitsdiff-astropy-py%type_pkg[python] %type_pkg[python]
  update-alternatives --install %p/bin/volint volint 
%p/bin/volint-astropy-py%type_pkg[python] %type_pkg[python]
<<
PreRmScript: <<
  update-alternatives --remove fitscheck 
%p/bin/fitscheck-astropy-py%type_pkg[python]
  update-alternatives --remove fitsdiff 
%p/bin/fitsdiff-astropy-py%type_pkg[python]
  update-alternatives --remove volint %p/bin/volint-astropy-py%type_pkg[python]
<<
DocFiles: README.rst
Homepage: http://www.astropy.org
DescDetail: <<
The Astropy Project is a community effort to develop a single core
package for Astronomy in Python and foster interoperability between
Python astronomy packages. Development is actively ongoing, with major
packages such as PyFITS, PyWCS, vo, and asciitable already merged in,
and many other components are under development.
<<
<<

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to