[127482] trunk/dports/python/py-enchant/Portfile

petr at macports.org petr at macports.org
Tue Oct 28 15:17:51 PDT 2014


Revision: 127482
          https://trac.macports.org/changeset/127482
Author:   petr at macports.org
Date:     2014-10-28 15:17:50 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
py-enchant: modeline and formating

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

Modified: trunk/dports/python/py-enchant/Portfile
===================================================================
--- trunk/dports/python/py-enchant/Portfile	2014-10-28 21:53:28 UTC (rev 127481)
+++ trunk/dports/python/py-enchant/Portfile	2014-10-28 22:17:50 UTC (rev 127482)
@@ -1,28 +1,31 @@
+# -*- 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-enchant
-version                 1.6.5
-categories-append       textproc
-license                 LGPL-2.1+
-platforms               darwin
-supported_archs         noarch
-maintainers             nomaintainer
-homepage                http://pythonhosted.org/pyenchant/
-description             A python interface to the enchant spell-checking library.
-long_description        PyEnchant is a spellchecking library for Python, based \
-                        on the excellent Enchant library.
+name                py-enchant
+version             1.6.5
+categories-append   textproc
+license             LGPL-2.1+
+platforms           darwin
+supported_archs     noarch
+maintainers         nomaintainer
 
-master_sites            http://pypi.python.org/packages/source/p/pyenchant/
-distname                pyenchant-${version}
-checksums               md5     565014a14a52fb0195d152dd492ea948 \
-                        sha1    6f01b8657b64e970a11945c2a9b4d6d8023997bc \
-                        rmd160  4e94bb26134f6d60b114cf40b3170dbf5fcb6e85
+description         A python interface to the enchant spell-checking library.
+long_description    PyEnchant is a spellchecking library for Python, \
+                    based on the excellent Enchant library.
 
-python.versions         26 27 31 32 33
+homepage            http://pythonhosted.org/pyenchant/
+master_sites        http://pypi.python.org/packages/source/p/pyenchant/
+distname            pyenchant-${version}
 
+checksums           md5     565014a14a52fb0195d152dd492ea948 \
+                    sha1    6f01b8657b64e970a11945c2a9b4d6d8023997bc \
+                    rmd160  4e94bb26134f6d60b114cf40b3170dbf5fcb6e85
+
+python.versions     26 27 31 32 33
+
 if {${name} ne ${subport}} {
     depends_lib-append      port:py${python.version}-setuptools port:enchant
 
@@ -31,6 +34,7 @@
     post-patch {
         reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/enchant/_enchant.py
     }
+
     livecheck.type          none
 } else {
     livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/7a60ef1c/attachment.html>


More information about the macports-changes mailing list