[150786] contrib/pypi2port/pypi2port.py

mojca at macports.org mojca at macports.org
Thu Jul 28 07:43:32 PDT 2016


Revision: 150786
          https://trac.macports.org/changeset/150786
Author:   mojca at macports.org
Date:     2016-07-28 07:43:32 -0700 (Thu, 28 Jul 2016)
Log Message:
-----------
pypi2port: add python 3.5 to the default list of submodules

Modified Paths:
--------------
    contrib/pypi2port/pypi2port.py

Modified: contrib/pypi2port/pypi2port.py
===================================================================
--- contrib/pypi2port/pypi2port.py	2016-07-28 13:48:36 UTC (rev 150785)
+++ contrib/pypi2port/pypi2port.py	2016-07-28 14:43:32 UTC (rev 150786)
@@ -592,7 +592,7 @@
 			file.write('python.versions     27 {0}\n\n'.format(
 					   dict['requires_python']))
 		else:
-			file.write('python.versions     27 34\n\n')
+			file.write('python.versions     27 34 35\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/20160728/07a36720/attachment.html>


More information about the macports-changes mailing list