[150227] trunk/dports/python/py-watchdog/Portfile

petr at macports.org petr at macports.org
Wed Jul 13 02:45:01 PDT 2016


Revision: 150227
          https://trac.macports.org/changeset/150227
Author:   petr at macports.org
Date:     2016-07-13 02:45:00 -0700 (Wed, 13 Jul 2016)
Log Message:
-----------
py-watchdog: modeline, formating

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

Modified: trunk/dports/python/py-watchdog/Portfile
===================================================================
--- trunk/dports/python/py-watchdog/Portfile	2016-07-13 09:42:32 UTC (rev 150226)
+++ trunk/dports/python/py-watchdog/Portfile	2016-07-13 09:45:00 UTC (rev 150227)
@@ -1,27 +1,28 @@
+# -*- 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
-PortGroup       github 1.0
+PortSystem          1.0
+PortGroup           python 1.0
+PortGroup           github 1.0
 
-github.setup    gorakhargosh watchdog 0.7.1 v
+github.setup        gorakhargosh watchdog 0.7.1 v
 
-name            py-${name}
-platforms       darwin
-license         MIT
-maintainers     nomaintainer
+name                py-${name}
+platforms           darwin
+license             MIT
+maintainers         nomaintainer
 
-description     Python API and shell utilities to monitor file system events.
-long_description \
-    ${description}
+description         Python API and shell utilities to monitor file system events.
+long_description    ${description}
 
 checksums           rmd160  6fcd5b70149ac8784a364e5099e2eafbdffc83a7 \
                     sha256  ff21b479b4ccd109a356b9b8632d79f81112f1565f50eb7d21f7f787d52d5d51
 
-python.versions 27 33 34
+python.versions     27 33 34
 
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
+
     depends_lib-append \
         port:py${python.version}-yaml \
         port:py${python.version}-argh \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160713/1747cbcd/attachment.html>


More information about the macports-changes mailing list