[123367] branches/gsoc14-pip2port/pypi2port

gaurav at macports.org gaurav at macports.org
Fri Aug 8 12:58:02 PDT 2014


Revision: 123367
          https://trac.macports.org/changeset/123367
Author:   gaurav at macports.org
Date:     2014-08-08 12:58:02 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
Updated executable

Modified Paths:
--------------
    branches/gsoc14-pip2port/pypi2port

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-08-08 19:57:13 UTC (rev 123366)
+++ branches/gsoc14-pip2port/pypi2port	2014-08-08 19:58:02 UTC (rev 123367)
@@ -277,6 +277,7 @@
             break
         else:
             print phase.__name__+" - SUCCESS"
+#        port_clean(name,portv)
 
 #    print "Now swtiching back to the calling user: "+getpass.getuser()
 
@@ -306,6 +307,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -319,6 +321,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -332,6 +335,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -345,6 +349,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -358,6 +363,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -371,6 +377,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 
 
@@ -384,6 +391,7 @@
         phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
         return phase_output
     except:
+        port_clean(name,portv)
         return False
 	
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/e314d5ca/attachment.html>


More information about the macports-changes mailing list