[107290] trunk/dports/python

stromnov at macports.org stromnov at macports.org
Tue Jun 25 03:24:43 PDT 2013


Revision: 107290
          https://trac.macports.org/changeset/107290
Author:   stromnov at macports.org
Date:     2013-06-25 03:24:43 -0700 (Tue, 25 Jun 2013)
Log Message:
-----------
py-blaze: new port

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

Added: trunk/dports/python/py-blaze/Portfile
===================================================================
--- trunk/dports/python/py-blaze/Portfile	                        (rev 0)
+++ trunk/dports/python/py-blaze/Portfile	2013-06-25 10:24:43 UTC (rev 107290)
@@ -0,0 +1,40 @@
+# -*- 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.1
+
+name                py-blaze
+categories-append   devel
+platforms           darwin
+license             BSD
+
+python.versions     26 27
+
+maintainers         stromnov openmaintainer
+
+description         Blaze is the next-generation of NumPy
+
+long_description    Blaze is the next-generation of NumPy. It is designed \
+                    as a foundational set of abstractions on which to build \
+                    out-of-core and distributed algorithms over a wide \
+                    variety of data sources and to extend the structure \
+                    of NumPy itself.
+
+homepage            http://blaze.pydata.org/
+
+checksums           rmd160  f669e69b849c7de43da6586525d8fa7e28dc74b7 \
+                    sha256  cf4c49d5dbab85df9dbaf1d11c7b3c752dd0a693e870b098d27ee3db2a3640f6
+
+if {$subport != $name} {
+    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}-numba
+
+    livecheck.type      none
+}


Property changes on: trunk/dports/python/py-blaze/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130625/ca2824d7/attachment-0001.html>


More information about the macports-changes mailing list