[133085] trunk/dports/python/py-unidecode/Portfile

larryv at macports.org larryv at macports.org
Thu Feb 19 20:48:18 PST 2015


Revision: 133085
          https://trac.macports.org/changeset/133085
Author:   larryv at macports.org
Date:     2015-02-19 20:48:18 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
py-unidecode: Rearrange and reformat

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

Modified: trunk/dports/python/py-unidecode/Portfile
===================================================================
--- trunk/dports/python/py-unidecode/Portfile	2015-02-20 04:24:03 UTC (rev 133084)
+++ trunk/dports/python/py-unidecode/Portfile	2015-02-20 04:48:18 UTC (rev 133085)
@@ -1,25 +1,25 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem          1.0
 PortGroup           python 1.0
 
 name                py-unidecode
 version             0.04.14
+platforms           darwin
+license             GPL-2+
 maintainers         nomaintainer
+
 description         ASCII transliterations of Unicode text.
 long_description    ${name} for ${description}
-platforms           darwin
 homepage            https://pypi.python.org/pypi/Unidecode/
-license             GPL-2+
 
 master_sites        https://pypi.python.org/packages/source/U/Unidecode/
 
 python.versions     27 33 34
 
-if { ${subport} ne ${name} } {
-
-    distname            Unidecode-${version}
-
-    checksums           rmd160  a1743f2c737a99ba47eb5ddd00fafe6006623fc2 \
-                        sha256  a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c
+if {${subport} ne ${name}} {
+    distname        Unidecode-${version}
+    checksums       rmd160  a1743f2c737a99ba47eb5ddd00fafe6006623fc2 \
+                    sha256  a66f8a527ee0709742caa16745cc882b85d6cfc12b37fa2f56024d07031f230c
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150219/21f407fb/attachment.html>


More information about the macports-changes mailing list