[122505] branches/gsoc14-pip2port/pypi2port

gaurav at macports.org gaurav at macports.org
Wed Jul 23 03:47:40 PDT 2014


Revision: 122505
          https://trac.macports.org/changeset/122505
Author:   gaurav at macports.org
Date:     2014-07-23 03:47:39 -0700 (Wed, 23 Jul 2014)
Log Message:
-----------
Updated executable

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

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-07-23 10:47:08 UTC (rev 122504)
+++ branches/gsoc14-pip2port/pypi2port	2014-07-23 10:47:39 UTC (rev 122505)
@@ -347,8 +347,8 @@
             file.write('python.versions     25 26 27\n\n')
 
         file.write('if {${name} ne ${subport}} {\n')
-        file.write('    depends_build       port:')
-        file.write('py${python.version}-setuptools\n')
+        file.write('    depends_build-append \\\n')
+        file.write('                        port:py${python.version}-setuptools\n')
         deps = dependencies(dict['name'], dict['version'], True)
         if deps:
             for dep in deps:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140723/54b6acff/attachment.html>


More information about the macports-changes mailing list