[116982] trunk/dports/python/py-LabJackPython/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Feb 11 14:46:44 PST 2014


Revision: 116982
          https://trac.macports.org/changeset/116982
Author:   macsforever2000 at macports.org
Date:     2014-02-11 14:46:44 -0800 (Tue, 11 Feb 2014)
Log Message:
-----------
py-LabJackPython: Add mode line. Reformat to it.

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

Modified: trunk/dports/python/py-LabJackPython/Portfile
===================================================================
--- trunk/dports/python/py-LabJackPython/Portfile	2014-02-11 22:44:34 UTC (rev 116981)
+++ trunk/dports/python/py-LabJackPython/Portfile	2014-02-11 22:46:44 UTC (rev 116982)
@@ -1,39 +1,40 @@
+# -*- 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-LabJackPython
-set rel_year    2012
-set rel_month   10
-set rel_day     22
-version         ${rel_month}-${rel_day}-${rel_year}
-epoch           1
-license         MIT
-maintainers     macsforever2000 openmaintainer
+name                py-LabJackPython
+set rel_year        2012
+set rel_month       10
+set rel_day         22
+version             ${rel_month}-${rel_day}-${rel_year}
+epoch               1
+license             MIT
+maintainers         macsforever2000 openmaintainer
 
-description     LabJack Python
+description         LabJack Python
 long_description    Python module for communicating with LabJack devices.
 
-platforms       darwin
-homepage        http://labjack.com/support/labjackpython
-master_sites    http://labjack.com/sites/default/files/${rel_year}/${rel_month}/
-distname        LabJackPython-${version}
-supported_archs noarch
+platforms           darwin
+homepage            http://labjack.com/support/labjackpython
+master_sites        http://labjack.com/sites/default/files/${rel_year}/${rel_month}/
+distname            LabJackPython-${version}
+supported_archs     noarch
 
 checksums           rmd160  7c6febe34cfd872acab1f6d244fa44c5c04dd5cf \
                     sha256  0e58cb4af025ad2e2111aeb02259f85fe245ff71c7cda303a9be28141132c76c
 
-use_zip         yes
+use_zip             yes
 
-python.versions 25 26 27
+python.versions     25 26 27
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:exodriver
     
-    livecheck.type  none
+    livecheck.type      none
 } else {
-    livecheck.type  regex
-    livecheck.url   ${homepage}
-    livecheck.regex {LabJackPython-([0-9\.]+)\.tar\.gz}
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     {LabJackPython-([0-9\.]+)\.tar\.gz}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140211/85033766/attachment.html>


More information about the macports-changes mailing list