[129647] trunk/dports/python/py-blaze/Portfile
stromnov at macports.org
stromnov at macports.org
Wed Dec 17 14:05:18 PST 2014
Revision: 129647
https://trac.macports.org/changeset/129647
Author: stromnov at macports.org
Date: 2014-12-17 14:05:18 -0800 (Wed, 17 Dec 2014)
Log Message:
-----------
py-blaze: update to version 0.6.8
Modified Paths:
--------------
trunk/dports/python/py-blaze/Portfile
Modified: trunk/dports/python/py-blaze/Portfile
===================================================================
--- trunk/dports/python/py-blaze/Portfile 2014-12-17 21:58:12 UTC (rev 129646)
+++ trunk/dports/python/py-blaze/Portfile 2014-12-17 22:05:18 UTC (rev 129647)
@@ -1,11 +1,11 @@
-# -*- 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
+# -*- 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 github 1.0
PortGroup python 1.0
-github.setup ContinuumIO blaze 0.6.7
+github.setup ContinuumIO blaze 0.6.8
name py-blaze
revision 0
@@ -27,25 +27,26 @@
homepage http://blaze.pydata.org/
-checksums rmd160 fc032767c2a44b3a077c3cb54a8d59118a40a86f \
- sha256 86e3313cca382119e06b5393a810747dde6edaaabb8193aa1447c0bf0bd08934
+checksums rmd160 1085775778714cf677c50fa6a431f603869323d4 \
+ sha256 6d1279ea81bab5f5431fa015aebfe0778bc05ed676f8588a860bf309c1ff6b76
if {${name} ne ${subport}} {
- depends_lib-append port:py${python.version}-numpy \
- port:py${python.version}-llvmpy \
- port:py${python.version}-cython \
- port:py${python.version}-ply \
- port:py${python.version}-dynd \
- port:py${python.version}-numba \
+ depends_lib-append port:py${python.version}-datashape \
+ port:py${python.version}-numpy \
+ port:py${python.version}-sqlalchemy \
+ port:py${python.version}-pandas \
port:py${python.version}-h5py \
port:py${python.version}-multipledispatch \
- port:py${python.version}-datashape \
+ port:py${python.version}-cytoolz \
port:py${python.version}-toolz \
- port:py${python.version}-cytoolz
+ port:py${python.version}-flask \
+ port:py${python.version}-pytest \
+ port:py${python.version}-xlrd \
+ port:py${python.version}-requests \
+ port:py${python.version}-tables \
+ port:py${python.version}-pymongo \
+ port:py${python.version}-psutil \
+ port:py${python.version}-into
- 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/20141217/1648710c/attachment.html>
More information about the macports-changes
mailing list