[123380] branches/gsoc14-pip2port/pypi2port
gaurav at macports.org
gaurav at macports.org
Fri Aug 8 15:31:19 PDT 2014
Revision: 123380
https://trac.macports.org/changeset/123380
Author: gaurav at macports.org
Date: 2014-08-08 15:31:19 -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 22:29:06 UTC (rev 123379)
+++ branches/gsoc14-pip2port/pypi2port 2014-08-08 22:31:19 UTC (rev 123380)
@@ -307,6 +307,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -321,6 +322,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -335,6 +337,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -349,6 +352,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -363,6 +367,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -377,6 +382,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -391,6 +397,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
port_clean(name,portv)
return False
@@ -405,6 +412,7 @@
# phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
phase_output = subprocess.check_call(command,shell=True,stderr=subprocess.STDOUT).strip()
# return phase_output
+ return True
except:
return False
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/878a7792/attachment.html>
More information about the macports-changes
mailing list