[123305] branches/gsoc14-pip2port/pypi2port

gaurav at macports.org gaurav at macports.org
Thu Aug 7 16:31:14 PDT 2014


Revision: 123305
          https://trac.macports.org/changeset/123305
Author:   gaurav at macports.org
Date:     2014-08-07 16:31:14 -0700 (Thu, 07 Aug 2014)
Log Message:
-----------
Updated executable

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

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-08-07 23:29:59 UTC (rev 123304)
+++ branches/gsoc14-pip2port/pypi2port	2014-08-07 23:31:14 UTC (rev 123305)
@@ -288,7 +288,7 @@
         if euid:
             args = ['sudo',sys.executable] + sys.argv + [os.environ]
             os.execlpe('sudo',*args)
-#    print port_fetch(name,portv,"verbose")
+#    print port_fetch(name,portv)
         
 
 
@@ -298,7 +298,7 @@
 #    print command
     try:
         command = "sudo port -t fetch dports/python/py-"+name+" subport=py"+portv+"-"+name
-        phase_output = subprocess.call(command,shell=True,stderr=subprocess.STDOUT).strip()
+#        phase_output = subprocess.call(command,shell=True,stderr=subprocess.STDOUT).strip()
 #        if type == "quiet":
 #            phase_output = subprocess.check_output(command,shell=True,stderr=subprocess.STDOUT).strip()
 #        else:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140807/891efe4e/attachment.html>


More information about the macports-changes mailing list