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

stromnov at macports.org stromnov at macports.org
Mon Jun 3 07:29:54 PDT 2013


Revision: 106656
          https://trac.macports.org/changeset/106656
Author:   stromnov at macports.org
Date:     2013-06-03 07:29:53 -0700 (Mon, 03 Jun 2013)
Log Message:
-----------
py-tables: update to version 3.0.0

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

Modified: trunk/dports/python/py-tables/Portfile
===================================================================
--- trunk/dports/python/py-tables/Portfile	2013-06-03 14:25:22 UTC (rev 106655)
+++ trunk/dports/python/py-tables/Portfile	2013-06-03 14:29:53 UTC (rev 106656)
@@ -6,13 +6,13 @@
 
 set realname        tables
 name                py-${realname}
-version             2.4.0
-revision            2
+version             3.0.0
+revision            0
 categories-append   science
 platforms           darwin
 license             BSD
 
-python.versions     26 27
+python.versions     26 27 32 33
 
 maintainers         mmoll openmaintainer
 
@@ -24,9 +24,8 @@
 homepage            http://www.pytables.org/
 master_sites        http://sourceforge.net/projects/pytables/files/pytables/${version}
 
-checksums           md5     ec20938fca8b579020c5a4cc567caf7c \
-                    sha1    3f96927a80f0bfb812206d5af0a08c988a733158 \
-                    rmd160  659e02e3cd08068005e98bb2dc637724d6ea9808
+checksums           rmd160  d5a502f5d2e13d71a007aa988d8d9fc7af8cb812 \
+                    sha256  53532a59c8f03c3c5ef3c73c04f5bfd8384d6a3d508683cb87fc17af4c71dfe1
 
 distname            ${realname}-${version}
 
@@ -50,8 +49,12 @@
                         port:zlib \
                         port:bzip2 \
                         port:lzo2 \
-                        port:py${python.version}-scientific \
                         port:py${python.version}-cython
+
+    if {${subport} == "py26-${realname}" || ${subport} == "py27-${realname}"} {
+        depends_lib-append  port:py${python.version}-scientific
+    }
+
     post-destroot    {
         xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
         xinstall -m 644 -W ${worksrcpath} ANNOUNCE.txt LICENSE.txt README.txt \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130603/ec589b70/attachment-0001.html>


More information about the macports-changes mailing list