[124932] trunk/dports/python

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


Revision: 124932
          https://trac.macports.org/changeset/124932
Author:   stromnov at macports.org
Date:     2014-08-31 11:57:08 -0700 (Sun, 31 Aug 2014)
Log Message:
-----------
py-datashape: new port

Added Paths:
-----------
    trunk/dports/python/py-datashape/
    trunk/dports/python/py-datashape/Portfile

Added: trunk/dports/python/py-datashape/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140831/7d645b7d/attachment.html>


More information about the macports-changes mailing list