[151309] trunk/dports/_resources/port1.0/group/python-1.0.tcl

larryv at macports.org larryv at macports.org
Fri Aug 12 09:49:25 PDT 2016


Revision: 151309
          https://trac.macports.org/changeset/151309
Author:   larryv at macports.org
Date:     2016-08-12 09:49:24 -0700 (Fri, 12 Aug 2016)
Log Message:
-----------
python-1.0: Tweak formatting

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/python-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/python-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/python-1.0.tcl	2016-08-12 16:49:22 UTC (rev 151308)
+++ trunk/dports/_resources/port1.0/group/python-1.0.tcl	2016-08-12 16:49:24 UTC (rev 151309)
@@ -228,12 +228,12 @@
 options python.branch python.prefix python.bin python.lib python.libdir \
         python.include python.pkgd
 # for pythonXY, python.branch is X.Y
-default python.branch {[string range ${python.version} 0 end-1].[string index ${python.version} end]}
-default python.prefix {[python_get_defaults prefix]}
-default python.bin  {[python_get_defaults bin]}
-default python.lib  {[python_get_defaults lib]}
-default python.pkgd {[python_get_defaults pkgd]}
-default python.libdir {${python.prefix}/lib/python${python.branch}}
+default python.branch   {[string range ${python.version} 0 end-1].[string index ${python.version} end]}
+default python.prefix   {[python_get_defaults prefix]}
+default python.bin      {[python_get_defaults bin]}
+default python.lib      {[python_get_defaults lib]}
+default python.pkgd     {[python_get_defaults pkgd]}
+default python.libdir   {${python.prefix}/lib/python${python.branch}}
 default python.include  {[python_get_defaults include]}
 
 default build.cmd       {"${python.bin} setup.py [python_get_defaults setup_args]"}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160812/a5c3e9a5/attachment.html>


More information about the macports-changes mailing list