Added: trunk/dports/python/py-datashape/Portfile (0 => 124932)
--- trunk/dports/python/py-datashape/Portfile (rev 0)
+++ trunk/dports/python/py-datashape/Portfile 2014-08-31 18:57:08 UTC (rev 124932)
@@ -0,0 +1,36 @@
+# -*- 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 datashape 0.3.0
+
+name py-datashape
+categories-append devel
+platforms darwin
+license BSD
+
+python.versions 27 33 34
+
+maintainers stromnov openmaintainer
+
+description DataShape is a language for describing data.
+
+long_description DataShape is a language for describing data. It is an \
+ extension of the NumPy dtype with an emphasis on cross \
+ language support.
+
+homepage https://github.com/ContinuumIO/datashape
+
+checksums rmd160 ec2a58ac178f4345424d26295a1fdf9d1a2b6810 \
+ sha256 610e7c09e1d3b8ab21d50c502ae79bd9a92463181736b4afec8b258fe9320042
+
+if {${name} ne ${subport}} {
+ depends_lib-append port:py${python.version}-numpy \
+ port:py${python.version}-multipledispatch \
+ port:py${python.version}-dateutil
+
+ livecheck.type none
+}
Property changes on: trunk/dports/python/py-datashape/Portfile
___________________________________________________________________