[133047] contrib/pypi2port/pypi2port

mojca at macports.org mojca at macports.org
Wed Feb 18 15:27:32 PST 2015


Revision: 133047
          https://trac.macports.org/changeset/133047
Author:   mojca at macports.org
Date:     2015-02-18 15:27:32 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
pypi2port: remove python versions 25 26 32 33

Modified Paths:
--------------
    contrib/pypi2port/pypi2port

Modified: contrib/pypi2port/pypi2port
===================================================================
--- contrib/pypi2port/pypi2port	2015-02-18 23:24:45 UTC (rev 133046)
+++ contrib/pypi2port/pypi2port	2015-02-18 23:27:32 UTC (rev 133047)
@@ -586,10 +586,10 @@
 
         python_vers = dict['requires_python']
         if python_vers:
-            file.write('python.versions     25 26 27 {0}\n\n'.format(
+            file.write('python.versions     27 {0}\n\n'.format(
                        dict['requires_python']))
         else:
-            file.write('python.versions     25 26 27 32 33 34\n\n')
+            file.write('python.versions     27 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/20150218/ff2fde4d/attachment.html>


More information about the macports-changes mailing list