Modified: trunk/dports/python/py-blaze/Portfile (124932 => 124933)
--- 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
}