[124132] branches/gsoc14-pip2port

gaurav at macports.org gaurav at macports.org
Tue Aug 19 13:08:20 PDT 2014


Revision: 124132
          https://trac.macports.org/changeset/124132
Author:   gaurav at macports.org
Date:     2014-08-19 13:08:20 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
Added extract.mkdir

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

Modified: branches/gsoc14-pip2port/pypi2port
===================================================================
--- branches/gsoc14-pip2port/pypi2port	2014-08-19 18:27:47 UTC (rev 124131)
+++ branches/gsoc14-pip2port/pypi2port	2014-08-19 20:08:20 UTC (rev 124132)
@@ -571,6 +571,7 @@
 
         if zip_set:
             file.write('use_zip             yes\n')
+            file.write('extract.mkdir       yes\n')
 
         file.write('distname            {0}-{1}\n\n'.format(
                    dict['name'], dict['version']))

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-08-19 18:27:47 UTC (rev 124131)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-08-19 20:08:20 UTC (rev 124132)
@@ -571,6 +571,7 @@
 
         if zip_set:
             file.write('use_zip             yes\n')
+            file.write('extract.mkdir       yes\n')
 
         file.write('distname            {0}-{1}\n\n'.format(
                    dict['name'], dict['version']))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/f5352799/attachment.html>


More information about the macports-changes mailing list