[136724] trunk/dports/sysutils/python_select/Portfile

larryv at macports.org larryv at macports.org
Sun May 24 21:38:19 PDT 2015


Revision: 136724
          https://trac.macports.org/changeset/136724
Author:   larryv at macports.org
Date:     2015-05-24 21:38:19 -0700 (Sun, 24 May 2015)
Log Message:
-----------
python_select: Add modeline, rearrange, reformat (NFC)

Modified Paths:
--------------
    trunk/dports/sysutils/python_select/Portfile

Modified: trunk/dports/sysutils/python_select/Portfile
===================================================================
--- trunk/dports/sysutils/python_select/Portfile	2015-05-25 04:31:37 UTC (rev 136723)
+++ trunk/dports/sysutils/python_select/Portfile	2015-05-25 04:38:19 UTC (rev 136724)
@@ -1,27 +1,33 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup select 1.0
+PortSystem          1.0
+PortGroup           select 1.0
 
-name                    python_select
-version                 0.3
-revision                4
-categories              sysutils
-platforms               darwin
-license                 BSD
-maintainers             nomaintainer
-supported_archs         noarch
-description             common files for selecting default python version
-long_description        This port installs files that allow 'port select' to \
-                        be used to create links to the preferred default \
-                        version of python.
+name                python_select
+version             0.3
+revision            4
+categories          sysutils
+platforms           darwin
+supported_archs     noarch
+license             BSD
+maintainers         nomaintainer
 
-homepage                http://www.macports.org/
+description         Common files for selecting default Python version
+long_description    This port installs files that allow 'port select' \
+                    to create links to the preferred default version \
+                    of Python.
+homepage            http://www.macports.org
 
 distfiles
+use_configure       no
+build {}
 
-use_configure           no
-build                   {}
+# Documentation for python ports:
+#   PortGroup select 1.0
+#   select.group    python
+#   select.file     ${filespath}/python[string map {. {}} ${branch}]
+
 # install all files
 destroot {
     select::install python ${filespath}/base
@@ -79,8 +85,3 @@
 }
 
 livecheck.type     none
-
-# Documentation for python ports:
-#   PortGroup select 1.0
-#   select.group            python
-#   select.file             ${filespath}/python[string map {. {}} ${branch}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150524/e4a918f1/attachment.html>


More information about the macports-changes mailing list