[124933] trunk/dports/python/py-blaze/Portfile

stromnov at macports.org stromnov at macports.org
Sun Aug 31 11:59:59 PDT 2014


Revision: 124933
          https://trac.macports.org/changeset/124933
Author:   stromnov at macports.org
Date:     2014-08-31 11:59:59 -0700 (Sun, 31 Aug 2014)
Log Message:
-----------
py-blaze: add dependencies (#44826)

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

Modified: trunk/dports/python/py-blaze/Portfile
===================================================================
--- trunk/dports/python/py-blaze/Portfile	2014-08-31 18:57:08 UTC (rev 124932)
+++ trunk/dports/python/py-blaze/Portfile	2014-08-31 18:59:59 UTC (rev 124933)
@@ -8,6 +8,7 @@
 github.setup        ContinuumIO blaze 0.6.2
 
 name                py-blaze
+revision            1
 categories-append   devel
 platforms           darwin
 license             BSD
@@ -35,7 +36,16 @@
                         port:py${python.version}-cython \
                         port:py${python.version}-ply \
                         port:py${python.version}-dynd \
-                        port:py${python.version}-numba
+                        port:py${python.version}-numba \
+                        port:py${python.version}-h5py \
+                        port:py${python.version}-multipledispatch \
+                        port:py${python.version}-datashape \
+                        port:py${python.version}-toolz \
+                        port:py${python.version}-cytoolz
 
+    if { ${python.version} < 30 } {
+        depends_lib-append  port:py${python.version}-unicodecsv
+    }
+
     livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140831/c22ddb3e/attachment.html>


More information about the macports-changes mailing list