[120868] branches/gsoc14-pip2port/tester.py

gaurav at macports.org gaurav at macports.org
Tue Jun 10 07:22:42 PDT 2014


Revision: 120868
          https://trac.macports.org/changeset/120868
Author:   gaurav at macports.org
Date:     2014-06-10 07:22:41 -0700 (Tue, 10 Jun 2014)
Log Message:
-----------
Removed the dependencies that are to be downloaded for each port

Modified Paths:
--------------
    branches/gsoc14-pip2port/tester.py

Modified: branches/gsoc14-pip2port/tester.py
===================================================================
--- branches/gsoc14-pip2port/tester.py	2014-06-10 13:46:26 UTC (rev 120867)
+++ branches/gsoc14-pip2port/tester.py	2014-06-10 14:22:41 UTC (rev 120868)
@@ -175,6 +175,7 @@
         return list
     except:
         try:
+            shutil.rmtree('./sources/'+pkg_name+'/EGG-INFO', ignore_errors=True)
             items = os.listdir('./sources/'+pkg_name)
             for item in items[:]:
                 if not item.split('.')[-1] == 'gz':
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140610/73f1473c/attachment.html>


More information about the macports-changes mailing list