[144552] trunk/dports/python/py-pyicu/Portfile

devans at macports.org devans at macports.org
Tue Jan 12 08:07:49 PST 2016


Revision: 144552
          https://trac.macports.org/changeset/144552
Author:   devans at macports.org
Date:     2016-01-12 08:07:49 -0800 (Tue, 12 Jan 2016)
Log Message:
-----------
py-pyicu: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/python/py-pyicu/Portfile

Modified: trunk/dports/python/py-pyicu/Portfile
===================================================================
--- trunk/dports/python/py-pyicu/Portfile	2016-01-12 15:25:52 UTC (rev 144551)
+++ trunk/dports/python/py-pyicu/Portfile	2016-01-12 16:07:49 UTC (rev 144552)
@@ -1,30 +1,30 @@
+# -*- 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       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-pyicu
-version         1.8
-revision        2
+name                py-pyicu
+version             1.8
+revision            2
 categories-append   textproc
-platforms       darwin
-maintainers     nomaintainer
-license         MIT
+platforms           darwin
+maintainers         nomaintainer
+license             MIT
 
-description     Python extension wrapping IBM's International \
-                Components for Unicode C++ library (ICU)
+description         Python extension wrapping IBM's International \
+                    Components for Unicode C++ library (ICU)
 
-long_description \
-                ${description}
+long_description    ${description}
 
-homepage        http://pyicu.osafoundation.org/
-master_sites    http://pypi.python.org/packages/source/P/PyICU/
-distname        PyICU-${version}
+homepage            http://pyicu.osafoundation.org/
+master_sites        http://pypi.python.org/packages/source/P/PyICU/
+distname            PyICU-${version}
 
-checksums       rmd160  9793711f1bcf65cf1f6d1ff6f83bab418b61bcf3 \
-                sha256  bc499fc858dce96041edaee4f345084fc5f245c2a3b79a759a095a2a500f66f8
+checksums           rmd160  9793711f1bcf65cf1f6d1ff6f83bab418b61bcf3 \
+                    sha256  bc499fc858dce96041edaee4f345084fc5f245c2a3b79a759a095a2a500f66f8
 
-python.versions 27 34
+python.versions     27 34
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:icu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160112/ccaa9785/attachment-0001.html>


More information about the macports-changes mailing list