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

Modified Files:
        cheetah-py.info 
Log Message:
Update from tracker: 
http://sourceforge.net/tracker/index.php?func=detail&aid=1915833&group_id=17203&atid=414256

Index: cheetah-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/cheetah-py.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cheetah-py.info     24 Nov 2007 18:58:15 -0000      1.2
+++ cheetah-py.info     21 Mar 2008 21:12:08 -0000      1.3
@@ -1,26 +1,37 @@
 Info2: <<
 Package: cheetah-py%type_pkg[python]
-Version: 2.0rel
-Revision: 1
+Version: 2.0.1
+Revision: 3
 
 Maintainer: Vincent Beffara <[EMAIL PROTECTED]>
 HomePage: http://www.cheetahtemplate.org/
 License: BSD
 
-Type: python (2.3 2.4 2.5)
+Type: python (2.4 2.5)
 Depends: python%type_pkg[python]
 
 Description: Python template engine
 
-Source: mirror:sourceforge:cheetahtemplate/Cheetah-2.0.tar.gz
-Source-MD5: b2c0df48720969ce8d87c46ae99c4831
+Source: mirror:sourceforge:cheetahtemplate/Cheetah-%v.tar.gz
+Source-MD5: 7845a2950ea850a13c488a26b61ac50a
 
 CompileScript: %p/bin/python%type_raw[python] setup.py build
+
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --prefix %p --root %d
   mv %i/bin/cheetah %i/bin/cheetah-py%type_pkg[python]
   mv %i/bin/cheetah-compile %i/bin/cheetah-compile-py%type_pkg[python]
 <<
 
+PostInstScript: <<
+  update-alternatives --install "%p/bin/cheetah" cheetah 
"%p/bin/cheetah-py%type_pkg[python]" %type_pkg[python] --slave 
"%p/bin/cheetah-compile" cheetah-compile 
"%p/bin/cheetah-compile-py%type_pkg[python]"
+<<
+
+PreRmScript: <<
+  if [ $1 != "upgrade" ]; then
+    update-alternatives --remove cheetah "%p/bin/cheetah-py%type_pkg[python]"
+  fi
+<<
+
 DocFiles: CHANGES LICENSE PKG-INFO README TODO
 <<


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to