Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9671/main/finkinfo/libs/pythonmods

Added Files:
      Tag: pangocairo-branch
        ipython-kernel-py.info 
Log Message:
another merge from HEAD

--- NEW FILE: ipython-kernel-py.info ---
Info2: <<

Package: ipython-kernel-py%type_pkg[python]
Version: 0.0.1909
Revision: 1
Maintainer: Lev Givon <[EMAIL PROTECTED]>
Type: python (2.3 2.4)
BuildDepends: openmpi-dev
Depends: ipython-py%type_pkg[python] (>= 0.7.2-1), 
zopeinterface-py%type_pkg[python] (>= 3.1.0c1-1), twisted2-py%type_pkg[python] 
(>= 2.1.0-1), python%type_pkg[python] | python%type_pkg[python]-nox, openmpi
Source: http://www.columbia.edu/~lev/files/ipython-kernel-%v.tar.gz
Source-MD5: 0478bec34359826f03eb6603afd47837
CompileScript: python%type_raw[python] setup.py build --mpicc=%p/bin/mpicc
InstallScript: <<
python%type_raw[python] setup.py install --root %d

mv %i/bin/ipcluster %i/bin/ipcluster%type_raw[python]
mv %i/bin/ipcontroller %i/bin/ipcontroller%type_raw[python]
mv %i/bin/ipengine %i/bin/ipengine%type_raw[python]
mv %i/bin/ipresults %i/bin/ipresults%type_raw[python]
mv %i/bin/ipwebserver %i/bin/ipwebserver%type_raw[python]
<<
PostInstScript: <<
 update-alternatives --install %p/bin/ipcluster ipcluster 
%p/bin/ipcluster%type_raw[python] %type_pkg[python] --slave %p/bin/ipcontroller 
ipcontroller %p/bin/ipcontroller%type_raw[python] --slave %p/bin/ipengine 
ipengine %p/bin/ipengine%type_raw[python] --slave %p/bin/ipresults ipresults 
%p/bin/ipresults%type_raw[python] --slave %p/bin/ipwebserver ipwebserver 
%p/bin/ipwebserver%type_raw[python]
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove ipcluster %p/bin/ipcluster%type_raw[python]
 fi
<<
DocFiles: README INSTALL doc/ configfiles/
Description: IPython interactive parallel computing kernel
DescDetail: <<
The IPython kernel exposes Python over the network and allows
parallel and distributed applications to be developed, debugged,
tested, executed and monitored interactively and collaboratively.

The IPython kernel is a component of a future release of IPython
called IPython1. While IPython1 is not completed, the kernel module
is fully functional and can be used with current IPython versions.
<<
DescPackaging: <<
Uses update-alternatives to allow non-versioned executables to point to the
different variants.  They are all keyed to "ipcluster".
<<
License: LGPL
Homepage: http://ipython.scipy.org

<<

                 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to