Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26918

Modified Files:
        yolk-py.info 
Log Message:
switch to setuptools-tng from distribute.  plus minor cleanup


Index: yolk-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/pythonmods/yolk-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- yolk-py.info        4 Mar 2012 22:06:10 -0000       1.3
+++ yolk-py.info        2 Sep 2013 17:37:16 -0000       1.4
@@ -3,35 +3,26 @@
 Package: yolk-py%type_pkg[python]
 Version: 0.4.3
 
-Revision: 1
+Revision: 2
 Homepage: http://pypi.python.org/pypi/yolk/
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 # Need 2to3 for py32
 Type: python (2.7)
 Depends: python%type_pkg[python]
-BuildDepends: distribute-py%type_pkg[python]
+BuildDepends: setuptools-tng-py%type_pkg[python]
 
 Source: http://pypi.python.org/packages/source/y/yolk/yolk-%v.tar.gz
 Source-MD5: 10dfabca7a020058436aec9dbad70123
 
-CompileScript: <<
-  #!/bin/bash -ev
-  python%type_raw[python] setup.py build 
-<<
-
+CompileScript: python%type_raw[python] setup.py build
 InstallScript: <<
   #!/bin/bash -ev
   python%type_raw[python] setup.py install --root=%d
   mv %i/bin/yolk %i/bin/yolk-py%type_raw[python]
 <<
 
-PostInstScript: <<
- update-alternatives --verbose --install %p/bin/yolk yolk 
%p/bin/yolk-py%type_raw[python] %type_pkg[python] 
-<<
-
-PreRmScript: <<
- update-alternatives --verbose --remove yolk %p/bin/yolk-py%type_raw[python]
-<<
+PostInstScript: update-alternatives --verbose --install %p/bin/yolk yolk 
%p/bin/yolk-py%type_raw[python] %type_pkg[python]
+PreRmScript: update-alternatives --verbose --remove yolk 
%p/bin/yolk-py%type_raw[python]
 
 DocFiles: <<
   AUTHORS


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to