[106654] trunk/dports/python/py-tables/Portfile

stromnov at macports.org stromnov at macports.org
Mon Jun 3 07:15:22 PDT 2013


Revision: 106654
          https://trac.macports.org/changeset/106654
Author:   stromnov at macports.org
Date:     2013-06-03 07:15:22 -0700 (Mon, 03 Jun 2013)
Log Message:
-----------
py-tables: fix whitespaces, add modeline

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

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- trunk/dports/python/py-tables/Portfile	2013-06-03 13:54:35 UTC (rev 106653)
+++ trunk/dports/python/py-tables/Portfile	2013-06-03 14:15:22 UTC (rev 106654)
@@ -1,18 +1,21 @@
+# -*- 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
 
 set realname        tables
 name                py-${realname}
 version             2.4.0
 revision            2
-python.versions     26 27
-python.default_version 27
 categories-append   science
 platforms           darwin
+license             BSD
+
+python.versions     26 27
+
 maintainers         mmoll openmaintainer
-license             BSD
+
 description         Package for managing hierarchical datasets
 long_description    PyTables is a package for managing hierarchical datasets \
                     and designed to efficiently and easily cope with \
@@ -20,9 +23,11 @@
 
 homepage            http://www.pytables.org/
 master_sites        http://sourceforge.net/projects/pytables/files/pytables/${version}
+
 checksums           md5     ec20938fca8b579020c5a4cc567caf7c \
                     sha1    3f96927a80f0bfb812206d5af0a08c988a733158 \
                     rmd160  659e02e3cd08068005e98bb2dc637724d6ea9808
+
 distname            ${realname}-${version}
 
 if {$subport != $name} {
@@ -33,11 +38,12 @@
                         --lzo=${prefix}
 
     compiler.cpath-append \
-			${prefix}/include/openmpi
+                        ${prefix}/include/openmpi
 
     destroot.args       --hdf5=${prefix} \
                         --bzip2=${prefix} \
                         --lzo=${prefix}
+
     depends_lib-append  port:hdf5-18 \
                         port:py${python.version}-numpy \
                         port:py${python.version}-numexpr \
@@ -54,10 +60,10 @@
     }
 }
 
-if {${name} == ${subport}} { 
-    livecheck.type     regex
-    livecheck.url      ${homepage}
-    livecheck.regex    {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(final\) released}
+if {${name} == ${subport}} {
+    livecheck.type      regex
+    livecheck.url       ${homepage}
+    livecheck.regex     {PyTables ([0-9]+\.[0-9]+\.[0-9]+) \(?final\)? released}
 } else {
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130603/8f8c054e/attachment.html>


More information about the macports-changes mailing list