[123379] branches/gsoc14-pip2port/pypi2port.py
gaurav at macports.org
gaurav at macports.org
Fri Aug 8 15:29:06 PDT 2014
Revision: 123379
https://trac.macports.org/changeset/123379
Author: gaurav at macports.org
Date: 2014-08-08 15:29:06 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
Minor changes in the phase implementations
Modified Paths:
--------------
branches/gsoc14-pip2port/pypi2port.py
Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py 2014-08-08 22:23:37 UTC (rev 123378)
+++ branches/gsoc14-pip2port/pypi2port.py 2014-08-08 22:29:06 UTC (rev 123379)
@@ -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/51e5227a/attachment.html>
More information about the macports-changes
mailing list