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

gaurav at macports.org gaurav at macports.org
Tue Aug 5 23:54:31 PDT 2014


Revision: 123169
          https://trac.macports.org/changeset/123169
Author:   gaurav at macports.org
Date:     2014-08-05 23:54:31 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
Updated Python versions greater than 27

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

Modified: branches/gsoc14-pip2port/pypi2port.py
===================================================================
--- branches/gsoc14-pip2port/pypi2port.py	2014-08-06 03:15:38 UTC (rev 123168)
+++ branches/gsoc14-pip2port/pypi2port.py	2014-08-06 06:54:31 UTC (rev 123169)
@@ -382,7 +382,7 @@
             file.write('python.versions     25 26 27 {0}\n\n'.format(
                        dict['requires_python']))
         else:
-            file.write('python.versions     25 26 27\n\n')
+            file.write('python.versions     25 26 27 32 33 34\n\n')
 
         print "Finding dependencies..."
         file.write('if {${name} ne ${subport}} {\n')
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/d48015ae/attachment.html>


More information about the macports-changes mailing list