Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4870/10.2-gcc3.3/unstable/main/finkinfo/languages

Added Files:
        ipython-py.info 
Removed Files:
        ipython-py22-0.5.0-2.info ipython-py23-0.5.0-2.info 
Log Message:
New version from trackers (Submissions #1024716), including switch to Info2


--- ipython-py22-0.5.0-2.info DELETED ---

--- ipython-py23-0.5.0-2.info DELETED ---

--- NEW FILE: ipython-py.info ---
Info2: <<
Package: ipython-py%type_pkg[python]
Version: 0.6.2
Revision: 1
Type: python(2.2 2.3)
Maintainer: Andrea Riciputi <[EMAIL PROTECTED]>
Depends: python%type_pkg[python]
Recommends: gnuplot, gnuplot-py%type_pkg[python] (>=1.7-1), numeric-py%type_pkg[python]
Source: http://ipython.scipy.org/dist/IPython-%v.tar.gz 
Source-MD5: bdc798efc451cbf784a7840fe0e8d85f
CompileScript: python%type_raw[python] setup.py build
InstallScript: <<
 python%type_raw[python] setup.py install --root=%d
 mkdir -p %i/share/doc/%n
 cp -R %i/share/doc/IPython/* %i/share/doc/%n
 rm -R %i/share/doc/IPython

 mv %i/bin/ipython %i/bin/ipython%type_raw[python]
 mv %i/bin/pycolor %i/bin/pycolor%type_raw[python]

 mv %i/share/man/man1/ipython.1.gz %i/share/man/man1/ipython-py%type_pkg[python].1.gz
 mv %i/share/man/man1/pycolor.1.gz %i/share/man/man1/pycolor-py%type_pkg[python].1.gz
<<
DocFiles: README README_Windows.txt PKG-INFO
Description: Replacement interactive Python interpreter 
DescDetail: <<
 IPython is a replacement for the interactive Python interpreter with many
 extra features for object introspection, system shell access and with its 
 own special command system  for adding functionality when working 
 interactively. It serves  as an embeddable, ready to use interpreter for 
 your own programs and it offers a flexible framework which can be used as
 the base environment for other system with Python as the underlying
 language. Specifically scientific environments like Mathematica, IDL and
 Matlab inspired its design, but similar ideas can be useful in many fields.
<<
PostInstScript: <<
 update-alternatives --install %p/bin/ipython ipython %p/bin/ipython%type_raw[python] 
%type_pkg[python] --slave %p/share/man/man1/ipython.1.gz ipython.1.gz 
%p/share/man/man1/ipython-py%type_pkg[python].1.gz
 update-alternatives --install %p/bin/pycolor pycolor %p/bin/pycolor%type_raw[python] 
%type_pkg[python] --slave %p/share/man/man1/pycolor.1.gz pycolor.1.gz 
%p/share/man/man1/pycolor-py%type_pkg[python].1.gz

 echo ""
 echo " From version 0.5.0 the problem with Apple Terminal seems fixed."
 echo " Setting TERM to xterm seems to be unnecessary."
 echo " Let me know any terminal misbehavior."
 echo ""
 echo "Actually '%p/bin/ipython' is a symlink automatically updated by the"
 echo "update-alternatives utility. If you install both ipython-py23 and "
 echo "ipython-py22 the symlink will point to 2.3 flavour by default."
<<
PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove ipython %p/bin/ipython%type_raw[python]
   update-alternatives --remove pycolor %p/bin/pycolor%type_raw[python]
 fi
<<
License: LGPL
Homepage: http://ipython.scipy.org/
<<



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to