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

Modified Files:
        pip-py.info 
Log Message:
switch from distribute to setuptools


Index: pip-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/languages/pip-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pip-py.info 8 Mar 2013 05:20:03 -0000       1.3
+++ pip-py.info 12 Jun 2013 14:47:16 -0000      1.4
@@ -2,24 +2,20 @@
 Package: pip-py%type_pkg[python]
 Type: python (2.7)
 Version: 1.3.1
-Revision: 1
+Revision: 2
 Source: http://pypi.python.org/packages/source/p/pip/pip-%v.tar.gz
 Source-MD5: cbb27a191cebc58997c4da8513863153
 
-Depends: python%type_pkg[python], distribute-py%type_pkg[python]
+Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
 
 Description: Python package management
 Maintainer: Kurt Schwehr <goat...@users.sourceforge.net>
 DocFiles: AUTHORS.txt LICENSE.txt docs
-CompileScript: <<
-  echo Skipping compile stage
-<<
+CompileScript: echo Skipping compile stage
 InstallScript: <<
   #!/bin/bash -ev
   %p/bin/python%type_raw[python] setup.py install --root=%d
-# --single-version-externally-managed
   mv %i/bin/pip %i/bin/pip-py%type_raw[python]
-
 <<
 
 PostInstScript: <<


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to