Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods
In directory vz-cvs-3.sog:/tmp/cvs-serv1398

Modified Files:
        modulegraph-py.info 
Log Message:
New upstream modulegraph; 2.7 variant

Index: modulegraph-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/pythonmods/modulegraph-py.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- modulegraph-py.info 5 Jul 2010 09:43:36 -0000       1.8
+++ modulegraph-py.info 28 Apr 2011 20:51:13 -0000      1.9
@@ -1,18 +1,30 @@
 Info2: <<
 Package: modulegraph-py%type_pkg[python]
-Version: 0.7.3
+Version: 0.9
 Revision: 1
-Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5
-Type: python (2.4 2.5 2.6)
+Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
+Type: python (2.3 2.4 2.5 2.6 2.7)
 Source: 
http://cheeseshop.python.org/packages/source/m/modulegraph/modulegraph-%v.tar.gz
-Source-MD5: ba3bf16397001f4f6997a7f5c102542f
+Source-MD5: 95d8bad1bb4c6186a75536da44787a17
 Depends: <<
-  python%type_pkg[python], setuptools-py%type_pkg[python] (>= 0.6c1),
+  python%type_pkg[python], distribute-py%type_pkg[python],
   altgraph-py%type_pkg[python]
 <<
 
 CompileScript: python%type_raw[python] setup.py build
-InstallScript: python%type_raw[python] setup.py install --prefix %p --root %d
+InstallScript: <<
+python%type_raw[python] setup.py install --prefix %p --root %d
+mv %i/bin/modulegraph %i/bin/modulegraph-py%type_pkg[python]
+<<
+PostInstScript: <<
+  update-alternatives --install %p/bin/modulegraph modulegraph 
%p/bin/modulegraph-py%type_pkg[python] %type_pkg[python]
+<<
+PreRmScript: <<
+  if [ $1 != "upgrade" ]
+  then
+    update-alternatives --remove modulegraph 
%p/bin/modulegraph-py%type_pkg[python]
+  fi
+<<
 Description: Python module dependency analysis tool
 DescDetail: <<
 modulegraph determines a dependency graph between Python modules


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to