[123515] branches/gsoc14-pip2port/pypi2port.py

gaurav at macports.org gaurav at macports.org
Sat Aug 9 14:47:29 PDT 2014


Revision: 123515
          https://trac.macports.org/changeset/123515
Author:   gaurav at macports.org
Date:     2014-08-09 14:47:29 -0700 (Sat, 09 Aug 2014)
Log Message:
-----------
Minor changes in dependency listing

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

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-08-09 21:38:54 UTC (rev 123514)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-08-09 21:47:29 UTC (rev 123515)
@@ -500,7 +500,7 @@
 #                    file.write('                        port:py${python.version}-'+dep+'\n')
                     file.write('                        port:py${python.version}-'+dep+' \\\n')
                 else:
-                    file.write('                        port:py${python.version}-'+dep+'\n')
+                    file.write('                        port:py${python.version}-'+deps[-1]+'\n')
             else:
                 file.write("\n")        
         file.write('\n')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140809/afa266d7/attachment.html>


More information about the macports-changes mailing list