Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14364/10.3/unstable/main/finkinfo/languages

Modified Files:
        ipython-py.info 
Log Message:
New upstream version (0.7.2) by maintainer (Tracker # 1592475) 


Index: ipython-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/languages/ipython-py.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ipython-py.info     9 Mar 2006 05:48:55 -0000       1.5
+++ ipython-py.info     8 Nov 2006 17:52:23 -0000       1.6
@@ -1,21 +1,22 @@
 Info2: <<
 Package: ipython-py%type_pkg[python]
-Version: 0.7.1
+Version: 0.7.2
 Revision: 1
 Type: python(2.2 2.3 2.4)
 Maintainer: Andrea Riciputi <[EMAIL PROTECTED]>
 Depends: python%type_pkg[python]
-Source: http://ipython.scipy.org/dist/ipython-%v.fix1.tar.gz 
-Source-MD5: f3a23ea23e68736e6a8f823be70bfacf
+Source: http://ipython.scipy.org/dist/ipython-%v.tar.gz 
+Source-MD5: 3565efcf87c7318c1a3930e278ac9fa5
 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-%v.fix1/* %i/share/doc/%n
- rm -R %i/share/doc/ipython-%v.fix1
+ cp -R %i/share/doc/ipython-%v/* %i/share/doc/%n
+ rm -R %i/share/doc/ipython-%v
 
  mv %i/bin/ipython %i/bin/ipython%type_raw[python]
  mv %i/bin/pycolor %i/bin/pycolor%type_raw[python]
+ mv %i/bin/irunner %i/bin/irunner%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
@@ -35,16 +36,19 @@
 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
+ update-alternatives --install %p/bin/irunner irunner 
%p/bin/irunner%type_raw[python] %type_pkg[python]
 
  echo ""
- echo "Actually '%p/bin/ipython' is a symlink automatically updated by the"
- echo "update-alternatives utility. If you install multiple flavours of"
- echo "ipython the symlink will point to the higher flavour by default."
+ echo "The scripts 'ipython', 'pydoc' and 'irunner' installed in %p/bin/"
+ echo "are symlinks automatically updated by the update-alternatives utility."
+ echo "If you install multiple flavours of the ipython package the symlinks"
+ echo "will point to the higher 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]
+   update-alternatives --remove irunner %p/bin/irunner%type_raw[python]
  fi
 <<
 License: BSD


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to